2024-02-09T19:54:35.889 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-09T19:54:35.889 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --name yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554017 --verbose --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} -- /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554017/orig.config.yaml 2024-02-09T19:54:35.924 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-09T19:54:36.011 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554017 branch: wip-yuri8-testing-2024-02-07-0820-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: null first_in_suite: false job_id: '7554017' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri8-testing-2024-02-07-0820-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: 5db25abe00e218b6920215c0bef70af7e47c7152 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri8-testing-2024-02-07-0820-pacific sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1730 sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2024-02-07-0820-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 targets: smithi005.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOlLuwt5iiO3FKz1Do4zN13pTWixLl+VRmMKQrFkIv9ixpoGo/Pg/n6dVVgpDSvVwe9idu0Ub/L+U77HaeTGKrA= smithi129.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEKwpll2m3SDv47wIagrQBmoOwJVc12YJOJr2xGaco2H7G3rHaYTTrfotqFJo+Mj6vTe1bVgpE4df33j0kTahKQ= 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 - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.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 cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\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: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-09_15:12:51 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-09T19:54:36.011 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa; will attempt to use it 2024-02-09T19:54:36.012 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks 2024-02-09T19:54:36.012 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-09T19:54:36.014 INFO:teuthology.task.internal:Checking packages... 2024-02-09T19:54:36.039 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '5db25abe00e218b6920215c0bef70af7e47c7152' 2024-02-09T19:54:36.039 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-09T19:54:36.039 INFO:teuthology.packaging:ref: None 2024-02-09T19:54:36.039 INFO:teuthology.packaging:tag: None 2024-02-09T19:54:36.040 INFO:teuthology.packaging:branch: wip-yuri8-testing-2024-02-07-0820-pacific 2024-02-09T19:54:36.040 INFO:teuthology.packaging:sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 2024-02-09T19:54:36.040 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri8-testing-2024-02-07-0820-pacific 2024-02-09T19:54:36.194 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-530.g5db25abe 2024-02-09T19:54:36.195 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-09T19:54:36.201 INFO:teuthology.task.internal:no buildpackages task found 2024-02-09T19:54:36.202 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-09T19:54:36.244 INFO:teuthology.task.internal:Saving configuration 2024-02-09T19:54:36.257 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-09T19:54:36.269 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-09T19:54:36.295 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554017', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-09 19:48:59.382323', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOlLuwt5iiO3FKz1Do4zN13pTWixLl+VRmMKQrFkIv9ixpoGo/Pg/n6dVVgpDSvVwe9idu0Ub/L+U77HaeTGKrA='} 2024-02-09T19:54:36.315 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi129.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554017', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-09 19:48:59.383829', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEKwpll2m3SDv47wIagrQBmoOwJVc12YJOJr2xGaco2H7G3rHaYTTrfotqFJo+Mj6vTe1bVgpE4df33j0kTahKQ='} 2024-02-09T19:54:36.315 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-09T19:54:36.321 INFO:teuthology.task.internal:roles: ubuntu@smithi005.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-09T19:54:36.321 INFO:teuthology.task.internal:roles: ubuntu@smithi129.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-09T19:54:36.321 INFO:teuthology.run_tasks:Running task console_log... 2024-02-09T19:54:36.407 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1b8657b160>, signals=[15]) 2024-02-09T19:54:36.407 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-09T19:54:36.413 INFO:teuthology.task.internal:Opening connections... 2024-02-09T19:54:36.413 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi005.front.sepia.ceph.com 2024-02-09T19:54:36.415 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-09T19:54:36.489 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi129.front.sepia.ceph.com 2024-02-09T19:54:36.490 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-09T19:54:36.562 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-09T19:54:36.569 DEBUG:teuthology.orchestra.run.smithi005:> uname -m 2024-02-09T19:54:36.590 INFO:teuthology.orchestra.run.smithi005.stdout:x86_64 2024-02-09T19:54:36.591 DEBUG:teuthology.orchestra.run.smithi005:> cat /etc/os-release 2024-02-09T19:54:36.652 INFO:teuthology.orchestra.run.smithi005.stdout:NAME="Red Hat Enterprise Linux" 2024-02-09T19:54:36.652 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION="8.6 (Ootpa)" 2024-02-09T19:54:36.652 INFO:teuthology.orchestra.run.smithi005.stdout:ID="rhel" 2024-02-09T19:54:36.652 INFO:teuthology.orchestra.run.smithi005.stdout:ID_LIKE="fedora" 2024-02-09T19:54:36.652 INFO:teuthology.orchestra.run.smithi005.stdout:VERSION_ID="8.6" 2024-02-09T19:54:36.652 INFO:teuthology.orchestra.run.smithi005.stdout:PLATFORM_ID="platform:el8" 2024-02-09T19:54:36.652 INFO:teuthology.orchestra.run.smithi005.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-02-09T19:54:36.652 INFO:teuthology.orchestra.run.smithi005.stdout:ANSI_COLOR="0;31" 2024-02-09T19:54:36.652 INFO:teuthology.orchestra.run.smithi005.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-02-09T19:54:36.652 INFO:teuthology.orchestra.run.smithi005.stdout:HOME_URL="https://www.redhat.com/" 2024-02-09T19:54:36.652 INFO:teuthology.orchestra.run.smithi005.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-02-09T19:54:36.653 INFO:teuthology.orchestra.run.smithi005.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-09T19:54:36.653 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T19:54:36.653 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-09T19:54:36.653 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-02-09T19:54:36.653 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-02-09T19:54:36.653 INFO:teuthology.orchestra.run.smithi005.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-02-09T19:54:36.653 INFO:teuthology.lock.ops:Updating smithi005.front.sepia.ceph.com on lock server 2024-02-09T19:54:36.678 DEBUG:teuthology.orchestra.run.smithi129:> uname -m 2024-02-09T19:54:36.698 INFO:teuthology.orchestra.run.smithi129.stdout:x86_64 2024-02-09T19:54:36.699 DEBUG:teuthology.orchestra.run.smithi129:> cat /etc/os-release 2024-02-09T19:54:36.762 INFO:teuthology.orchestra.run.smithi129.stdout:NAME="Red Hat Enterprise Linux" 2024-02-09T19:54:36.762 INFO:teuthology.orchestra.run.smithi129.stdout:VERSION="8.6 (Ootpa)" 2024-02-09T19:54:36.762 INFO:teuthology.orchestra.run.smithi129.stdout:ID="rhel" 2024-02-09T19:54:36.762 INFO:teuthology.orchestra.run.smithi129.stdout:ID_LIKE="fedora" 2024-02-09T19:54:36.762 INFO:teuthology.orchestra.run.smithi129.stdout:VERSION_ID="8.6" 2024-02-09T19:54:36.762 INFO:teuthology.orchestra.run.smithi129.stdout:PLATFORM_ID="platform:el8" 2024-02-09T19:54:36.762 INFO:teuthology.orchestra.run.smithi129.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-02-09T19:54:36.762 INFO:teuthology.orchestra.run.smithi129.stdout:ANSI_COLOR="0;31" 2024-02-09T19:54:36.762 INFO:teuthology.orchestra.run.smithi129.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-02-09T19:54:36.762 INFO:teuthology.orchestra.run.smithi129.stdout:HOME_URL="https://www.redhat.com/" 2024-02-09T19:54:36.762 INFO:teuthology.orchestra.run.smithi129.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-02-09T19:54:36.763 INFO:teuthology.orchestra.run.smithi129.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-09T19:54:36.763 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-02-09T19:54:36.763 INFO:teuthology.orchestra.run.smithi129.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-09T19:54:36.763 INFO:teuthology.orchestra.run.smithi129.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-02-09T19:54:36.763 INFO:teuthology.orchestra.run.smithi129.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-02-09T19:54:36.763 INFO:teuthology.orchestra.run.smithi129.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-02-09T19:54:36.763 INFO:teuthology.lock.ops:Updating smithi129.front.sepia.ceph.com on lock server 2024-02-09T19:54:36.785 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-09T19:54:36.794 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-09T19:54:36.827 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-09T19:54:36.827 DEBUG:teuthology.orchestra.run.smithi005:> test '!' -e /home/ubuntu/cephtest 2024-02-09T19:54:36.830 DEBUG:teuthology.orchestra.run.smithi129:> test '!' -e /home/ubuntu/cephtest 2024-02-09T19:54:36.848 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-09T19:54:36.854 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-09T19:54:36.854 DEBUG:teuthology.orchestra.run.smithi005:> test -z $(ls -A /var/lib/ceph) 2024-02-09T19:54:36.890 DEBUG:teuthology.orchestra.run.smithi129:> test -z $(ls -A /var/lib/ceph) 2024-02-09T19:54:36.919 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-09T19:54:36.976 INFO:teuthology.run_tasks:Running task kernel... 2024-02-09T19:54:36.991 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-09T19:54:36.991 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-09T19:54:36.991 DEBUG:teuthology.orchestra.run.smithi005:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-09T19:54:36.992 DEBUG:teuthology.orchestra.run.smithi129:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-09T19:54:37.010 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T19:54:37.011 DEBUG:teuthology.orchestra.run.smithi129:> uname -r 2024-02-09T19:54:37.012 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T19:54:37.012 DEBUG:teuthology.orchestra.run.smithi005:> uname -r 2024-02-09T19:54:37.073 INFO:teuthology.orchestra.run.smithi005.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-02-09T19:54:37.074 INFO:teuthology.task.kernel:Running kernel on smithi005: 4.18.0-513.9.1.el8_9.x86_64 2024-02-09T19:54:37.074 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum install -y kernel 2024-02-09T19:54:37.075 INFO:teuthology.orchestra.run.smithi129.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-02-09T19:54:37.075 INFO:teuthology.task.kernel:Running kernel on smithi129: 4.18.0-513.9.1.el8_9.x86_64 2024-02-09T19:54:37.075 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum install -y kernel 2024-02-09T19:54:38.618 INFO:teuthology.orchestra.run.smithi129.stdout:Updating Subscription Management repositories. 2024-02-09T19:54:38.619 INFO:teuthology.orchestra.run.smithi129.stdout:Unable to read consumer identity 2024-02-09T19:54:38.729 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-02-09T19:54:38.729 INFO:teuthology.orchestra.run.smithi129.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-09T19:54:38.730 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-02-09T19:54:38.734 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2024-02-09T19:54:38.734 INFO:teuthology.orchestra.run.smithi005.stdout:Unable to read consumer identity 2024-02-09T19:54:38.842 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T19:54:38.842 INFO:teuthology.orchestra.run.smithi005.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-09T19:54:38.842 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T19:54:40.605 INFO:teuthology.orchestra.run.smithi129.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2024-02-09T19:54:40.783 INFO:teuthology.orchestra.run.smithi005.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2024-02-09T19:54:42.481 INFO:teuthology.orchestra.run.smithi129.stdout:Extra Packages for Enterprise Linux 8.7 MB/s | 16 MB 00:01 2024-02-09T19:54:42.900 INFO:teuthology.orchestra.run.smithi005.stdout:Extra Packages for Enterprise Linux 7.7 MB/s | 16 MB 00:02 2024-02-09T19:54:46.064 INFO:teuthology.orchestra.run.smithi129.stdout:lab-extras 429 kB/s | 24 kB 00:00 2024-02-09T19:54:46.767 INFO:teuthology.orchestra.run.smithi129.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-02-09T19:54:46.768 INFO:teuthology.orchestra.run.smithi129.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-02-09T19:54:46.850 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-02-09T19:54:46.851 INFO:teuthology.orchestra.run.smithi129.stdout:Nothing to do. 2024-02-09T19:54:46.851 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-02-09T19:54:46.900 INFO:teuthology.orchestra.run.smithi005.stdout:lab-extras 426 kB/s | 24 kB 00:00 2024-02-09T19:54:47.002 DEBUG:teuthology.orchestra.run.smithi129:> echo no | sudo yum reinstall kernel || true 2024-02-09T19:54:47.335 INFO:teuthology.orchestra.run.smithi129.stdout:Updating Subscription Management repositories. 2024-02-09T19:54:47.336 INFO:teuthology.orchestra.run.smithi129.stdout:Unable to read consumer identity 2024-02-09T19:54:47.424 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-02-09T19:54:47.424 INFO:teuthology.orchestra.run.smithi129.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-09T19:54:47.424 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-02-09T19:54:47.686 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-02-09T19:54:47.687 INFO:teuthology.orchestra.run.smithi005.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-02-09T19:54:47.742 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:00:01 ago on Fri 09 Feb 2024 07:54:46 PM UTC. 2024-02-09T19:54:47.778 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-09T19:54:47.780 INFO:teuthology.orchestra.run.smithi005.stdout:Nothing to do. 2024-02-09T19:54:47.780 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-09T19:54:47.815 INFO:teuthology.orchestra.run.smithi129.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-09T19:54:47.823 INFO:teuthology.orchestra.run.smithi129.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-09T19:54:47.868 INFO:teuthology.orchestra.run.smithi129.stderr:Error: No packages marked for reinstall. 2024-02-09T19:54:47.915 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum reinstall -y kernel || true 2024-02-09T19:54:48.086 DEBUG:teuthology.orchestra.run.smithi005:> echo no | sudo yum reinstall kernel || true 2024-02-09T19:54:48.249 INFO:teuthology.orchestra.run.smithi129.stdout:Updating Subscription Management repositories. 2024-02-09T19:54:48.249 INFO:teuthology.orchestra.run.smithi129.stdout:Unable to read consumer identity 2024-02-09T19:54:48.307 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-02-09T19:54:48.307 INFO:teuthology.orchestra.run.smithi129.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-09T19:54:48.307 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-02-09T19:54:48.489 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2024-02-09T19:54:48.489 INFO:teuthology.orchestra.run.smithi005.stdout:Unable to read consumer identity 2024-02-09T19:54:48.541 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T19:54:48.541 INFO:teuthology.orchestra.run.smithi005.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-09T19:54:48.541 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T19:54:48.616 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:00:02 ago on Fri 09 Feb 2024 07:54:46 PM UTC. 2024-02-09T19:54:48.678 INFO:teuthology.orchestra.run.smithi129.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-09T19:54:48.679 INFO:teuthology.orchestra.run.smithi129.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-09T19:54:48.716 INFO:teuthology.orchestra.run.smithi129.stderr:Error: No packages marked for reinstall. 2024-02-09T19:54:48.768 DEBUG:teuthology.orchestra.run.smithi129:> rpm -q kernel | sort -rV | head -n 1 2024-02-09T19:54:48.905 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:02 ago on Fri 09 Feb 2024 07:54:46 PM UTC. 2024-02-09T19:54:48.921 INFO:teuthology.orchestra.run.smithi129.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-02-09T19:54:48.921 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-02-09T19:54:48.922 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-02-09T19:54:48.922 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-09T19:54:48.922 DEBUG:teuthology.orchestra.run.smithi129:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-09T19:54:48.956 INFO:teuthology.orchestra.run.smithi129.stdout:ttyS1 2024-02-09T19:54:48.972 DEBUG:teuthology.parallel:result is None 2024-02-09T19:54:48.995 INFO:teuthology.orchestra.run.smithi005.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-09T19:54:49.002 INFO:teuthology.orchestra.run.smithi005.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-09T19:54:49.043 INFO:teuthology.orchestra.run.smithi005.stderr:Error: No packages marked for reinstall. 2024-02-09T19:54:49.100 DEBUG:teuthology.orchestra.run.smithi005:> sudo yum reinstall -y kernel || true 2024-02-09T19:54:49.483 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2024-02-09T19:54:49.484 INFO:teuthology.orchestra.run.smithi005.stdout:Unable to read consumer identity 2024-02-09T19:54:49.541 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T19:54:49.541 INFO:teuthology.orchestra.run.smithi005.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-09T19:54:49.541 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T19:54:49.903 INFO:teuthology.orchestra.run.smithi005.stdout:Last metadata expiration check: 0:00:03 ago on Fri 09 Feb 2024 07:54:46 PM UTC. 2024-02-09T19:54:49.976 INFO:teuthology.orchestra.run.smithi005.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-09T19:54:49.976 INFO:teuthology.orchestra.run.smithi005.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-09T19:54:50.061 INFO:teuthology.orchestra.run.smithi005.stderr:Error: No packages marked for reinstall. 2024-02-09T19:54:50.120 DEBUG:teuthology.orchestra.run.smithi005:> rpm -q kernel | sort -rV | head -n 1 2024-02-09T19:54:50.299 INFO:teuthology.orchestra.run.smithi005.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-02-09T19:54:50.299 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-02-09T19:54:50.300 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-02-09T19:54:50.300 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-09T19:54:50.300 DEBUG:teuthology.orchestra.run.smithi005:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-09T19:54:50.338 INFO:teuthology.orchestra.run.smithi005.stdout:ttyS1 2024-02-09T19:54:50.361 DEBUG:teuthology.parallel:result is None 2024-02-09T19:54:50.361 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-09T19:54:50.368 INFO:teuthology.task.internal:Creating test directory... 2024-02-09T19:54:50.369 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-09T19:54:50.404 DEBUG:teuthology.orchestra.run.smithi129:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-09T19:54:50.425 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-09T19:54:50.433 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-09T19:54:50.459 INFO:teuthology.task.internal:Creating archive directory... 2024-02-09T19:54:50.460 DEBUG:teuthology.orchestra.run.smithi005:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-09T19:54:50.464 DEBUG:teuthology.orchestra.run.smithi129:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-09T19:54:50.494 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-09T19:54:50.501 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-09T19:54:50.501 DEBUG:teuthology.orchestra.run.smithi005:> 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 2024-02-09T19:54:50.532 DEBUG:teuthology.orchestra.run.smithi129:> 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 2024-02-09T19:54:50.571 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-09T19:54:50.577 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-09T19:54:50.583 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-09T19:54:50.591 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-09T19:54:50.593 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-09T19:54:50.599 INFO:teuthology.task.internal:Configuring sudo... 2024-02-09T19:54:50.599 DEBUG:teuthology.orchestra.run.smithi005:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-09T19:54:50.602 DEBUG:teuthology.orchestra.run.smithi129:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-09T19:54:50.654 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-09T19:54:50.667 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-09T19:54:50.668 DEBUG:teuthology.orchestra.run.smithi005:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-09T19:54:50.676 DEBUG:teuthology.orchestra.run.smithi129:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-09T19:54:50.712 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-09T19:54:50.785 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-09T19:54:50.848 DEBUG:teuthology.orchestra.run.smithi005:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-09T19:54:50.893 DEBUG:teuthology.orchestra.run.smithi005:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-09T19:54:50.944 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-09T19:54:50.944 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-09T19:54:51.018 DEBUG:teuthology.orchestra.run.smithi129:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-09T19:54:51.062 DEBUG:teuthology.orchestra.run.smithi129:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-09T19:54:51.125 DEBUG:teuthology.orchestra.run.smithi129:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-09T19:54:51.167 DEBUG:teuthology.orchestra.run.smithi129:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-09T19:54:51.215 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-02-09T19:54:51.215 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-09T19:54:51.285 DEBUG:teuthology.orchestra.run.smithi005:> sudo service rsyslog restart 2024-02-09T19:54:51.287 DEBUG:teuthology.orchestra.run.smithi129:> sudo service rsyslog restart 2024-02-09T19:54:51.340 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-09T19:54:51.408 INFO:teuthology.orchestra.run.smithi129.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-09T19:54:51.667 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-09T19:54:51.674 INFO:teuthology.task.internal:Starting timer... 2024-02-09T19:54:51.675 INFO:teuthology.run_tasks:Running task pcp... 2024-02-09T19:54:51.720 INFO:teuthology.run_tasks:Running task selinux... 2024-02-09T19:54:51.745 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-09T19:54:51.745 DEBUG:teuthology.orchestra.run.smithi005:> sudo service auditd rotate 2024-02-09T19:54:51.816 INFO:teuthology.orchestra.run.smithi005.stdout:Rotating logs: 2024-02-09T19:54:51.818 DEBUG:teuthology.orchestra.run.smithi129:> sudo service auditd rotate 2024-02-09T19:54:51.872 INFO:teuthology.orchestra.run.smithi129.stdout:Rotating logs: 2024-02-09T19:54:51.874 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-09T19:54:51.874 DEBUG:teuthology.orchestra.run.smithi005:> /usr/sbin/getenforce 2024-02-09T19:54:51.902 INFO:teuthology.orchestra.run.smithi005.stdout:Permissive 2024-02-09T19:54:51.902 DEBUG:teuthology.orchestra.run.smithi129:> /usr/sbin/getenforce 2024-02-09T19:54:51.925 INFO:teuthology.orchestra.run.smithi129.stdout:Permissive 2024-02-09T19:54:51.926 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi005.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi129.front.sepia.ceph.com': 'permissive'} 2024-02-09T19:54:51.926 DEBUG:teuthology.orchestra.run.smithi005:> 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 2024-02-09T19:54:51.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T19:54:51.980 DEBUG:teuthology.orchestra.run.smithi129:> 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 2024-02-09T19:54:52.007 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T19:54:52.007 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-09T19:54:52.008 DEBUG:teuthology.orchestra.run.smithi005:> sudo /usr/sbin/setenforce permissive 2024-02-09T19:54:52.133 DEBUG:teuthology.orchestra.run.smithi129:> sudo /usr/sbin/setenforce permissive 2024-02-09T19:54:52.162 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-09T19:54:52.173 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-09T19:54:52.190 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'}]}] 2024-02-09T19:54:52.192 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi005.front.sepia.ceph.com,smithi129.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-09T20:03:36.640 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi005.front.sepia.ceph.com'), Remote(name='ubuntu@smithi129.front.sepia.ceph.com')] 2024-02-09T20:03:36.642 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-02-09T20:03:36.643 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi005.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-09T20:03:36.723 DEBUG:teuthology.orchestra.run.smithi005:> true 2024-02-09T20:03:36.797 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi005.front.sepia.ceph.com' 2024-02-09T20:03:36.798 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-02-09T20:03:36.798 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-09T20:03:36.875 DEBUG:teuthology.orchestra.run.smithi129:> true 2024-02-09T20:03:36.942 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-02-09T20:03:36.942 INFO:teuthology.run_tasks:Running task clock... 2024-02-09T20:03:36.953 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-09T20:03:36.954 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-09T20:03:36.954 DEBUG:teuthology.orchestra.run.smithi005:> 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 2024-02-09T20:03:36.957 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-09T20:03:36.957 DEBUG:teuthology.orchestra.run.smithi129:> 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 2024-02-09T20:03:36.994 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-09T20:03:37.012 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-09T20:03:37.016 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-09T20:03:37.031 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-09T20:03:37.093 INFO:teuthology.orchestra.run.smithi005.stderr:sudo: ntpd: command not found 2024-02-09T20:03:37.100 INFO:teuthology.orchestra.run.smithi129.stderr:sudo: ntpd: command not found 2024-02-09T20:03:37.108 INFO:teuthology.orchestra.run.smithi005.stdout:506 Cannot talk to daemon 2024-02-09T20:03:37.112 INFO:teuthology.orchestra.run.smithi129.stdout:506 Cannot talk to daemon 2024-02-09T20:03:37.126 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-09T20:03:37.126 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-09T20:03:37.140 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-09T20:03:37.143 INFO:teuthology.orchestra.run.smithi005.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-09T20:03:37.226 INFO:teuthology.orchestra.run.smithi129.stderr:bash: ntpq: command not found 2024-02-09T20:03:37.409 INFO:teuthology.orchestra.run.smithi005.stderr:bash: ntpq: command not found 2024-02-09T20:03:37.410 INFO:teuthology.orchestra.run.smithi129.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-09T20:03:37.411 INFO:teuthology.orchestra.run.smithi129.stdout:=============================================================================== 2024-02-09T20:03:37.411 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:03:37.411 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:03:37.411 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:03:37.411 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:03:37.411 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-09T20:03:37.411 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2024-02-09T20:03:37.411 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:03:37.411 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:03:37.411 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:03:37.411 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:03:37.412 INFO:teuthology.run_tasks:Running task pexec... 2024-02-09T20:03:37.421 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-09T20:03:37.421 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi005.front.sepia.ceph.com 2024-02-09T20:03:37.421 DEBUG:teuthology.orchestra.run.smithi005:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-09T20:03:37.422 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi129.front.sepia.ceph.com 2024-02-09T20:03:37.422 DEBUG:teuthology.orchestra.run.smithi129:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-09T20:03:37.827 INFO:teuthology.orchestra.run.smithi129.stdout:Updating Subscription Management repositories. 2024-02-09T20:03:37.888 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2024-02-09T20:03:39.666 INFO:teuthology.orchestra.run.smithi129.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 kB/s | 4.5 kB 00:00 2024-02-09T20:03:39.683 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2024-02-09T20:03:40.285 INFO:teuthology.orchestra.run.smithi129.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2024-02-09T20:03:40.395 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2024-02-09T20:03:43.059 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-02-09T20:03:43.060 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-02-09T20:03:43.060 INFO:teuthology.orchestra.run.smithi129.stdout: Package Architecture Version Repository Size 2024-02-09T20:03:43.060 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-02-09T20:03:43.060 INFO:teuthology.orchestra.run.smithi129.stdout:Resetting modules: 2024-02-09T20:03:43.060 INFO:teuthology.orchestra.run.smithi129.stdout: container-tools 2024-02-09T20:03:43.060 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-02-09T20:03:43.060 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-02-09T20:03:43.060 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-02-09T20:03:43.060 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-02-09T20:03:43.695 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-09T20:03:43.697 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-09T20:03:43.697 INFO:teuthology.orchestra.run.smithi005.stdout: Package Architecture Version Repository Size 2024-02-09T20:03:43.697 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-09T20:03:43.697 INFO:teuthology.orchestra.run.smithi005.stdout:Resetting modules: 2024-02-09T20:03:43.697 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools 2024-02-09T20:03:43.697 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:03:43.697 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-02-09T20:03:43.697 INFO:teuthology.orchestra.run.smithi005.stdout:================================================================================ 2024-02-09T20:03:43.697 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:03:53.658 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-02-09T20:03:54.155 INFO:teuthology.orchestra.run.smithi129.stdout:Updating Subscription Management repositories. 2024-02-09T20:03:54.371 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-09T20:03:54.936 INFO:teuthology.orchestra.run.smithi005.stdout:Updating Subscription Management repositories. 2024-02-09T20:03:55.970 INFO:teuthology.orchestra.run.smithi129.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 37 kB/s | 4.5 kB 00:00 2024-02-09T20:03:56.515 INFO:teuthology.orchestra.run.smithi129.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 64 kB/s | 4.1 kB 00:00 2024-02-09T20:03:56.983 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2024-02-09T20:03:57.653 INFO:teuthology.orchestra.run.smithi005.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 43 kB/s | 4.1 kB 00:00 2024-02-09T20:03:59.216 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-02-09T20:03:59.369 INFO:teuthology.orchestra.run.smithi129.stdout:========================================================================================================================== 2024-02-09T20:03:59.369 INFO:teuthology.orchestra.run.smithi129.stdout: Package Arch Version Repository Size 2024-02-09T20:03:59.369 INFO:teuthology.orchestra.run.smithi129.stdout:========================================================================================================================== 2024-02-09T20:03:59.370 INFO:teuthology.orchestra.run.smithi129.stdout:Installing group/module packages: 2024-02-09T20:03:59.370 INFO:teuthology.orchestra.run.smithi129.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-02-09T20:03:59.370 INFO:teuthology.orchestra.run.smithi129.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-02-09T20:03:59.370 INFO:teuthology.orchestra.run.smithi129.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-02-09T20:03:59.370 INFO:teuthology.orchestra.run.smithi129.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-02-09T20:03:59.370 INFO:teuthology.orchestra.run.smithi129.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-02-09T20:03:59.370 INFO:teuthology.orchestra.run.smithi129.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-09T20:03:59.370 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2024-02-09T20:03:59.370 INFO:teuthology.orchestra.run.smithi129.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-02-09T20:03:59.370 INFO:teuthology.orchestra.run.smithi129.stdout:Downgrading: 2024-02-09T20:03:59.370 INFO:teuthology.orchestra.run.smithi129.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-09T20:03:59.370 INFO:teuthology.orchestra.run.smithi129.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-02-09T20:03:59.370 INFO:teuthology.orchestra.run.smithi129.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-02-09T20:03:59.371 INFO:teuthology.orchestra.run.smithi129.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-02-09T20:03:59.371 INFO:teuthology.orchestra.run.smithi129.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-02-09T20:03:59.371 INFO:teuthology.orchestra.run.smithi129.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-02-09T20:03:59.371 INFO:teuthology.orchestra.run.smithi129.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-02-09T20:03:59.371 INFO:teuthology.orchestra.run.smithi129.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-02-09T20:03:59.371 INFO:teuthology.orchestra.run.smithi129.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-02-09T20:03:59.371 INFO:teuthology.orchestra.run.smithi129.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-02-09T20:03:59.371 INFO:teuthology.orchestra.run.smithi129.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-02-09T20:03:59.371 INFO:teuthology.orchestra.run.smithi129.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-09T20:03:59.371 INFO:teuthology.orchestra.run.smithi129.stdout:Installing module profiles: 2024-02-09T20:03:59.371 INFO:teuthology.orchestra.run.smithi129.stdout: container-tools/common 2024-02-09T20:03:59.371 INFO:teuthology.orchestra.run.smithi129.stdout:Enabling module streams: 2024-02-09T20:03:59.371 INFO:teuthology.orchestra.run.smithi129.stdout: container-tools 3.0 2024-02-09T20:03:59.372 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-02-09T20:03:59.372 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-02-09T20:03:59.372 INFO:teuthology.orchestra.run.smithi129.stdout:========================================================================================================================== 2024-02-09T20:03:59.372 INFO:teuthology.orchestra.run.smithi129.stdout:Install 7 Packages 2024-02-09T20:03:59.372 INFO:teuthology.orchestra.run.smithi129.stdout:Downgrade 12 Packages 2024-02-09T20:03:59.372 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-02-09T20:03:59.372 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 50 M 2024-02-09T20:03:59.372 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-02-09T20:03:59.517 INFO:teuthology.orchestra.run.smithi129.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 357 kB/s | 51 kB 00:00 2024-02-09T20:03:59.567 INFO:teuthology.orchestra.run.smithi129.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.6 MB/s | 511 kB 00:00 2024-02-09T20:03:59.617 INFO:teuthology.orchestra.run.smithi129.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 716 kB/s | 72 kB 00:00 2024-02-09T20:03:59.668 INFO:teuthology.orchestra.run.smithi129.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 688 kB/s | 69 kB 00:00 2024-02-09T20:03:59.818 INFO:teuthology.orchestra.run.smithi129.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 381 kB/s | 57 kB 00:00 2024-02-09T20:04:00.052 INFO:teuthology.orchestra.run.smithi129.stdout:(6/19): containernetworking-plugins-0.9.1-1.mod 27 MB/s | 19 MB 00:00 2024-02-09T20:04:00.210 INFO:teuthology.orchestra.run.smithi129.stdout:(7/19): podman-3.0.1-15.module+el8.7.0+18021+1e 18 MB/s | 11 MB 00:00 2024-02-09T20:04:00.235 INFO:teuthology.orchestra.run.smithi129.stdout:(8/19): container-selinux-2.189.0-1.module+el8. 299 kB/s | 55 kB 00:00 2024-02-09T20:04:00.294 INFO:teuthology.orchestra.run.smithi129.stdout:(9/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 6.0 MB/s | 2.9 MB 00:00 2024-02-09T20:04:00.319 INFO:teuthology.orchestra.run.smithi129.stdout:(10/19): podman-catatonit-3.0.1-15.module+el8.7 3.8 MB/s | 323 kB 00:00 2024-02-09T20:04:00.370 INFO:teuthology.orchestra.run.smithi129.stdout:(11/19): containers-common-1.2.4-2.module+el8.7 573 kB/s | 91 kB 00:00 2024-02-09T20:04:00.395 INFO:teuthology.orchestra.run.smithi129.stdout:(12/19): slirp4netns-1.1.8-1.module+el8.7.0+165 510 kB/s | 51 kB 00:00 2024-02-09T20:04:00.478 INFO:teuthology.orchestra.run.smithi129.stdout:(13/19): cockpit-podman-29-2.module+el8.7.0+165 6.7 MB/s | 1.1 MB 00:00 2024-02-09T20:04:00.504 INFO:teuthology.orchestra.run.smithi129.stdout:(14/19): crun-0.18-3.module+el8.7.0+16533+44634 1.3 MB/s | 185 kB 00:00 2024-02-09T20:04:00.637 INFO:teuthology.orchestra.run.smithi129.stdout:(15/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 26 MB/s | 6.2 MB 00:00 2024-02-09T20:04:00.662 INFO:teuthology.orchestra.run.smithi129.stdout:(16/19): udica-0.2.4-1.module+el8.7.0+16533+446 319 kB/s | 51 kB 00:00 2024-02-09T20:04:00.741 INFO:teuthology.orchestra.run.smithi129.stdout:(17/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 8.4 MB/s | 2.2 MB 00:00 2024-02-09T20:04:00.813 INFO:teuthology.orchestra.run.smithi129.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 272 kB/s | 41 kB 00:00 2024-02-09T20:04:00.888 INFO:teuthology.orchestra.run.smithi129.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 26 MB/s | 6.6 MB 00:00 2024-02-09T20:04:00.889 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-02-09T20:04:00.889 INFO:teuthology.orchestra.run.smithi129.stdout:Total 33 MB/s | 50 MB 00:01 2024-02-09T20:04:00.934 INFO:teuthology.orchestra.run.smithi005.stdout:Dependencies resolved. 2024-02-09T20:04:01.111 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================================================== 2024-02-09T20:04:01.111 INFO:teuthology.orchestra.run.smithi005.stdout: Package Arch Version Repository Size 2024-02-09T20:04:01.111 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================================================== 2024-02-09T20:04:01.111 INFO:teuthology.orchestra.run.smithi005.stdout:Installing group/module packages: 2024-02-09T20:04:01.111 INFO:teuthology.orchestra.run.smithi005.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-02-09T20:04:01.112 INFO:teuthology.orchestra.run.smithi005.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-02-09T20:04:01.112 INFO:teuthology.orchestra.run.smithi005.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-02-09T20:04:01.112 INFO:teuthology.orchestra.run.smithi005.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-02-09T20:04:01.112 INFO:teuthology.orchestra.run.smithi005.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-02-09T20:04:01.112 INFO:teuthology.orchestra.run.smithi005.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-09T20:04:01.112 INFO:teuthology.orchestra.run.smithi005.stdout:Installing dependencies: 2024-02-09T20:04:01.112 INFO:teuthology.orchestra.run.smithi005.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-02-09T20:04:01.112 INFO:teuthology.orchestra.run.smithi005.stdout:Downgrading: 2024-02-09T20:04:01.112 INFO:teuthology.orchestra.run.smithi005.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-09T20:04:01.112 INFO:teuthology.orchestra.run.smithi005.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-02-09T20:04:01.112 INFO:teuthology.orchestra.run.smithi005.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-02-09T20:04:01.112 INFO:teuthology.orchestra.run.smithi005.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-02-09T20:04:01.113 INFO:teuthology.orchestra.run.smithi005.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-02-09T20:04:01.113 INFO:teuthology.orchestra.run.smithi005.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-02-09T20:04:01.113 INFO:teuthology.orchestra.run.smithi005.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-02-09T20:04:01.113 INFO:teuthology.orchestra.run.smithi005.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-02-09T20:04:01.113 INFO:teuthology.orchestra.run.smithi005.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-02-09T20:04:01.113 INFO:teuthology.orchestra.run.smithi005.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-02-09T20:04:01.113 INFO:teuthology.orchestra.run.smithi005.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-02-09T20:04:01.113 INFO:teuthology.orchestra.run.smithi005.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-09T20:04:01.113 INFO:teuthology.orchestra.run.smithi005.stdout:Installing module profiles: 2024-02-09T20:04:01.113 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools/common 2024-02-09T20:04:01.113 INFO:teuthology.orchestra.run.smithi005.stdout:Enabling module streams: 2024-02-09T20:04:01.113 INFO:teuthology.orchestra.run.smithi005.stdout: container-tools 3.0 2024-02-09T20:04:01.113 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:04:01.113 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction Summary 2024-02-09T20:04:01.114 INFO:teuthology.orchestra.run.smithi005.stdout:========================================================================================================================== 2024-02-09T20:04:01.114 INFO:teuthology.orchestra.run.smithi005.stdout:Install 7 Packages 2024-02-09T20:04:01.114 INFO:teuthology.orchestra.run.smithi005.stdout:Downgrade 12 Packages 2024-02-09T20:04:01.114 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:04:01.114 INFO:teuthology.orchestra.run.smithi005.stdout:Total download size: 50 M 2024-02-09T20:04:01.114 INFO:teuthology.orchestra.run.smithi005.stdout:Downloading Packages: 2024-02-09T20:04:01.216 INFO:teuthology.orchestra.run.smithi005.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 511 kB/s | 51 kB 00:00 2024-02-09T20:04:01.325 INFO:teuthology.orchestra.run.smithi005.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.4 MB/s | 511 kB 00:00 2024-02-09T20:04:01.350 INFO:teuthology.orchestra.run.smithi005.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 539 kB/s | 72 kB 00:00 2024-02-09T20:04:01.374 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-02-09T20:04:01.419 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-02-09T20:04:01.419 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-02-09T20:04:01.450 INFO:teuthology.orchestra.run.smithi005.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 553 kB/s | 69 kB 00:00 2024-02-09T20:04:01.551 INFO:teuthology.orchestra.run.smithi005.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 572 kB/s | 57 kB 00:00 2024-02-09T20:04:01.801 INFO:teuthology.orchestra.run.smithi005.stdout:(6/19): podman-3.0.1-15.module+el8.7.0+18021+1e 23 MB/s | 11 MB 00:00 2024-02-09T20:04:01.843 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-02-09T20:04:01.852 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-02-09T20:04:02.043 INFO:teuthology.orchestra.run.smithi005.stdout:(7/19): containernetworking-plugins-0.9.1-1.mod 20 MB/s | 19 MB 00:00 2024-02-09T20:04:02.068 INFO:teuthology.orchestra.run.smithi005.stdout:(8/19): container-selinux-2.189.0-1.module+el8. 206 kB/s | 55 kB 00:00 2024-02-09T20:04:02.144 INFO:teuthology.orchestra.run.smithi005.stdout:(9/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 4.8 MB/s | 2.9 MB 00:00 2024-02-09T20:04:02.169 INFO:teuthology.orchestra.run.smithi005.stdout:(10/19): containers-common-1.2.4-2.module+el8.7 726 kB/s | 91 kB 00:00 2024-02-09T20:04:02.202 INFO:teuthology.orchestra.run.smithi005.stdout:(11/19): podman-catatonit-3.0.1-15.module+el8.7 2.4 MB/s | 323 kB 00:00 2024-02-09T20:04:02.269 INFO:teuthology.orchestra.run.smithi005.stdout:(12/19): slirp4netns-1.1.8-1.module+el8.7.0+165 410 kB/s | 51 kB 00:00 2024-02-09T20:04:02.320 INFO:teuthology.orchestra.run.smithi005.stdout:(13/19): cockpit-podman-29-2.module+el8.7.0+165 7.1 MB/s | 1.1 MB 00:00 2024-02-09T20:04:02.345 INFO:teuthology.orchestra.run.smithi005.stdout:(14/19): crun-0.18-3.module+el8.7.0+16533+44634 1.3 MB/s | 185 kB 00:00 2024-02-09T20:04:02.504 INFO:teuthology.orchestra.run.smithi005.stdout:(15/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 12 MB/s | 2.2 MB 00:00 2024-02-09T20:04:02.529 INFO:teuthology.orchestra.run.smithi005.stdout:(16/19): udica-0.2.4-1.module+el8.7.0+16533+446 276 kB/s | 51 kB 00:00 2024-02-09T20:04:02.646 INFO:teuthology.orchestra.run.smithi005.stdout:(17/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 16 MB/s | 6.2 MB 00:00 2024-02-09T20:04:02.679 INFO:teuthology.orchestra.run.smithi005.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 272 kB/s | 41 kB 00:00 2024-02-09T20:04:02.813 INFO:teuthology.orchestra.run.smithi005.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 21 MB/s | 6.6 MB 00:00 2024-02-09T20:04:02.813 INFO:teuthology.orchestra.run.smithi005.stdout:-------------------------------------------------------------------------------- 2024-02-09T20:04:02.813 INFO:teuthology.orchestra.run.smithi005.stdout:Total 29 MB/s | 50 MB 00:01 2024-02-09T20:04:03.089 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-02-09T20:04:03.105 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-02-09T20:04:03.123 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-09T20:04:03.316 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-09T20:04:03.345 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction check 2024-02-09T20:04:03.395 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction check succeeded. 2024-02-09T20:04:03.395 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction test 2024-02-09T20:04:03.857 INFO:teuthology.orchestra.run.smithi005.stdout:Transaction test succeeded. 2024-02-09T20:04:03.867 INFO:teuthology.orchestra.run.smithi005.stdout:Running transaction 2024-02-09T20:04:05.138 INFO:teuthology.orchestra.run.smithi005.stdout: Preparing : 1/1 2024-02-09T20:04:05.156 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-02-09T20:04:05.175 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-09T20:04:05.334 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-09T20:04:21.042 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-09T20:04:21.197 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-02-09T20:04:21.214 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-02-09T20:04:21.404 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-02-09T20:04:21.577 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-02-09T20:04:21.780 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-02-09T20:04:21.780 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-02-09T20:04:21.780 INFO:teuthology.orchestra.run.smithi129.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-02-09T20:04:21.780 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-02-09T20:04:22.549 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-02-09T20:04:24.231 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-02-09T20:04:24.452 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-02-09T20:04:24.680 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-02-09T20:04:25.259 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-09T20:04:25.465 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-02-09T20:04:25.488 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-02-09T20:04:25.682 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-02-09T20:04:25.838 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-02-09T20:04:26.039 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-02-09T20:04:26.076 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-02-09T20:04:26.077 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-02-09T20:04:26.077 INFO:teuthology.orchestra.run.smithi005.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-02-09T20:04:26.077 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:04:26.281 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-02-09T20:04:26.545 INFO:teuthology.orchestra.run.smithi129.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-02-09T20:04:26.863 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-02-09T20:04:26.894 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-02-09T20:04:27.602 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-02-09T20:04:28.300 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-02-09T20:04:28.553 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-02-09T20:04:28.702 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-02-09T20:04:28.762 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-02-09T20:04:28.938 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-02-09T20:04:28.961 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-02-09T20:04:29.122 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2024-02-09T20:04:29.134 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-02-09T20:04:29.136 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-02-09T20:04:29.137 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-02-09T20:04:29.446 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-02-09T20:04:29.629 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-02-09T20:04:29.629 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-02-09T20:04:29.839 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-02-09T20:04:29.839 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-02-09T20:04:29.997 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-02-09T20:04:30.155 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-02-09T20:04:30.321 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-02-09T20:04:30.503 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-02-09T20:04:30.539 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-02-09T20:04:30.663 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-02-09T20:04:30.821 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-02-09T20:04:30.854 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-02-09T20:04:31.024 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-02-09T20:04:31.025 INFO:teuthology.orchestra.run.smithi129.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-09T20:04:31.089 INFO:teuthology.orchestra.run.smithi005.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-02-09T20:04:31.246 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-09T20:04:31.440 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-02-09T20:04:32.196 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-02-09T20:04:32.939 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-02-09T20:04:33.164 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-02-09T20:04:33.375 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-02-09T20:04:33.549 INFO:teuthology.orchestra.run.smithi005.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-02-09T20:04:33.715 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2024-02-09T20:04:33.734 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-02-09T20:04:33.734 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-02-09T20:04:34.091 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-02-09T20:04:34.298 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-02-09T20:04:34.298 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-02-09T20:04:34.483 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-02-09T20:04:34.483 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-02-09T20:04:34.665 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-02-09T20:04:34.990 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-02-09T20:04:35.148 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-02-09T20:04:35.347 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-02-09T20:04:35.514 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-02-09T20:04:35.706 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-02-09T20:04:35.851 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-02-09T20:04:35.851 INFO:teuthology.orchestra.run.smithi005.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-09T20:04:36.055 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-09T20:04:48.888 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-02-09T20:04:49.332 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-09T20:04:49.332 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-02-09T20:04:49.332 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-02-09T20:04:49.332 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-02-09T20:04:49.332 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-02-09T20:04:49.332 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-02-09T20:04:49.333 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-02-09T20:04:49.333 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-02-09T20:04:49.333 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-02-09T20:04:49.333 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-02-09T20:04:49.333 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-02-09T20:04:49.333 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-02-09T20:04:49.333 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2024-02-09T20:04:49.333 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-02-09T20:04:49.333 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2024-02-09T20:04:49.333 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-02-09T20:04:49.333 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-02-09T20:04:49.333 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-02-09T20:04:49.334 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-02-09T20:04:49.334 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-02-09T20:04:49.334 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-02-09T20:04:49.334 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-02-09T20:04:49.334 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2024-02-09T20:04:49.334 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-02-09T20:04:49.334 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-02-09T20:04:49.334 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-02-09T20:04:49.334 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-02-09T20:04:49.334 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-02-09T20:04:49.334 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-02-09T20:04:49.334 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-02-09T20:04:49.334 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-02-09T20:04:55.649 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-02-09T20:04:56.158 INFO:teuthology.orchestra.run.smithi005.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-09T20:04:56.158 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-02-09T20:04:56.158 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-02-09T20:04:56.158 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-02-09T20:04:56.158 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-02-09T20:04:56.158 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-02-09T20:04:56.158 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-02-09T20:04:56.158 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-02-09T20:04:56.158 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-02-09T20:04:56.158 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-02-09T20:04:56.158 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-02-09T20:04:56.159 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-02-09T20:04:56.159 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2024-02-09T20:04:56.159 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-02-09T20:04:56.159 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2024-02-09T20:04:56.159 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-02-09T20:04:56.159 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-02-09T20:04:56.159 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-02-09T20:04:56.159 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-02-09T20:04:56.159 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-02-09T20:04:56.159 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-02-09T20:04:56.159 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-02-09T20:04:56.159 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2024-02-09T20:04:56.159 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-02-09T20:04:56.159 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-02-09T20:04:56.159 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-02-09T20:04:56.159 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-02-09T20:04:56.160 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-02-09T20:04:56.160 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-02-09T20:04:56.160 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-02-09T20:04:56.161 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-02-09T20:04:58.242 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-02-09T20:04:58.243 INFO:teuthology.orchestra.run.smithi129.stdout:Installed products updated. 2024-02-09T20:04:58.788 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-02-09T20:04:58.788 INFO:teuthology.orchestra.run.smithi129.stdout:Downgraded: 2024-02-09T20:04:58.789 INFO:teuthology.orchestra.run.smithi129.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:04:58.789 INFO:teuthology.orchestra.run.smithi129.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-02-09T20:04:58.789 INFO:teuthology.orchestra.run.smithi129.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:04:58.789 INFO:teuthology.orchestra.run.smithi129.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:04:58.789 INFO:teuthology.orchestra.run.smithi129.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:04:58.789 INFO:teuthology.orchestra.run.smithi129.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:04:58.789 INFO:teuthology.orchestra.run.smithi129.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:04:58.789 INFO:teuthology.orchestra.run.smithi129.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-02-09T20:04:58.789 INFO:teuthology.orchestra.run.smithi129.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-02-09T20:04:58.789 INFO:teuthology.orchestra.run.smithi129.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-02-09T20:04:58.789 INFO:teuthology.orchestra.run.smithi129.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:04:58.789 INFO:teuthology.orchestra.run.smithi129.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:04:58.789 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-02-09T20:04:58.790 INFO:teuthology.orchestra.run.smithi129.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:04:58.790 INFO:teuthology.orchestra.run.smithi129.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-02-09T20:04:58.790 INFO:teuthology.orchestra.run.smithi129.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:04:58.790 INFO:teuthology.orchestra.run.smithi129.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:04:58.790 INFO:teuthology.orchestra.run.smithi129.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:04:58.790 INFO:teuthology.orchestra.run.smithi129.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-02-09T20:04:58.790 INFO:teuthology.orchestra.run.smithi129.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-09T20:04:58.790 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-02-09T20:04:58.790 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-02-09T20:04:58.977 DEBUG:teuthology.parallel:result is None 2024-02-09T20:05:08.091 INFO:teuthology.orchestra.run.smithi005.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-02-09T20:05:08.091 INFO:teuthology.orchestra.run.smithi005.stdout:Installed products updated. 2024-02-09T20:05:08.719 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:05:08.720 INFO:teuthology.orchestra.run.smithi005.stdout:Downgraded: 2024-02-09T20:05:08.720 INFO:teuthology.orchestra.run.smithi005.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:05:08.720 INFO:teuthology.orchestra.run.smithi005.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-02-09T20:05:08.720 INFO:teuthology.orchestra.run.smithi005.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:05:08.720 INFO:teuthology.orchestra.run.smithi005.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:05:08.720 INFO:teuthology.orchestra.run.smithi005.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:05:08.720 INFO:teuthology.orchestra.run.smithi005.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:05:08.720 INFO:teuthology.orchestra.run.smithi005.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:05:08.720 INFO:teuthology.orchestra.run.smithi005.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-02-09T20:05:08.720 INFO:teuthology.orchestra.run.smithi005.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-02-09T20:05:08.720 INFO:teuthology.orchestra.run.smithi005.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-02-09T20:05:08.720 INFO:teuthology.orchestra.run.smithi005.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:05:08.720 INFO:teuthology.orchestra.run.smithi005.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:05:08.721 INFO:teuthology.orchestra.run.smithi005.stdout:Installed: 2024-02-09T20:05:08.721 INFO:teuthology.orchestra.run.smithi005.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:05:08.721 INFO:teuthology.orchestra.run.smithi005.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-02-09T20:05:08.721 INFO:teuthology.orchestra.run.smithi005.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:05:08.721 INFO:teuthology.orchestra.run.smithi005.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:05:08.721 INFO:teuthology.orchestra.run.smithi005.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-09T20:05:08.721 INFO:teuthology.orchestra.run.smithi005.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-02-09T20:05:08.721 INFO:teuthology.orchestra.run.smithi005.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-09T20:05:08.721 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:05:08.721 INFO:teuthology.orchestra.run.smithi005.stdout:Complete! 2024-02-09T20:05:08.914 DEBUG:teuthology.parallel:result is None 2024-02-09T20:05:08.914 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-09T20:05:08.925 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-09T20:05:08.926 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-09T20:05:08.926 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/scratch_devs of=/dev/stdout 2024-02-09T20:05:08.945 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-09T20:05:08.945 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_1 2024-02-09T20:05:09.006 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-09T20:05:09.006 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:05:09.006 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 174890 Links: 1 2024-02-09T20:05:09.006 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:05:09.006 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:05:09.006 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-02-09 20:04:55.816409822 +0000 2024-02-09T20:05:09.006 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-02-09 20:03:03.667420961 +0000 2024-02-09T20:05:09.006 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-02-09 20:03:03.667420961 +0000 2024-02-09T20:05:09.006 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-02-09T20:05:09.006 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-09T20:05:09.078 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-02-09T20:05:09.078 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-02-09T20:05:09.078 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.00013 s, 3.9 MB/s 2024-02-09T20:05:09.080 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-09T20:05:09.143 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_2 2024-02-09T20:05:09.205 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-09T20:05:09.205 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:05:09.205 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 173952 Links: 1 2024-02-09T20:05:09.206 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:05:09.206 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:05:09.206 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-02-09 20:04:55.816409822 +0000 2024-02-09T20:05:09.206 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-02-09 20:03:04.032413005 +0000 2024-02-09T20:05:09.206 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-02-09 20:03:04.032413005 +0000 2024-02-09T20:05:09.206 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-02-09T20:05:09.206 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-09T20:05:09.278 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-02-09T20:05:09.278 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-02-09T20:05:09.279 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000109698 s, 4.7 MB/s 2024-02-09T20:05:09.280 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-09T20:05:09.342 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_3 2024-02-09T20:05:09.403 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-09T20:05:09.403 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:05:09.403 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 180239 Links: 1 2024-02-09T20:05:09.403 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:05:09.403 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:05:09.403 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-02-09 20:04:55.816409822 +0000 2024-02-09T20:05:09.404 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-02-09 20:03:04.388405245 +0000 2024-02-09T20:05:09.404 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-02-09 20:03:04.388405245 +0000 2024-02-09T20:05:09.404 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-02-09T20:05:09.404 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-09T20:05:09.476 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-02-09T20:05:09.476 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-02-09T20:05:09.476 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000127814 s, 4.0 MB/s 2024-02-09T20:05:09.477 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-09T20:05:09.540 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/vg_nvme/lv_4 2024-02-09T20:05:09.602 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-09T20:05:09.603 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:05:09.603 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 180314 Links: 1 2024-02-09T20:05:09.603 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:05:09.603 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:05:09.603 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-02-09 20:04:55.816409822 +0000 2024-02-09T20:05:09.603 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-02-09 20:03:04.751397332 +0000 2024-02-09T20:05:09.603 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-02-09 20:03:04.751397332 +0000 2024-02-09T20:05:09.603 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-02-09T20:05:09.603 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-09T20:05:09.675 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-02-09T20:05:09.675 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-02-09T20:05:09.675 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000125919 s, 4.1 MB/s 2024-02-09T20:05:09.676 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-09T20:05:09.739 DEBUG:teuthology.orchestra.run.smithi005:> 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 2024-02-09T20:05:09.878 INFO:teuthology.orchestra.run.smithi005.stdout:loop 2024-02-09T20:05:09.880 INFO:tasks.nvme_loop:Connecting nvme_loop smithi005:/dev/vg_nvme/lv_1... 2024-02-09T20:05:09.880 DEBUG:teuthology.orchestra.run.smithi005:> 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 2024-02-09T20:05:09.923 INFO:teuthology.orchestra.run.smithi005.stdout:1 2024-02-09T20:05:09.966 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/vg_nvme/lv_11 2024-02-09T20:05:10.010 INFO:tasks.nvme_loop:Connecting nvme_loop smithi005:/dev/vg_nvme/lv_2... 2024-02-09T20:05:10.011 DEBUG:teuthology.orchestra.run.smithi005:> 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 2024-02-09T20:05:10.098 INFO:teuthology.orchestra.run.smithi005.stdout:1 2024-02-09T20:05:10.139 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/vg_nvme/lv_21 2024-02-09T20:05:10.181 INFO:tasks.nvme_loop:Connecting nvme_loop smithi005:/dev/vg_nvme/lv_3... 2024-02-09T20:05:10.181 DEBUG:teuthology.orchestra.run.smithi005:> 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 2024-02-09T20:05:10.267 INFO:teuthology.orchestra.run.smithi005.stdout:1 2024-02-09T20:05:10.308 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/vg_nvme/lv_31 2024-02-09T20:05:10.351 INFO:tasks.nvme_loop:Connecting nvme_loop smithi005:/dev/vg_nvme/lv_4... 2024-02-09T20:05:10.351 DEBUG:teuthology.orchestra.run.smithi005:> 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 2024-02-09T20:05:10.437 INFO:teuthology.orchestra.run.smithi005.stdout:1 2024-02-09T20:05:10.478 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/vg_nvme/lv_41 2024-02-09T20:05:10.521 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-09T20:05:10.521 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/scratch_devs of=/dev/stdout 2024-02-09T20:05:10.579 DEBUG:teuthology.orchestra.run.smithi005:> sudo nvme list 2024-02-09T20:05:10.650 INFO:teuthology.orchestra.run.smithi005.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-09T20:05:10.650 INFO:teuthology.orchestra.run.smithi005.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-09T20:05:10.650 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/nvme0n1 PHMB751300EW480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-02-09T20:05:10.650 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/nvme1n1 317596e4e0597e4926aa Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:05:10.650 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/nvme2n1 4465ea3513dfbfd40312 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:05:10.650 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/nvme3n1 5dce2cac51d99c3ab146 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:05:10.650 INFO:teuthology.orchestra.run.smithi005.stdout:/dev/nvme4n1 29b408511e97a7b5d62f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:05:10.651 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-09T20:05:10.651 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-09T20:05:10.651 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/scratch_devs 2024-02-09T20:05:10.726 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-02-09T20:05:10.726 DEBUG:teuthology.orchestra.run.smithi129:> dd if=/scratch_devs of=/dev/stdout 2024-02-09T20:05:10.749 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-09T20:05:10.749 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_1 2024-02-09T20:05:10.809 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-09T20:05:10.809 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:05:10.809 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 6h/6d Inode: 181756 Links: 1 2024-02-09T20:05:10.809 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:05:10.809 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:05:10.809 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-02-09 20:04:49.037483792 +0000 2024-02-09T20:05:10.809 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-02-09 20:02:14.784239866 +0000 2024-02-09T20:05:10.809 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-02-09 20:02:14.784239866 +0000 2024-02-09T20:05:10.809 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: - 2024-02-09T20:05:10.810 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-09T20:05:10.878 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-02-09T20:05:10.878 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-02-09T20:05:10.878 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.00028145 s, 1.8 MB/s 2024-02-09T20:05:10.880 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-09T20:05:10.940 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_2 2024-02-09T20:05:10.999 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-09T20:05:10.999 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:05:10.999 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 6h/6d Inode: 171911 Links: 1 2024-02-09T20:05:10.999 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:05:10.999 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:05:10.999 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-02-09 20:04:49.037483792 +0000 2024-02-09T20:05:10.999 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-02-09 20:02:15.127232041 +0000 2024-02-09T20:05:10.999 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-02-09 20:02:15.127232041 +0000 2024-02-09T20:05:10.999 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: - 2024-02-09T20:05:10.999 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-09T20:05:11.066 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-02-09T20:05:11.066 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-02-09T20:05:11.067 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000224276 s, 2.3 MB/s 2024-02-09T20:05:11.068 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-09T20:05:11.127 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_3 2024-02-09T20:05:11.186 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-09T20:05:11.187 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:05:11.187 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 6h/6d Inode: 181854 Links: 1 2024-02-09T20:05:11.187 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:05:11.187 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:05:11.187 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-02-09 20:04:49.037483792 +0000 2024-02-09T20:05:11.187 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-02-09 20:02:15.476224079 +0000 2024-02-09T20:05:11.187 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-02-09 20:02:15.476224079 +0000 2024-02-09T20:05:11.187 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: - 2024-02-09T20:05:11.187 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-09T20:05:11.254 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-02-09T20:05:11.254 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-02-09T20:05:11.254 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000263072 s, 1.9 MB/s 2024-02-09T20:05:11.256 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-09T20:05:11.315 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_4 2024-02-09T20:05:11.373 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-09T20:05:11.373 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-09T20:05:11.374 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 6h/6d Inode: 180551 Links: 1 2024-02-09T20:05:11.374 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-09T20:05:11.374 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2024-02-09T20:05:11.374 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-02-09 20:04:49.037483792 +0000 2024-02-09T20:05:11.374 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-02-09 20:02:15.836215866 +0000 2024-02-09T20:05:11.374 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-02-09 20:02:15.836215866 +0000 2024-02-09T20:05:11.374 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: - 2024-02-09T20:05:11.374 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-09T20:05:11.441 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-02-09T20:05:11.441 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-02-09T20:05:11.441 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000240656 s, 2.1 MB/s 2024-02-09T20:05:11.442 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-09T20:05:11.501 DEBUG:teuthology.orchestra.run.smithi129:> 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 2024-02-09T20:05:11.626 INFO:teuthology.orchestra.run.smithi129.stdout:loop 2024-02-09T20:05:11.628 INFO:tasks.nvme_loop:Connecting nvme_loop smithi129:/dev/vg_nvme/lv_1... 2024-02-09T20:05:11.628 DEBUG:teuthology.orchestra.run.smithi129:> 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 2024-02-09T20:05:11.664 INFO:teuthology.orchestra.run.smithi129.stdout:1 2024-02-09T20:05:11.699 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/vg_nvme/lv_11 2024-02-09T20:05:11.740 INFO:tasks.nvme_loop:Connecting nvme_loop smithi129:/dev/vg_nvme/lv_2... 2024-02-09T20:05:11.740 DEBUG:teuthology.orchestra.run.smithi129:> 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 2024-02-09T20:05:11.816 INFO:teuthology.orchestra.run.smithi129.stdout:1 2024-02-09T20:05:11.852 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/vg_nvme/lv_21 2024-02-09T20:05:11.891 INFO:tasks.nvme_loop:Connecting nvme_loop smithi129:/dev/vg_nvme/lv_3... 2024-02-09T20:05:11.891 DEBUG:teuthology.orchestra.run.smithi129:> 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 2024-02-09T20:05:11.967 INFO:teuthology.orchestra.run.smithi129.stdout:1 2024-02-09T20:05:12.002 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/vg_nvme/lv_31 2024-02-09T20:05:12.040 INFO:tasks.nvme_loop:Connecting nvme_loop smithi129:/dev/vg_nvme/lv_4... 2024-02-09T20:05:12.040 DEBUG:teuthology.orchestra.run.smithi129:> 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 2024-02-09T20:05:12.117 INFO:teuthology.orchestra.run.smithi129.stdout:1 2024-02-09T20:05:12.152 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/vg_nvme/lv_41 2024-02-09T20:05:12.191 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-02-09T20:05:12.191 DEBUG:teuthology.orchestra.run.smithi129:> dd if=/scratch_devs of=/dev/stdout 2024-02-09T20:05:12.248 DEBUG:teuthology.orchestra.run.smithi129:> sudo nvme list 2024-02-09T20:05:12.313 INFO:teuthology.orchestra.run.smithi129.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-09T20:05:12.314 INFO:teuthology.orchestra.run.smithi129.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-09T20:05:12.314 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/nvme0n1 CVFT623300HY400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-09T20:05:12.314 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/nvme1n1 8007a55142d76bd43fe6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:05:12.314 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/nvme2n1 462857e48f373f1e5862 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:05:12.314 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/nvme3n1 edc94fd7342aaa2a7280 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:05:12.314 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/nvme4n1 159898c82f77e2e3ac7d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-09T20:05:12.315 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-09T20:05:12.315 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-02-09T20:05:12.315 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/scratch_devs 2024-02-09T20:05:12.381 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-09T20:05:12.450 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': '5db25abe00e218b6920215c0bef70af7e47c7152'} 2024-02-09T20:05:12.450 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 2024-02-09T20:05:12.450 INFO:tasks.cephadm:Cluster fsid is 887d148e-c786-11ee-95b8-87774f69a715 2024-02-09T20:05:12.451 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-09T20:05:12.451 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-09T20:05:12.451 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi005': '172.21.15.5', 'mon.smithi129': '172.21.15.129'} 2024-02-09T20:05:12.451 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-09T20:05:12.451 DEBUG:teuthology.orchestra.run.smithi005:> sudo hostname $(hostname -s) 2024-02-09T20:05:12.487 DEBUG:teuthology.orchestra.run.smithi129:> sudo hostname $(hostname -s) 2024-02-09T20:05:12.513 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 5db25abe00e218b6920215c0bef70af7e47c7152)... 2024-02-09T20:05:12.514 DEBUG:teuthology.orchestra.run.smithi005:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/5db25abe00e218b6920215c0bef70af7e47c7152/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-09T20:05:12.832 INFO:teuthology.orchestra.run.smithi005.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 9 20:05 /home/ubuntu/cephtest/cephadm 2024-02-09T20:05:12.833 DEBUG:teuthology.orchestra.run.smithi129:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/5db25abe00e218b6920215c0bef70af7e47c7152/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-09T20:05:13.040 INFO:teuthology.orchestra.run.smithi129.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 9 20:05 /home/ubuntu/cephtest/cephadm 2024-02-09T20:05:13.041 DEBUG:teuthology.orchestra.run.smithi005:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-09T20:05:13.063 DEBUG:teuthology.orchestra.run.smithi129:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-09T20:05:13.091 DEBUG:teuthology.orchestra.run.smithi005:> sudo mkdir -p /etc/ceph 2024-02-09T20:05:13.138 DEBUG:teuthology.orchestra.run.smithi129:> sudo mkdir -p /etc/ceph 2024-02-09T20:05:13.165 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod 777 /etc/ceph 2024-02-09T20:05:13.211 DEBUG:teuthology.orchestra.run.smithi129:> sudo chmod 777 /etc/ceph 2024-02-09T20:05:13.238 INFO:tasks.cephadm:Writing seed config... 2024-02-09T20:05:13.239 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-09T20:05:13.239 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-09T20:05:13.239 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-09T20:05:13.239 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-09T20:05:13.239 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-09T20:05:13.239 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-09T20:05:13.239 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-09T20:05:13.239 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-09T20:05:13.240 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-09T20:05:13.240 DEBUG:teuthology.orchestra.run.smithi005:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-09T20:05:13.273 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 = 887d148e-c786-11ee-95b8-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-09T20:05:13.273 DEBUG:teuthology.orchestra.run.smithi005:mon.smithi005> sudo journalctl -f -n 0 -u ceph-887d148e-c786-11ee-95b8-87774f69a715@mon.smithi005.service 2024-02-09T20:05:13.315 INFO:tasks.cephadm:Bootstrapping... 2024-02-09T20:05:13.315 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 -v bootstrap --fsid 887d148e-c786-11ee-95b8-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.5 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-09T20:05:13.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:-- Logs begin at Fri 2024-02-09 19:53:52 UTC. -- 2024-02-09T20:05:13.608 INFO:teuthology.orchestra.run.smithi005.stderr:-------------------------------------------------------------------------------- 2024-02-09T20:05:13.608 INFO:teuthology.orchestra.run.smithi005.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152', '-v', 'bootstrap', '--fsid', '887d148e-c786-11ee-95b8-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.5', '--skip-admin-label'] 2024-02-09T20:05:14.279 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: 3.0.1 2024-02-09T20:05:14.294 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying podman|docker is present... 2024-02-09T20:05:14.347 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: 3.0.1 2024-02-09T20:05:14.372 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying lvm2 is present... 2024-02-09T20:05:14.373 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying time synchronization is in place... 2024-02-09T20:05:14.381 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-09T20:05:14.388 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2024-02-09T20:05:14.396 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: enabled 2024-02-09T20:05:14.403 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: active 2024-02-09T20:05:14.403 INFO:teuthology.orchestra.run.smithi005.stderr:Unit chronyd.service is enabled and running 2024-02-09T20:05:14.404 INFO:teuthology.orchestra.run.smithi005.stderr:Repeating the final host check... 2024-02-09T20:05:14.452 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: 3.0.1 2024-02-09T20:05:14.464 INFO:teuthology.orchestra.run.smithi005.stderr:podman (/bin/podman) version 3.0.1 is present 2024-02-09T20:05:14.464 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl is present 2024-02-09T20:05:14.464 INFO:teuthology.orchestra.run.smithi005.stderr:lvcreate is present 2024-02-09T20:05:14.471 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-09T20:05:14.477 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2024-02-09T20:05:14.484 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: enabled 2024-02-09T20:05:14.491 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: active 2024-02-09T20:05:14.491 INFO:teuthology.orchestra.run.smithi005.stderr:Unit chronyd.service is enabled and running 2024-02-09T20:05:14.491 INFO:teuthology.orchestra.run.smithi005.stderr:Host looks OK 2024-02-09T20:05:14.491 INFO:teuthology.orchestra.run.smithi005.stderr:Cluster fsid: 887d148e-c786-11ee-95b8-87774f69a715 2024-02-09T20:05:14.492 INFO:teuthology.orchestra.run.smithi005.stderr:Acquiring lock 140277985366144 on /run/cephadm/887d148e-c786-11ee-95b8-87774f69a715.lock 2024-02-09T20:05:14.492 INFO:teuthology.orchestra.run.smithi005.stderr:Lock 140277985366144 acquired on /run/cephadm/887d148e-c786-11ee-95b8-87774f69a715.lock 2024-02-09T20:05:14.492 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying IP 172.21.15.5 port 3300 ... 2024-02-09T20:05:14.493 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying IP 172.21.15.5 port 6789 ... 2024-02-09T20:05:14.493 INFO:teuthology.orchestra.run.smithi005.stderr:Base mon IP(s) is [172.21.15.5:3300, 172.21.15.5:6789], mon addrv is [v2:172.21.15.5:3300,v1:172.21.15.5:6789] 2024-02-09T20:05:14.496 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2024-02-09T20:05:14.496 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.5 metric 100 2024-02-09T20:05:14.499 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-09T20:05:14.499 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-09T20:05:14.499 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1708sec hoplimit 64 pref medium 2024-02-09T20:05:14.502 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-09T20:05:14.502 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-09T20:05:14.502 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-09T20:05:14.502 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-09T20:05:14.502 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:1442/64 scope link 2024-02-09T20:05:14.502 INFO:teuthology.orchestra.run.smithi005.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-09T20:05:14.503 INFO:teuthology.orchestra.run.smithi005.stderr:Mon IP `172.21.15.5` is in CIDR network `172.21.0.0/20` 2024-02-09T20:05:14.503 INFO:teuthology.orchestra.run.smithi005.stderr:Mon IP `172.21.15.5` is in CIDR network `172.21.0.0/20` 2024-02-09T20:05:14.504 INFO:teuthology.orchestra.run.smithi005.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-09T20:05:14.504 INFO:teuthology.orchestra.run.smithi005.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-09T20:05:14.505 INFO:teuthology.orchestra.run.smithi005.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152... 2024-02-09T20:05:14.581 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152... 2024-02-09T20:05:14.653 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Getting image source signatures 2024-02-09T20:05:14.774 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Copying blob sha256:58df4e03ba066accf3a7e07426bab5f1c867e27a139801c642bdafb42b9a2d9a 2024-02-09T20:05:14.824 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Copying blob sha256:4614e41239e7e0d4cc9213ed940a60f3cb55d3c6f42e7ea890efc773a07511e3 2024-02-09T20:05:35.213 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Copying config sha256:b2573f70982b7b835b57e14a780c95831b17e27969e5e51245677c7c2a63ba1b 2024-02-09T20:05:35.298 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Writing manifest to image destination 2024-02-09T20:05:35.298 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: Storing signatures 2024-02-09T20:05:48.581 INFO:teuthology.orchestra.run.smithi005.stderr:/bin/podman: b2573f70982b7b835b57e14a780c95831b17e27969e5e51245677c7c2a63ba1b 2024-02-09T20:05:49.171 INFO:teuthology.orchestra.run.smithi005.stderr:ceph: ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable) 2024-02-09T20:06:00.314 INFO:teuthology.orchestra.run.smithi005.stderr:Ceph version: ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable) 2024-02-09T20:06:00.314 INFO:teuthology.orchestra.run.smithi005.stderr:Extracting ceph user uid/gid from container image... 2024-02-09T20:06:00.679 INFO:teuthology.orchestra.run.smithi005.stderr:stat: 167 167 2024-02-09T20:06:01.124 INFO:teuthology.orchestra.run.smithi005.stderr:Creating initial keys... 2024-02-09T20:06:01.512 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-authtool: AQCphcZlqGnDHRAABlVmKbBVjWJijZ8mggyPgg== 2024-02-09T20:06:02.304 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-authtool: AQCqhcZlSFxiERAAV+75gk36MoS6Pi2LGhplaw== 2024-02-09T20:06:03.153 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-authtool: AQCrhcZlluWZCBAAU4XDW+8fhoMecPsejS2HKA== 2024-02-09T20:06:03.781 INFO:teuthology.orchestra.run.smithi005.stderr:Creating initial monmap... 2024-02-09T20:06:04.131 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-09T20:06:04.131 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 887d148e-c786-11ee-95b8-87774f69a715 2024-02-09T20:06:04.131 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-09T20:06:04.600 INFO:teuthology.orchestra.run.smithi005.stderr:monmaptool for smithi005 [v2:172.21.15.5:3300,v1:172.21.15.5:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-09T20:06:04.600 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: set fsid to 887d148e-c786-11ee-95b8-87774f69a715 2024-02-09T20:06:04.600 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-09T20:06:04.601 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-09T20:06:04.601 INFO:teuthology.orchestra.run.smithi005.stderr:Creating mon... 2024-02-09T20:06:04.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.986+0000 7f04b12d0880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-09T20:06:04.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.986+0000 7f04b12d0880 1 imported monmap: 2024-02-09T20:06:04.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-09T20:06:04.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: fsid 887d148e-c786-11ee-95b8-87774f69a715 2024-02-09T20:06:04.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: last_changed 2024-02-09T20:06:04.129477+0000 2024-02-09T20:06:04.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: created 2024-02-09T20:06:04.129477+0000 2024-02-09T20:06:04.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-09T20:06:04.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-09T20:06:04.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon.smithi005 2024-02-09T20:06:04.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-09T20:06:04.992 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.986+0000 7f04b12d0880 0 /usr/bin/ceph-mon: set fsid to 887d148e-c786-11ee-95b8-87774f69a715 2024-02-09T20:06:04.993 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: RocksDB version: 6.8.1 2024-02-09T20:06:04.993 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-09T20:06:04.993 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-09T20:06:04.993 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Compile date Feb 8 2024 2024-02-09T20:06:04.993 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: DB SUMMARY 2024-02-09T20:06:04.993 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-09T20:06:04.993 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi005/store.db dir, Total Num: 0, files: 2024-02-09T20:06:05.020 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-09T20:06:05.020 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi005/store.db: 2024-02-09T20:06:05.020 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-09T20:06:05.020 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.error_if_exists: 0 2024-02-09T20:06:05.021 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.create_if_missing: 1 2024-02-09T20:06:05.021 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.paranoid_checks: 1 2024-02-09T20:06:05.021 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.env: 0x55f161f4f080 2024-02-09T20:06:05.021 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.fs: Posix File System 2024-02-09T20:06:05.021 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.info_log: 0x55f16407b300 2024-02-09T20:06:05.021 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-09T20:06:05.021 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.statistics: (nil) 2024-02-09T20:06:05.021 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.use_fsync: 0 2024-02-09T20:06:05.021 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.max_log_file_size: 0 2024-02-09T20:06:05.021 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-09T20:06:05.021 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-09T20:06:05.021 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-09T20:06:05.021 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-09T20:06:05.021 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.allow_fallocate: 1 2024-02-09T20:06:05.022 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-09T20:06:05.022 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-09T20:06:05.022 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.use_direct_reads: 0 2024-02-09T20:06:05.022 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-09T20:06:05.022 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-09T20:06:05.022 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.db_log_dir: 2024-02-09T20:06:05.022 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi005/store.db 2024-02-09T20:06:05.022 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-09T20:06:05.022 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.max_subcompactions: 1 2024-02-09T20:06:05.022 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.max_background_flushes: -1 2024-02-09T20:06:05.022 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-09T20:06:05.022 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-09T20:06:05.022 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-09T20:06:05.022 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-09T20:06:05.022 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-09T20:06:05.023 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-09T20:06:05.023 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-09T20:06:05.023 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.write_buffer_manager: 0x55f164081950 2024-02-09T20:06:05.023 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-09T20:06:05.023 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-09T20:06:05.023 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-09T20:06:05.023 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-09T20:06:05.023 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-09T20:06:05.023 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-09T20:06:05.023 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-09T20:06:05.023 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-09T20:06:05.023 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-09T20:06:05.023 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.unordered_write: 0 2024-02-09T20:06:05.023 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-09T20:06:05.024 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-09T20:06:05.024 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-09T20:06:05.024 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-09T20:06:05.024 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.row_cache: None 2024-02-09T20:06:05.024 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.wal_filter: None 2024-02-09T20:06:05.024 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-09T20:06:05.024 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-09T20:06:05.024 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.preserve_deletes: 0 2024-02-09T20:06:05.024 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.two_write_queues: 0 2024-02-09T20:06:05.024 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-09T20:06:05.024 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.atomic_flush: 0 2024-02-09T20:06:05.024 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-09T20:06:05.024 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-09T20:06:05.024 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-09T20:06:05.025 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.log_readahead_size: 0 2024-02-09T20:06:05.025 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-09T20:06:05.025 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.max_background_jobs: 2 2024-02-09T20:06:05.025 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.max_background_compactions: -1 2024-02-09T20:06:05.025 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-09T20:06:05.025 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-09T20:06:05.025 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-09T20:06:05.025 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-09T20:06:05.025 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-09T20:06:05.025 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-09T20:06:05.025 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-09T20:06:05.025 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-09T20:06:05.025 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.max_open_files: -1 2024-02-09T20:06:05.025 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-09T20:06:05.026 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-09T20:06:05.026 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-09T20:06:05.026 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-09T20:06:05.026 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Compression algorithms supported: 2024-02-09T20:06:05.026 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-09T20:06:05.026 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: kZSTD supported: 0 2024-02-09T20:06:05.026 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: kXpressCompression supported: 0 2024-02-09T20:06:05.026 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-09T20:06:05.026 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: kLZ4Compression supported: 1 2024-02-09T20:06:05.026 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: kBZip2Compression supported: 0 2024-02-09T20:06:05.026 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: kZlibCompression supported: 1 2024-02-09T20:06:05.026 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: kSnappyCompression supported: 1 2024-02-09T20:06:05.026 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.987+0000 7f04b12d0880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-09T20:06:05.026 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-09T20:06:05.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-09T20:06:05.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi005/store.db/MANIFEST-000001 2024-02-09T20:06:05.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-09T20:06:05.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-09T20:06:05.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-09T20:06:05.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-09T20:06:05.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.merge_operator: 2024-02-09T20:06:05.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.compaction_filter: None 2024-02-09T20:06:05.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-09T20:06:05.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-09T20:06:05.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-09T20:06:05.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f163f8bd18) 2024-02-09T20:06:05.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-09T20:06:05.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-09T20:06:05.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-09T20:06:05.028 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-09T20:06:05.028 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-09T20:06:05.028 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-09T20:06:05.028 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-09T20:06:05.028 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-09T20:06:05.028 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-09T20:06:05.028 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-09T20:06:05.028 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-09T20:06:05.028 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_cache: 0x55f163fc4d10 2024-02-09T20:06:05.028 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-09T20:06:05.028 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-09T20:06:05.028 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-09T20:06:05.028 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-09T20:06:05.029 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-09T20:06:05.029 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-09T20:06:05.029 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-09T20:06:05.029 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-09T20:06:05.029 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-09T20:06:05.029 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-09T20:06:05.029 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-09T20:06:05.029 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-09T20:06:05.029 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-09T20:06:05.029 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-09T20:06:05.029 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-09T20:06:05.029 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-09T20:06:05.029 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-09T20:06:05.029 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-09T20:06:05.030 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-09T20:06:05.030 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-09T20:06:05.030 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-09T20:06:05.030 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-09T20:06:05.030 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-09T20:06:05.030 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-09T20:06:05.030 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-09T20:06:05.030 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.compression: NoCompression 2024-02-09T20:06:05.030 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-09T20:06:05.030 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-09T20:06:05.030 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-09T20:06:05.030 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.num_levels: 7 2024-02-09T20:06:05.030 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-09T20:06:05.030 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-09T20:06:05.031 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-09T20:06:05.031 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-09T20:06:05.031 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-09T20:06:05.031 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-09T20:06:05.031 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-09T20:06:05.031 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-09T20:06:05.031 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-09T20:06:05.031 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-09T20:06:05.031 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-09T20:06:05.031 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-09T20:06:05.031 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-09T20:06:05.031 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-09T20:06:05.031 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-09T20:06:05.031 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-09T20:06:05.032 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-09T20:06:05.032 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-09T20:06:05.032 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-09T20:06:05.032 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-09T20:06:05.032 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-09T20:06:05.032 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-09T20:06:05.032 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-09T20:06:05.032 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-09T20:06:05.032 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-09T20:06:05.032 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-09T20:06:05.032 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-09T20:06:05.032 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-09T20:06:05.032 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-09T20:06:05.033 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-09T20:06:05.033 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-09T20:06:05.033 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-09T20:06:05.033 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-09T20:06:05.033 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-09T20:06:05.033 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-09T20:06:05.033 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-09T20:06:05.033 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-09T20:06:05.033 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-09T20:06:05.033 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-09T20:06:05.033 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-09T20:06:05.033 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-09T20:06:05.033 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-09T20:06:05.033 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-09T20:06:05.034 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-09T20:06:05.034 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-09T20:06:05.034 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-09T20:06:05.034 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-09T20:06:05.034 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.table_properties_collectors: 2024-02-09T20:06:05.034 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.inplace_update_support: 0 2024-02-09T20:06:05.034 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-09T20:06:05.034 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-09T20:06:05.034 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-09T20:06:05.034 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-09T20:06:05.034 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.bloom_locality: 0 2024-02-09T20:06:05.034 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.max_successive_merges: 0 2024-02-09T20:06:05.034 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-09T20:06:05.035 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-09T20:06:05.035 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-09T20:06:05.035 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-09T20:06:05.035 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.ttl: 2592000 2024-02-09T20:06:05.035 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.988+0000 7f04b12d0880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-09T20:06:05.035 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.989+0000 7f04b12d0880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi005/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 2024-02-09T20:06:05.035 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-09T20:06:05.035 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.989+0000 7f04b12d0880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-09T20:06:05.035 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-09T20:06:05.035 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.990+0000 7f04b12d0880 4 rocksdb: DB pointer 0x55f16408f800 2024-02-09T20:06:05.035 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.990+0000 7f049a143700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-09T20:06:05.035 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.990+0000 7f049a143700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-09T20:06:05.035 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-09T20:06:05.035 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:06:05.036 INFO:teuthology.orchestra.run.smithi005.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 2024-02-09T20:06:05.036 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-09T20:06:05.036 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-09T20:06:05.036 INFO:teuthology.orchestra.run.smithi005.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 2024-02-09T20:06:05.036 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-09T20:06:05.036 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-09T20:06:05.036 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-09T20:06:05.036 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-09T20:06:05.036 INFO:teuthology.orchestra.run.smithi005.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 2024-02-09T20:06:05.036 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:06:05.036 INFO:teuthology.orchestra.run.smithi005.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 2024-02-09T20:06:05.036 INFO:teuthology.orchestra.run.smithi005.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 2024-02-09T20:06:05.036 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-09T20:06:05.037 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-09T20:06:05.037 INFO:teuthology.orchestra.run.smithi005.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 2024-02-09T20:06:05.037 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:06:05.037 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:06:05.037 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-09T20:06:05.037 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-09T20:06:05.037 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-09T20:06:05.037 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-09T20:06:05.037 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-09T20:06:05.037 INFO:teuthology.orchestra.run.smithi005.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 2024-02-09T20:06:05.037 INFO:teuthology.orchestra.run.smithi005.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 2024-02-09T20:06:05.037 INFO:teuthology.orchestra.run.smithi005.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 2024-02-09T20:06:05.037 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-09T20:06:05.037 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-09T20:06:05.038 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-09T20:06:05.038 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-09T20:06:05.038 INFO:teuthology.orchestra.run.smithi005.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 2024-02-09T20:06:05.038 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:06:05.038 INFO:teuthology.orchestra.run.smithi005.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 2024-02-09T20:06:05.038 INFO:teuthology.orchestra.run.smithi005.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 2024-02-09T20:06:05.038 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-09T20:06:05.038 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-09T20:06:05.038 INFO:teuthology.orchestra.run.smithi005.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 2024-02-09T20:06:05.038 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:06:05.038 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:06:05.038 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-09T20:06:05.038 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-09T20:06:05.038 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-09T20:06:05.038 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-09T20:06:05.039 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-09T20:06:05.039 INFO:teuthology.orchestra.run.smithi005.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 2024-02-09T20:06:05.039 INFO:teuthology.orchestra.run.smithi005.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 2024-02-09T20:06:05.039 INFO:teuthology.orchestra.run.smithi005.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 2024-02-09T20:06:05.039 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-09T20:06:05.039 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-09T20:06:05.039 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: 2024-02-09T20:06:05.039 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.991+0000 7f04b12d0880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-09T20:06:05.039 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.992+0000 7f04b12d0880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-09T20:06:05.039 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph-mon: debug 2024-02-09T20:06:04.992+0000 7f04b12d0880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi005 for mon.smithi005 2024-02-09T20:06:05.484 INFO:teuthology.orchestra.run.smithi005.stderr:create mon.smithi005 on 2024-02-09T20:06:05.614 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-09T20:06:05.726 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-887d148e-c786-11ee-95b8-87774f69a715.target → /etc/systemd/system/ceph-887d148e-c786-11ee-95b8-87774f69a715.target. 2024-02-09T20:06:05.726 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-887d148e-c786-11ee-95b8-87774f69a715.target → /etc/systemd/system/ceph-887d148e-c786-11ee-95b8-87774f69a715.target. 2024-02-09T20:06:05.957 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Failed to reset failed state of unit ceph-887d148e-c786-11ee-95b8-87774f69a715@mon.smithi005.service: Unit ceph-887d148e-c786-11ee-95b8-87774f69a715@mon.smithi005.service not loaded. 2024-02-09T20:06:05.965 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/ceph-887d148e-c786-11ee-95b8-87774f69a715.target.wants/ceph-887d148e-c786-11ee-95b8-87774f69a715@mon.smithi005.service → /etc/systemd/system/ceph-887d148e-c786-11ee-95b8-87774f69a715@.service. 2024-02-09T20:06:06.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:06 smithi005 systemd[1]: Starting Ceph mon.smithi005 for 887d148e-c786-11ee-95b8-87774f69a715... 2024-02-09T20:06:06.705 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: disabled 2024-02-09T20:06:06.712 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2024-02-09T20:06:06.713 INFO:teuthology.orchestra.run.smithi005.stderr:firewalld.service is not enabled 2024-02-09T20:06:06.713 INFO:teuthology.orchestra.run.smithi005.stderr:Not possible to enable service . firewalld.service is not available 2024-02-09T20:06:06.714 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mon to start... 2024-02-09T20:06:06.714 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mon... 2024-02-09T20:06:06.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:06 smithi005 bash[34723]: d81da9f194180068944c353fe2ad2adac1c8bc045b295f7c1602a832e35cd8b7 2024-02-09T20:06:06.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:06 smithi005 conmon[34764]: cluster 2024-02-09T20:06:06.683618+0000 mon.smithi005 (mon.0) 0 : [INF] mkfs 887d148e-c786-11ee-95b8-87774f69a715 2024-02-09T20:06:06.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:06 smithi005 conmon[34764]: cluster 2024-02-09T20:06: 2024-02-09T20:06:06.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:06 smithi005 conmon[34764]: 06.679500+0000 mon.smithi005 (mon.0) 1 : cluster [INF] mon.smithi005 is new leader, mons smithi005 in quorum (ranks 0) 2024-02-09T20:06:06.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:06 smithi005 systemd[1]: Started Ceph mon.smithi005 for 887d148e-c786-11ee-95b8-87774f69a715. 2024-02-09T20:06:07.253 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: cluster: 2024-02-09T20:06:07.253 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: id: 887d148e-c786-11ee-95b8-87774f69a715 2024-02-09T20:06:07.253 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-09T20:06:07.253 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-09T20:06:07.253 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: services: 2024-02-09T20:06:07.253 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi005 (age 0.566256s) 2024-02-09T20:06:07.253 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-09T20:06:07.254 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-09T20:06:07.254 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-09T20:06:07.254 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: data: 2024-02-09T20:06:07.254 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-09T20:06:07.254 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-09T20:06:07.254 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-09T20:06:07.254 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: pgs: 2024-02-09T20:06:07.254 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-09T20:06:07.905 INFO:teuthology.orchestra.run.smithi005.stderr:mon is available 2024-02-09T20:06:07.905 INFO:teuthology.orchestra.run.smithi005.stderr:Assimilating anything we can from ceph.conf... 2024-02-09T20:06:08.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:07 smithi005 conmon[34764]: cluster 2024-02-09T20:06:06.682731+0000 mon.smithi005 (mon.0) 2024-02-09T20:06:08.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:07 smithi005 conmon[34764]: 2 : cluster [INF] mon.smithi005 is new leader, mons smithi005 in quorum (ranks 0) 2024-02-09T20:06:08.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:07 smithi005 conmon[34764]: cluster 2024-02-09T20:06:06.682887+0000 mon.smithi005 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0]} removed_ranks: {} 2024-02-09T20:06:08.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:07 smithi005 conmon[34764]: cluster 2024-02-09T20:06:06.685084+0000 mon.smithi005 (mon.0) 4 : cluster [DBG] fsmap 2024-02-09T20:06:08.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:07 smithi005 conmon[34764]: cluster 2024-02-09T20:06:06.687723+0000 mon.smithi005 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-09T20:06:08.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:07 smithi005 conmon[34764]: cluster 2024-02-09T20:06:06.688169+0000 mon.smithi005 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-09T20:06:08.131 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:07 smithi005 conmon[34764]: audit 2024-02-09T20:06:07.248944+0000 mon.smithi005 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.5:0/3035638734' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-09T20:06:08.466 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-09T20:06:08.466 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [global] 2024-02-09T20:06:08.467 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: fsid = 887d148e-c786-11ee-95b8-87774f69a715 2024-02-09T20:06:08.467 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.5:3300,v1:172.21.15.5:6789] 2024-02-09T20:06:08.467 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-09T20:06:08.467 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-09T20:06:08.467 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-09T20:06:08.467 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-09T20:06:08.467 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-09T20:06:08.467 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [mgr] 2024-02-09T20:06:08.467 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-09T20:06:08.467 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-09T20:06:08.467 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [osd] 2024-02-09T20:06:08.467 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-09T20:06:08.468 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-09T20:06:08.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:08 smithi005 conmon[34764]: audit 2024-02-09T20:06:08.460234+0000 mon.smithi005 (mon.0) 8 : audit [INF] from='client.? 172.21.15.5:0/3962406365' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-09T20:06:08.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:08 smithi005 conmon[34764]: audit 2024-02-09T20:06:08.462988+0000 mon.smithi005 (mon.0) 9 : audit [INF] from='client.? 172.21.15.5:0/3962406365' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-09T20:06:08.930 INFO:teuthology.orchestra.run.smithi005.stderr:Generating new minimal ceph.conf... 2024-02-09T20:06:09.889 INFO:teuthology.orchestra.run.smithi005.stderr:Restarting the monitor... 2024-02-09T20:06:09.898 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:09 smithi005 conmon[34764]: audit 2024-02-09T20:06:09.427729+0000 mon.smithi005 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.5:0/224759308' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:06:09.898 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:09 smithi005 conmon[34764]: 2024-02-09T20:06:10.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:09 smithi005 systemd[1]: Stopping Ceph mon.smithi005 for 887d148e-c786-11ee-95b8-87774f69a715... 2024-02-09T20:06:10.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:09 smithi005 bash[35272]: Error: no container with name or ID ceph-887d148e-c786-11ee-95b8-87774f69a715-mon.smithi005 found: no such container 2024-02-09T20:06:10.530 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:10 smithi005 conmon[34764]: debug 2024-02-09T20:06:10.201+0000 7f2a36689700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi005 -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 2024-02-09T20:06:10.530 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:10 smithi005 conmon[34764]: debug 2024-02-09T20:06:10.201+0000 7f2a36689700 -1 mon.smithi005@0(leader) e1 *** Got Signal Terminated *** 2024-02-09T20:06:11.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:10 smithi005 bash[35387]: d81da9f194180068944c353fe2ad2adac1c8bc045b295f7c1602a832e35cd8b7 2024-02-09T20:06:11.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 systemd[1]: ceph-887d148e-c786-11ee-95b8-87774f69a715@mon.smithi005.service: Succeeded. 2024-02-09T20:06:11.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 systemd[1]: Stopped Ceph mon.smithi005 for 887d148e-c786-11ee-95b8-87774f69a715. 2024-02-09T20:06:11.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 systemd[1]: Starting Ceph mon.smithi005 for 887d148e-c786-11ee-95b8-87774f69a715... 2024-02-09T20:06:11.586 INFO:teuthology.orchestra.run.smithi005.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-09T20:06:11.866 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.566+0000 7fae910b4880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-09T20:06:11.866 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.566+0000 7fae910b4880 0 ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable), process ceph-mon, pid 7 2024-02-09T20:06:11.866 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.566+0000 7fae910b4880 0 pidfile_write: ignore empty --pid-file 2024-02-09T20:06:11.866 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.571+0000 7fae910b4880 0 load: jerasure load: lrc load: isa 2024-02-09T20:06:11.867 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: RocksDB version: 6.8.1 2024-02-09T20:06:11.867 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 2024-02-09T20:06:11.867 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-09T20:06:11.867 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Compile date Feb 8 2024 2024-02-09T20:06:11.867 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: DB SUMMARY 2024-02-09T20:06:11.867 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 2024-02-09T20:06:11.867 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: CURRENT file: CURRENT 2024-02-09T20:06:11.867 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 2024-02-09T20:06:11.867 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-09T20:06:11.867 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 2024-02-09T20:06:11.867 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-09T20:06:11.867 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 2024-02-09T20:06:11.867 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi005/store.db dir, Total Num: 1, files: 000004.sst 2024-02-09T20:06:11.868 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 2024-02-09T20:06:11.868 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi005/store.db: 000006.log size: 86473 ; 2024-02-09T20:06:11.868 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 2024-02-09T20:06:11.868 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.error_if_exists: 0 2024-02-09T20:06:11.868 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.create_if_missing: 0 2024-02-09T20:06:11.868 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.paranoid_checks: 1 2024-02-09T20:06:11.868 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.env: 0x5566b385f080 2024-02-09T20:06:11.868 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.fs: Posix File System 2024-02-09T20:06:11.868 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.info_log: 0x5566b43bfd20 2024-02-09T20:06:11.868 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-09T20:06:11.868 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.statistics: (nil) 2024-02-09T20:06:11.869 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.use_fsync: 0 2024-02-09T20:06:11.869 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 bash[35712]: f63846ab8615f4d7a59e1da5759c0848972375459d2e5cdf20db73dde44a55c1 2024-02-09T20:06:11.869 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.max_log_file_size: 0 2024-02-09T20:06:11.869 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-09T20:06:11.869 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-09T20:06:11.869 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-09T20:06:11.869 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-09T20:06:11.869 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.allow_fallocate: 1 2024-02-09T20:06:11.869 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-09T20:06:11.869 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-09T20:06:11.869 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.use_direct_reads: 0 2024-02-09T20:06:11.869 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-09T20:06:11.870 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-09T20:06:11.870 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.db_log_dir: 2024-02-09T20:06:11.870 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi005/store.db 2024-02-09T20:06:11.870 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-09T20:06:11.870 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.max_subcompactions: 1 2024-02-09T20:06:11.870 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.max_background_flushes: -1 2024-02-09T20:06:11.870 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-09T20:06:11.870 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-09T20:06:11.870 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-09T20:06:11.870 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-09T20:06:11.870 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-09T20:06:11.870 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-09T20:06:11.871 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-09T20:06:11.871 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.write_buffer_manager: 0x5566b503a450 2024-02-09T20:06:11.871 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-09T20:06:11.871 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-09T20:06:11.871 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-09T20:06:11.871 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-09T20:06:11.871 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-09T20:06:11.871 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-09T20:06:11.871 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-09T20:06:11.871 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-09T20:06:11.871 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-09T20:06:11.871 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.unordered_write: 0 2024-02-09T20:06:11.871 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-09T20:06:11.872 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-09T20:06:11.872 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-09T20:06:11.872 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-09T20:06:11.872 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.row_cache: None 2024-02-09T20:06:11.872 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.wal_filter: None 2024-02-09T20:06:11.872 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-09T20:06:11.872 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-09T20:06:11.872 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.preserve_deletes: 0 2024-02-09T20:06:11.872 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.two_write_queues: 0 2024-02-09T20:06:11.872 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-09T20:06:11.872 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.atomic_flush: 0 2024-02-09T20:06:11.872 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-09T20:06:11.873 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-09T20:06:11.873 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-09T20:06:11.873 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.log_readahead_size: 0 2024-02-09T20:06:11.873 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-09T20:06:11.873 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.max_background_jobs: 2 2024-02-09T20:06:11.873 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.max_background_compactions: -1 2024-02-09T20:06:11.873 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-09T20:06:11.873 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-09T20:06:11.873 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-09T20:06:11.874 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-09T20:06:11.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-09T20:06:11.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-09T20:06:11.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-09T20:06:11.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-09T20:06:11.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.max_open_files: -1 2024-02-09T20:06:11.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-09T20:06:11.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-09T20:06:11.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-09T20:06:11.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-09T20:06:11.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Compression algorithms supported: 2024-02-09T20:06:11.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-09T20:06:11.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: kZSTD supported: 0 2024-02-09T20:06:11.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: kXpressCompression supported: 0 2024-02-09T20:06:11.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-09T20:06:11.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: kLZ4Compression supported: 1 2024-02-09T20:06:11.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: kBZip2Compression supported: 0 2024-02-09T20:06:11.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: kZlibCompression supported: 1 2024-02-09T20:06:11.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: kSnappyCompression supported: 1 2024-02-09T20:06:11.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-09T20:06:11.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi005/store.db/MANIFEST-000005 2024-02-09T20:06:11.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 2024-02-09T20:06:11.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-09T20:06:11.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 2024-02-09T20:06:11.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-09T20:06:11.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.merge_operator: 2024-02-09T20:06:11.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.compaction_filter: None 2024-02-09T20:06:11.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-09T20:06:11.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-09T20:06:11.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-09T20:06:11.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.572+0000 7fae910b4880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5566b4369d10) 2024-02-09T20:06:11.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: cache_index_and_filter_blocks: 1 2024-02-09T20:06:11.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-09T20:06:11.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-09T20:06:11.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: pin_top_level_index_and_filter: 1 2024-02-09T20:06:11.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: index_type: 0 2024-02-09T20:06:11.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: data_block_index_type: 0 2024-02-09T20:06:11.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: index_shortening: 1 2024-02-09T20:06:11.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: data_block_hash_table_util_ratio: 0.750000 2024-02-09T20:06:11.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: hash_index_allow_collision: 1 2024-02-09T20:06:11.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: checksum: 1 2024-02-09T20:06:11.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: no_block_cache: 0 2024-02-09T20:06:11.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: block_cache: 0x5566b43a2f10 2024-02-09T20:06:11.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: block_cache_name: BinnedLRUCache 2024-02-09T20:06:11.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: block_cache_options: 2024-02-09T20:06:11.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: capacity : 536870912 2024-02-09T20:06:11.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: num_shard_bits : 4 2024-02-09T20:06:11.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: strict_capacity_limit : 0 2024-02-09T20:06:11.879 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: high_pri_pool_ratio: 0.000 2024-02-09T20:06:11.879 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: block_cache_compressed: (nil) 2024-02-09T20:06:11.879 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: persistent_cache: (nil) 2024-02-09T20:06:11.879 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: block_size: 4096 2024-02-09T20:06:11.879 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: block_size_deviation: 10 2024-02-09T20:06:11.879 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: block_restart_interval: 16 2024-02-09T20:06:11.879 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: index_block_restart_interval: 1 2024-02-09T20:06:11.879 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: metadata_block_size: 4096 2024-02-09T20:06:11.879 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: partition_filters: 0 2024-02-09T20:06:11.880 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: use_delta_encoding: 1 2024-02-09T20:06:11.880 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-09T20:06:11.880 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: whole_key_filtering: 1 2024-02-09T20:06:11.880 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: verify_compression: 0 2024-02-09T20:06:11.880 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: read_amp_bytes_per_bit: 0 2024-02-09T20:06:11.880 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: format_version: 2 2024-02-09T20:06:11.880 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: enable_index_compression: 1 2024-02-09T20:06:11.880 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: block_align: 0 2024-02-09T20:06:11.880 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 2024-02-09T20:06:11.880 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-09T20:06:11.880 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-09T20:06:11.880 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.compression: NoCompression 2024-02-09T20:06:11.881 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-09T20:06:11.881 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-09T20:06:11.881 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-09T20:06:11.881 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.num_levels: 7 2024-02-09T20:06:11.881 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-09T20:06:11.881 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-09T20:06:11.881 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-09T20:06:11.881 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-09T20:06:11.881 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-09T20:06:11.881 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-09T20:06:11.881 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-09T20:06:11.881 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-09T20:06:11.881 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-09T20:06:11.881 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-09T20:06:11.882 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-09T20:06:11.882 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-09T20:06:11.882 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-09T20:06:11.882 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-09T20:06:11.882 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-09T20:06:11.882 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-09T20:06:11.882 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-09T20:06:11.882 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-09T20:06:11.882 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-09T20:06:11.882 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-09T20:06:11.882 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-09T20:06:11.882 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-09T20:06:11.882 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-09T20:06:11.882 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-09T20:06:11.883 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-09T20:06:11.883 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-09T20:06:11.883 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-09T20:06:11.883 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-09T20:06:11.883 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-09T20:06:11.883 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-09T20:06:11.883 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-09T20:06:11.883 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-09T20:06:11.883 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-09T20:06:11.883 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-09T20:06:11.883 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-09T20:06:11.883 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-09T20:06:11.883 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-09T20:06:11.883 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-09T20:06:11.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-09T20:06:11.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-09T20:06:11.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-09T20:06:11.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-09T20:06:11.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-09T20:06:11.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-09T20:06:11.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-09T20:06:11.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-09T20:06:11.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-09T20:06:11.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.table_properties_collectors: 2024-02-09T20:06:11.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.inplace_update_support: 0 2024-02-09T20:06:11.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-09T20:06:11.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-09T20:06:11.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-09T20:06:11.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-09T20:06:11.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.bloom_locality: 0 2024-02-09T20:06:11.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.max_successive_merges: 0 2024-02-09T20:06:11.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-09T20:06:11.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-09T20:06:11.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-09T20:06:11.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-09T20:06:11.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.ttl: 2592000 2024-02-09T20:06:11.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-09T20:06:11.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.573+0000 7fae910b4880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi005/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 2024-02-09T20:06:11.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 2024-02-09T20:06:11.885 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.574+0000 7fae910b4880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-09T20:06:11.886 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 2024-02-09T20:06:11.886 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.574+0000 7fae910b4880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707509171575916, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-09T20:06:11.886 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.574+0000 7fae910b4880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-09T20:06:11.886 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.574+0000 7fae910b4880 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. 2024-02-09T20:06:11.886 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.575+0000 7fae910b4880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707509171577449, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83346, "table_properties": {"data_size": 81613, "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": 76125, "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": 1707509171, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-09T20:06:11.886 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.575+0000 7fae910b4880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-09T20:06:11.886 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 2024-02-09T20:06:11.886 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.576+0000 7fae910b4880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707509171578223, "job": 1, "event": "recovery_finished"} 2024-02-09T20:06:11.886 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.577+0000 7fae910b4880 4 rocksdb: DB pointer 0x5566b446d800 2024-02-09T20:06:11.886 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.578+0000 7fae77ea6700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-09T20:06:11.887 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.578+0000 7fae77ea6700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-09T20:06:11.887 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: ** DB Stats ** 2024-02-09T20:06:11.887 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:06:11.887 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-09T20:06:11.887 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-09T20:06:11.887 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-09T20:06:11.887 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-09T20:06:11.887 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-09T20:06:11.887 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-09T20:06:11.887 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 2024-02-09T20:06:11.887 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: ** Compaction Stats [default] ** 2024-02-09T20:06:11.887 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 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 2024-02-09T20:06:11.887 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:06:11.888 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: L0 2/0 83.08 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 79.8 0.00 0.00 1 0.001 0 0 2024-02-09T20:06:11.888 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: Sum 2/0 83.08 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 79.8 0.00 0.00 1 0.001 0 0 2024-02-09T20:06:11.888 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 79.8 0.00 0.00 1 0.001 0 0 2024-02-09T20:06:11.888 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 2024-02-09T20:06:11.888 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: ** Compaction Stats [default] ** 2024-02-09T20:06:11.888 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 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 2024-02-09T20:06:11.888 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:06:11.888 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 79.8 0.00 0.00 1 0.001 0 0 2024-02-09T20:06:11.888 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:06:11.888 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-09T20:06:11.888 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-09T20:06:11.888 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: AddFile(Total Files): cumulative 0, interval 0 2024-02-09T20:06:11.888 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-09T20:06:11.889 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: AddFile(Keys): cumulative 0, interval 0 2024-02-09T20:06:11.889 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: Cumulative compaction: 0.00 GB write, 15.87 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-09T20:06:11.889 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: Interval compaction: 0.00 GB write, 15.87 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-09T20:06:11.889 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 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 2024-02-09T20:06:11.889 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 2024-02-09T20:06:11.889 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: ** File Read Latency Histogram By Level [default] ** 2024-02-09T20:06:11.889 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 2024-02-09T20:06:11.889 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: ** Compaction Stats [default] ** 2024-02-09T20:06:11.889 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 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 2024-02-09T20:06:11.889 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:06:11.889 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: L0 2/0 83.08 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 79.8 0.00 0.00 1 0.001 0 0 2024-02-09T20:06:11.889 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: Sum 2/0 83.08 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 79.8 0.00 0.00 1 0.001 0 0 2024-02-09T20:06:11.889 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 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 2024-02-09T20:06:11.889 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 2024-02-09T20:06:11.890 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: ** Compaction Stats [default] ** 2024-02-09T20:06:11.890 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 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 2024-02-09T20:06:11.890 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:06:11.890 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 79.8 0.00 0.00 1 0.001 0 0 2024-02-09T20:06:11.890 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:06:11.890 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-09T20:06:11.890 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-09T20:06:11.890 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: AddFile(Total Files): cumulative 0, interval 0 2024-02-09T20:06:11.890 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-09T20:06:11.890 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: AddFile(Keys): cumulative 0, interval 0 2024-02-09T20:06:11.890 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: Cumulative compaction: 0.00 GB write, 15.77 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-09T20:06:11.890 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-09T20:06:11.890 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 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 2024-02-09T20:06:11.890 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 2024-02-09T20:06:11.890 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: ** File Read Latency Histogram By Level [default] ** 2024-02-09T20:06:11.891 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 2024-02-09T20:06:11.891 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.578+0000 7fae910b4880 0 starting mon.smithi005 rank 0 at public addrs [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] at bind addrs [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi005 fsid 887d148e-c786-11ee-95b8-87774f69a715 2024-02-09T20:06:11.891 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 systemd[1]: Started Ceph mon.smithi005 for 887d148e-c786-11ee-95b8-87774f69a715. 2024-02-09T20:06:11.891 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.580+0000 7fae910b4880 1 mon.smithi005@-1(???) e1 preinit fsid 887d148e-c786-11ee-95b8-87774f69a715 2024-02-09T20:06:11.891 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.581+0000 7fae910b4880 0 mon.smithi005@-1(???).mds e1 new map 2024-02-09T20:06:11.891 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.581+0000 7fae910b4880 0 mon.smithi005@-1(???).mds e1 print_map 2024-02-09T20:06:11.891 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: e1 2024-02-09T20:06:11.891 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-09T20:06:11.891 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 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} 2024-02-09T20:06:11.891 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: legacy client fscid: -1 2024-02-09T20:06:11.891 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 2024-02-09T20:06:11.891 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: No filesystems configured 2024-02-09T20:06:11.891 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: 2024-02-09T20:06:11.891 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.581+0000 7fae910b4880 0 mon.smithi005@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-09T20:06:11.891 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.581+0000 7fae910b4880 0 mon.smithi005@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-09T20:06:11.892 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.581+0000 7fae910b4880 0 mon.smithi005@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-09T20:06:11.892 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.581+0000 7fae910b4880 0 mon.smithi005@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-09T20:06:11.892 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: audit 2024 2024-02-09T20:06:11.892 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: -02-09T20:06:09.427729+0000 mon.smithi005 (mon.0 2024-02-09T20:06:11.892 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: ) 10 : audit [DBG] from='client.? 172.21.15.5:0/224759308' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:06:11.892 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: debug 2024-02-09T20:06:11.581+0000 7fae910b4880 1 mon.smithi005@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-09T20:06:11.892 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: cluster 2024-02-09T20:06:11.601555+0000 mon.smithi005 (mon.0) 1 : cluster [INF] mon.smithi005 is new leader, mons smithi005 in quorum (ranks 0) 2024-02-09T20:06:11.892 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: cluster 2024-02-09T20:06:11.601621+0000 mon.smithi005 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0]} removed_ranks: {} 2024-02-09T20:06:11.892 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: cluster 2024-02-09T20:06:11.613143+0000 mon.smithi005 (mon.0) 3 : cluster [DBG] fsmap 2024-02-09T20:06:11.892 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: cluster 2024-02-09T20:06:11.613183+0000 mon.smithi005 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-09T20:06:11.892 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:11 smithi005 conmon[35754]: cluster 2024-02-09T20:06:11.613604+0000 mon.smithi005 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-09T20:06:12.763 INFO:teuthology.orchestra.run.smithi005.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-09T20:06:12.763 INFO:teuthology.orchestra.run.smithi005.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-09T20:06:12.763 INFO:teuthology.orchestra.run.smithi005.stderr:Creating mgr... 2024-02-09T20:06:12.764 INFO:teuthology.orchestra.run.smithi005.stderr:Verifying port 9283 ... 2024-02-09T20:06:12.915 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Failed to reset failed state of unit ceph-887d148e-c786-11ee-95b8-87774f69a715@mgr.smithi005.drqcnv.service: Unit ceph-887d148e-c786-11ee-95b8-87774f69a715@mgr.smithi005.drqcnv.service not loaded. 2024-02-09T20:06:12.922 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: Created symlink /etc/systemd/system/ceph-887d148e-c786-11ee-95b8-87774f69a715.target.wants/ceph-887d148e-c786-11ee-95b8-87774f69a715@mgr.smithi005.drqcnv.service → /etc/systemd/system/ceph-887d148e-c786-11ee-95b8-87774f69a715@.service. 2024-02-09T20:06:13.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:13 smithi005 conmon[35754]: audit 2024-02-09T20:06:12.199839+0000 mon.smithi005 ( 2024-02-09T20:06:13.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:13 smithi005 conmon[35754]: mon.0) 6 : audit [INF] from='client.? 172.21.15.5:0/3135210176' entity='client.admin' 2024-02-09T20:06:13.769 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: disabled 2024-02-09T20:06:13.778 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2024-02-09T20:06:13.779 INFO:teuthology.orchestra.run.smithi005.stderr:firewalld.service is not enabled 2024-02-09T20:06:13.779 INFO:teuthology.orchestra.run.smithi005.stderr:Not possible to enable service . firewalld.service is not available 2024-02-09T20:06:13.788 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: disabled 2024-02-09T20:06:13.797 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2024-02-09T20:06:13.798 INFO:teuthology.orchestra.run.smithi005.stderr:firewalld.service is not enabled 2024-02-09T20:06:13.798 INFO:teuthology.orchestra.run.smithi005.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-09T20:06:13.798 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mgr to start... 2024-02-09T20:06:13.798 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mgr... 2024-02-09T20:06:14.438 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-09T20:06:14.438 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-02-09T20:06:14.438 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsid": "887d148e-c786-11ee-95b8-87774f69a715", 2024-02-09T20:06:14.438 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "health": { 2024-02-09T20:06:14.438 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-09T20:06:14.438 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "checks": {}, 2024-02-09T20:06:14.438 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mutes": [] 2024-02-09T20:06:14.438 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:14.439 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-09T20:06:14.439 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum": [ 2024-02-09T20:06:14.439 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 0 2024-02-09T20:06:14.439 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-09T20:06:14.439 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-09T20:06:14.439 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "smithi005" 2024-02-09T20:06:14.439 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-09T20:06:14.439 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-09T20:06:14.439 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "monmap": { 2024-02-09T20:06:14.439 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:06:14.439 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-09T20:06:14.439 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-09T20:06:14.440 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:14.440 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osdmap": { 2024-02-09T20:06:14.440 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:06:14.440 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-09T20:06:14.440 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-09T20:06:14.440 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-09T20:06:14.444 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-09T20:06:14.445 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-09T20:06:14.445 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-09T20:06:14.445 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:14.445 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgmap": { 2024-02-09T20:06:14.445 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-09T20:06:14.445 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-09T20:06:14.445 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-09T20:06:14.445 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-09T20:06:14.445 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-09T20:06:14.445 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-09T20:06:14.445 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-09T20:06:14.446 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-09T20:06:14.446 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:14.446 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsmap": { 2024-02-09T20:06:14.446 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:06:14.446 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-09T20:06:14.446 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-09T20:06:14.446 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:14.446 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-09T20:06:14.446 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": false, 2024-02-09T20:06:14.446 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-09T20:06:14.446 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modules": [ 2024-02-09T20:06:14.446 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "iostat", 2024-02-09T20:06:14.446 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "nfs", 2024-02-09T20:06:14.447 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "restful" 2024-02-09T20:06:14.447 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-09T20:06:14.447 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-02-09T20:06:14.447 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:14.447 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "servicemap": { 2024-02-09T20:06:14.447 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:06:14.447 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modified": "2024-02-09T20:06:06.684161+0000", 2024-02-09T20:06:14.447 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-02-09T20:06:14.447 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:14.447 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-09T20:06:14.447 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-02-09T20:06:14.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:14 smithi005 conmon[35754]: audit 2024-02-09T20:06:14.432307+0000 mon.smithi005 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.5:0/1176940291' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-09T20:06:14.962 INFO:teuthology.orchestra.run.smithi005.stderr:mgr not available, waiting (1/15)... 2024-02-09T20:06:17.528 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-09T20:06:17.528 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-02-09T20:06:17.528 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsid": "887d148e-c786-11ee-95b8-87774f69a715", 2024-02-09T20:06:17.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "health": { 2024-02-09T20:06:17.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-09T20:06:17.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "checks": {}, 2024-02-09T20:06:17.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mutes": [] 2024-02-09T20:06:17.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:17.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-09T20:06:17.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum": [ 2024-02-09T20:06:17.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 0 2024-02-09T20:06:17.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-09T20:06:17.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-09T20:06:17.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "smithi005" 2024-02-09T20:06:17.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-09T20:06:17.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-02-09T20:06:17.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "monmap": { 2024-02-09T20:06:17.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:06:17.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-09T20:06:17.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-09T20:06:17.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:17.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osdmap": { 2024-02-09T20:06:17.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:06:17.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-09T20:06:17.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-09T20:06:17.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-09T20:06:17.533 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-09T20:06:17.533 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-09T20:06:17.533 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-09T20:06:17.533 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:17.533 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgmap": { 2024-02-09T20:06:17.533 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-09T20:06:17.533 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-09T20:06:17.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-09T20:06:17.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-09T20:06:17.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-09T20:06:17.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-09T20:06:17.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-09T20:06:17.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-09T20:06:17.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:17.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsmap": { 2024-02-09T20:06:17.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:06:17.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-09T20:06:17.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-09T20:06:17.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:17.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-09T20:06:17.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": false, 2024-02-09T20:06:17.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-09T20:06:17.534 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modules": [ 2024-02-09T20:06:17.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "iostat", 2024-02-09T20:06:17.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "nfs", 2024-02-09T20:06:17.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "restful" 2024-02-09T20:06:17.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-09T20:06:17.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-02-09T20:06:17.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:17.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "servicemap": { 2024-02-09T20:06:17.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:06:17.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modified": "2024-02-09T20:06:06.684161+0000", 2024-02-09T20:06:17.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-02-09T20:06:17.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:17.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-09T20:06:17.535 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-02-09T20:06:17.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:17 smithi005 conmon[35754]: audit 2024-02-09T20:06:17.524248+0000 mon.smithi005 (mon.0) 2024-02-09T20:06:17.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:17 smithi005 conmon[35754]: 8 : audit [DBG] from='client.? 172.21.15.5:0/1554735280' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-09T20:06:18.103 INFO:teuthology.orchestra.run.smithi005.stderr:mgr not available, waiting (2/15)... 2024-02-09T20:06:20.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: cluster 2024-02-09T20:06:19.897819+0000 mon.smithi005 (mon.0) 9 : cluster [INF] Activating manager daemon smithi005.drqcnv 2024-02-09T20:06:20.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: cluster 2024-02-09T20:06:19.900788+0000 mon.smithi005 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi005.drqcnv(active, starting, since 0.00309825s) 2024-02-09T20:06:20.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: audit 2024-02-09T20:06:19.901827+0000 mon.smithi005 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.5:0/3741498895' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-09T20:06:20.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: audit 2024-02-09T20:06:19.902056+0000 mon.smithi005 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.5:0/3741498895' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-09T20:06:20.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: audit 2024-02-09T20:06:19.902238 2024-02-09T20:06:20.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: +0000 mon.smithi005 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.5:0/3741498895' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-09T20:06:20.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: audit 2024-02-09T20:06:19.902429+0000 mon.smithi005 ( 2024-02-09T20:06:20.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.5:0/3741498895' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2024-02-09T20:06:20.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: audit 2024-02-09T20:06:20.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: 2024-02-09T20:06:19.902846+0000 mon.smithi005 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.5:0/3741498895' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mgr metadata", "who": "smithi005.drqcnv", "id": "smithi005.drqcnv"}]: dispatch 2024-02-09T20:06:20.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: cluster 2024-02-09T20:06:19. 2024-02-09T20:06:20.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: 916437+0000 mon.smithi005 (mon.0) 16 : cluster [INF] Manager daemon smithi005.drqcnv is now available 2024-02-09T20:06:20.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: audit 2024-02-09T20:06:19.926621+0000 mon.smithi005 2024-02-09T20:06:20.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.5:0/3741498895' entity='mgr.smithi005.drqcnv' 2024-02-09T20:06:20.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: audit 2024-02-09T20:06:20.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: 2024-02-09T20:06:19.933830+0000 mon.smithi005 (mon.0) 18 : audit [INF] 2024-02-09T20:06:20.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: from='mgr.14100 172.21.15.5:0/3741498895' entity='mgr.smithi005.drqcnv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.drqcnv/mirror_snapshot_schedule"}]: dispatch 2024-02-09T20:06:20.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: audit 2024-02-09T20:06 2024-02-09T20:06:20.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: :19.938515+0000 mon.smithi005 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.5:0/3741498895' entity='mgr.smithi005.drqcnv' 2024-02-09T20:06:20.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: audit 2024-02-09T20:06:20.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: 2024-02-09T20:06:19.938687+0000 mon.smithi005 (mon.0) 20 2024-02-09T20:06:20.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: : audit [INF] from='mgr.14100 172.21.15.5:0/3741498895' entity='mgr.smithi005.drqcnv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.drqcnv/trash_purge_schedule"}]: dispatch 2024-02-09T20:06:20.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: audit 2024-02- 2024-02-09T20:06:20.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:19 smithi005 conmon[35754]: 09T20:06:19.940535+0000 mon.smithi005 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.5:0/3741498895' entity='mgr.smithi005.drqcnv' 2024-02-09T20:06:20.679 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-09T20:06:20.679 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-02-09T20:06:20.679 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsid": "887d148e-c786-11ee-95b8-87774f69a715", 2024-02-09T20:06:20.679 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "health": { 2024-02-09T20:06:20.679 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-09T20:06:20.679 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "checks": {}, 2024-02-09T20:06:20.679 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mutes": [] 2024-02-09T20:06:20.680 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:20.680 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-09T20:06:20.680 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum": [ 2024-02-09T20:06:20.680 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 0 2024-02-09T20:06:20.680 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-09T20:06:20.680 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-09T20:06:20.680 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "smithi005" 2024-02-09T20:06:20.680 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-09T20:06:20.680 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_age": 9, 2024-02-09T20:06:20.680 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "monmap": { 2024-02-09T20:06:20.680 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:06:20.680 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-09T20:06:20.680 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-09T20:06:20.680 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:20.681 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osdmap": { 2024-02-09T20:06:20.681 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:06:20.681 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-09T20:06:20.681 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-09T20:06:20.681 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-09T20:06:20.681 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-09T20:06:20.684 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-09T20:06:20.684 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-09T20:06:20.684 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:20.685 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgmap": { 2024-02-09T20:06:20.685 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-09T20:06:20.685 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-09T20:06:20.685 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-09T20:06:20.685 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-09T20:06:20.685 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-09T20:06:20.685 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-09T20:06:20.685 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-09T20:06:20.685 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-09T20:06:20.685 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:20.685 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsmap": { 2024-02-09T20:06:20.685 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:06:20.685 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-09T20:06:20.685 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-09T20:06:20.685 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:20.685 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-09T20:06:20.686 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": false, 2024-02-09T20:06:20.686 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-09T20:06:20.686 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modules": [ 2024-02-09T20:06:20.686 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "iostat", 2024-02-09T20:06:20.686 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "nfs", 2024-02-09T20:06:20.686 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "restful" 2024-02-09T20:06:20.686 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-09T20:06:20.686 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-02-09T20:06:20.686 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:20.686 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "servicemap": { 2024-02-09T20:06:20.686 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:06:20.686 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modified": "2024-02-09T20:06:06.684161+0000", 2024-02-09T20:06:20.686 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-02-09T20:06:20.686 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:20.686 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-09T20:06:20.686 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-02-09T20:06:21.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:20 smithi005 conmon[35754]: audit 2024-02-09T20:06:20.675022+0000 mon.smithi005 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.5:0/2275048071' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-09T20:06:21.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:20 smithi005 conmon[35754]: cluster 2024-02-09T20:06:20.904278+0000 mon.smithi005 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi005.drqcnv(active, since 1.00658s) 2024-02-09T20:06:21.228 INFO:teuthology.orchestra.run.smithi005.stderr:mgr not available, waiting (3/15)... 2024-02-09T20:06:23.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:22 smithi005 conmon[35754]: cluster 2024-02-09T20:06:21.952956+0000 mon.smithi005 (mon.0) 24 : 2024-02-09T20:06:23.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:22 smithi005 conmon[35754]: cluster [DBG] mgrmap e4: smithi005.drqcnv(active, since 2s) 2024-02-09T20:06:23.978 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-09T20:06:23.979 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-02-09T20:06:23.979 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsid": "887d148e-c786-11ee-95b8-87774f69a715", 2024-02-09T20:06:23.979 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "health": { 2024-02-09T20:06:23.979 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-09T20:06:23.979 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "checks": {}, 2024-02-09T20:06:23.979 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mutes": [] 2024-02-09T20:06:23.979 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:23.979 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-09T20:06:23.979 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum": [ 2024-02-09T20:06:23.979 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 0 2024-02-09T20:06:23.979 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-09T20:06:23.979 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-09T20:06:23.979 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "smithi005" 2024-02-09T20:06:23.979 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-09T20:06:23.980 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "quorum_age": 12, 2024-02-09T20:06:23.980 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "monmap": { 2024-02-09T20:06:23.980 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:06:23.980 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-09T20:06:23.980 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-09T20:06:23.980 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:23.980 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osdmap": { 2024-02-09T20:06:23.980 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:06:23.980 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-09T20:06:23.980 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-09T20:06:23.980 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-09T20:06:23.980 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-09T20:06:23.980 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-09T20:06:23.980 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-09T20:06:23.981 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:23.981 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgmap": { 2024-02-09T20:06:23.981 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-09T20:06:23.981 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-09T20:06:23.981 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-09T20:06:23.981 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-09T20:06:23.981 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-09T20:06:23.981 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-09T20:06:23.981 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-09T20:06:23.981 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-09T20:06:23.981 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:23.981 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "fsmap": { 2024-02-09T20:06:23.981 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:06:23.981 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-09T20:06:23.982 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-09T20:06:23.982 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:23.982 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-09T20:06:23.982 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": true, 2024-02-09T20:06:23.982 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-09T20:06:23.982 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modules": [ 2024-02-09T20:06:23.982 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "iostat", 2024-02-09T20:06:23.982 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "nfs", 2024-02-09T20:06:23.982 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "restful" 2024-02-09T20:06:23.982 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ], 2024-02-09T20:06:23.982 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-02-09T20:06:23.982 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:23.982 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "servicemap": { 2024-02-09T20:06:23.982 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-09T20:06:23.982 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "modified": "2024-02-09T20:06:06.684161+0000", 2024-02-09T20:06:23.983 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "services": {} 2024-02-09T20:06:23.983 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: }, 2024-02-09T20:06:23.983 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-09T20:06:23.983 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-02-09T20:06:24.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:24 smithi005 conmon[35754]: audit 2024-02-09T20:06:23.970391+0000 mon.smithi005 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.5:0/2302479690' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-09T20:06:24.419 INFO:teuthology.orchestra.run.smithi005.stderr:mgr is available 2024-02-09T20:06:25.026 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-09T20:06:25.026 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [global] 2024-02-09T20:06:25.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: fsid = 887d148e-c786-11ee-95b8-87774f69a715 2024-02-09T20:06:25.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-09T20:06:25.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-09T20:06:25.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-09T20:06:25.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-09T20:06:25.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-09T20:06:25.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [mgr] 2024-02-09T20:06:25.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-09T20:06:25.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 2024-02-09T20:06:25.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: [osd] 2024-02-09T20:06:25.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-09T20:06:25.027 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-09T20:06:25.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:25 smithi005 conmon[35754]: audit 2024-02-09T20:06:25.023245+0000 mon.smithi005 (mon.0) 26 : audit [INF] from='client.? 172.21.15.5:0/532525863' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-09T20:06:25.595 INFO:teuthology.orchestra.run.smithi005.stderr:Enabling cephadm module... 2024-02-09T20:06:26.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:26 smithi005 conmon[35754]: audit 2024-02-09T20:06:26.336780+0000 mon.smithi005 2024-02-09T20:06:26.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:26 smithi005 conmon[35754]: (mon.0) 27 : audit [INF] from='client.? 172.21.15.5:0/3066192628' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-09T20:06:27.629 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-02-09T20:06:27.629 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-09T20:06:27.630 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": true, 2024-02-09T20:06:27.630 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "active_name": "smithi005.drqcnv", 2024-02-09T20:06:27.630 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-09T20:06:27.630 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-02-09T20:06:27.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:27 smithi005 conmon[35754]: audit 2024-02-09T20:06:26.390251+0000 mon.smithi005 (mon.0) 28 : audit [INF] from='client.? 172.21.15.5:0/3066192628' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-09T20:06:27.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:27 smithi005 conmon[35754]: cluster 2024-02-09T20:06:26.390324+0000 mon.smithi005 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi005.drqcnv(active, since 6s) 2024-02-09T20:06:28.135 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for the mgr to restart... 2024-02-09T20:06:28.135 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mgr epoch 5... 2024-02-09T20:06:28.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:28 smithi005 conmon[35754]: audit 2024-02-09T20:06:27.626944 2024-02-09T20:06:28.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:28 smithi005 conmon[35754]: +0000 mon.smithi005 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.5:0/1049726733' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-09T20:06:32.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: cluster 2024-02-09T20:06:32.515757+0000 mon.smithi005 (mon. 2024-02-09T20:06:32.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: 0) 31 : cluster [INF] Active manager daemon smithi005.drqcnv restarted 2024-02-09T20:06:32.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: cluster 2024-02-09T20:06:32.516005+0000 mon.smithi005 (mon.0) 32 : cluster [INF] Activating manager daemon smithi005.drqcnv 2024-02-09T20:06:32.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: cluster 2024 2024-02-09T20:06:32.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: -02-09T20:06:32.519055+0000 mon.smithi005 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-09T20:06:32.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: cluster 2024-02- 2024-02-09T20:06:32.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: 09T20:06:32.519151+0000 mon.smithi005 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi005.drqcnv(active, starting, since 0.00322879s) 2024-02-09T20:06:32.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: audit 2024-02-09T20:06:32.520140 2024-02-09T20:06:32.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: +0000 mon.smithi005 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2024-02-09T20:06:32.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: audit 2024-02-09T20:06:32.520825+0000 2024-02-09T20:06:32.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: mon.smithi005 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mgr metadata", "who": "smithi005.drqcnv", "id": "smithi005.drqcnv"}]: dispatch 2024-02-09T20:06:32.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: audit 2024-02-09T20:06:32.521599+0000 mon.smithi005 (mon.0 2024-02-09T20:06:32.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: ) 37 : audit [DBG] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-09T20:06:32.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: audit 2024 2024-02-09T20:06:32.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: -02-09T20:06:32.521814+0000 mon.smithi005 (mon.0) 38 : audit [DBG] 2024-02-09T20:06:32.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-09T20:06:32.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: audit 2024-02-09T20:06: 2024-02-09T20:06:32.905 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: 32.521948+0000 mon.smithi005 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-09T20:06:32.905 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: cluster 2024-02-09T20:06:32.905 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: 2024-02-09T20:06:32.535377+0000 mon.smithi005 (mon.0) 40 : cluster [INF] 2024-02-09T20:06:32.905 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: Manager daemon smithi005.drqcnv is now available 2024-02-09T20:06:32.905 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: audit 2024-02-09T20:06:32 2024-02-09T20:06:32.905 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:32 smithi005 conmon[35754]: .549389+0000 mon.smithi005 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' 2024-02-09T20:06:33.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-02-09T20:06:33.530 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-09T20:06:33.531 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "initialized": true 2024-02-09T20:06:33.531 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-02-09T20:06:33.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:33 smithi005 conmon[35754]: cephadm 2024-02-09T20:06:32.546699+0000 mgr.smithi005.drqcnv (mgr.14118 2024-02-09T20:06:33.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:33 smithi005 conmon[35754]: ) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-09T20:06:33.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:33 smithi005 conmon[35754]: audit 2024-02-09T20:06:32.647702+0000 mon.smithi005 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' 2024-02-09T20:06:33.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:33 smithi005 conmon[35754]: audit 2024-02-09T20:06:33.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:33 smithi005 conmon[35754]: 2024-02-09T20:06:32.648838+0000 mon.smithi005 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:06:33.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:33 smithi005 conmon[35754]: audit 2024-02-09T20 2024-02-09T20:06:33.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:33 smithi005 conmon[35754]: :06:32.650231+0000 mon.smithi005 (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:06:33.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:33 smithi005 conmon[35754]: audit 2024-02-09T20:06:33.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:33 smithi005 conmon[35754]: 2024-02-09T20:06:32.652297+0000 mon.smithi005 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:06:33.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:33 smithi005 conmon[35754]: audit 2024-02-09T20:06:32.667858+0000 2024-02-09T20:06:33.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:33 smithi005 conmon[35754]: mon.smithi005 (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.drqcnv/mirror_snapshot_schedule"}]: dispatch 2024-02-09T20:06:33.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:33 smithi005 conmon[35754]: audit 2024-02-09T20:06:33.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:33 smithi005 conmon[35754]: 2024-02-09T20:06:32.671109+0000 mon.smithi005 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.drqcnv/trash_purge_schedule"}]: dispatch 2024-02-09T20:06:33.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:33 smithi005 conmon[35754]: cluster 2024-02-09T20:06:33. 2024-02-09T20:06:33.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:33 smithi005 conmon[35754]: 521686+0000 mon.smithi005 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi005.drqcnv(active, since 1.00576s) 2024-02-09T20:06:34.010 INFO:teuthology.orchestra.run.smithi005.stderr:mgr epoch 5 is available 2024-02-09T20:06:34.010 INFO:teuthology.orchestra.run.smithi005.stderr:Setting orchestrator backend to cephadm... 2024-02-09T20:06:35.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:34 smithi005 conmon[35754]: audit 2024-02-09T20:06:33.520846+0000 mgr.smithi005.drqcnv (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-09T20:06:35.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:34 smithi005 conmon[35754]: audit 2024-02-09T20:06:33.528128+0000 mgr.smithi005.drqcnv (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-09T20:06:35.864 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: value unchanged 2024-02-09T20:06:35.886 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:35 smithi005 conmon[35754]: cluster 2024-02-09T20:06:34.651316+0000 mon.smithi005 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi005.drqcnv(active, since 2s) 2024-02-09T20:06:35.887 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:35 smithi005 conmon[35754]: audit 2024-02-09T20:06:34.690032+0000 mgr.smithi005.drqcnv (mgr.14118) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:35.887 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:35 smithi005 conmon[35754]: audit 2024-02-09T20:06:34.694033+0000 mon.smithi005 (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' 2024-02-09T20:06:35.887 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:35 smithi005 conmon[35754]: audit 2024-02-09T20:06:34.726437+0000 mon.smithi005 (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:06:36.476 INFO:teuthology.orchestra.run.smithi005.stderr:Generating ssh key... 2024-02-09T20:06:36.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:36 smithi005 conmon[35754]: audit 2024-02-09T20:06:35.862201+0000 mgr.smithi005.drqcnv (mgr.14118) 5 : 2024-02-09T20:06:36.750 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:36 smithi005 conmon[35754]: audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:37.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:37 smithi005 conmon[35754]: audit 2024-02-09T20:06:37.149973+0000 mgr.smithi005.drqcnv (mgr.14118) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:37.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:37 smithi005 conmon[35754]: cephadm 2024-02-09T20:06:37.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:37 smithi005 conmon[35754]: 2024-02-09T20:06:37.150221+0000 mgr.smithi005.drqcnv (mgr.14118) 7 : cephadm [INF] Generating ssh key... 2024-02-09T20:06:37.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:37 smithi005 conmon[35754]: audit 2024-02-09T20:06:37.551979+0000 mon.smithi005 (mon.0) 52 : audit 2024-02-09T20:06:37.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:37 smithi005 conmon[35754]: [INF] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' 2024-02-09T20:06:37.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:37 smithi005 conmon[35754]: audit 2024-02-09T20 2024-02-09T20:06:37.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:37 smithi005 conmon[35754]: :06:37.553778+0000 mon.smithi005 (mon.0) 53 : audit 2024-02-09T20:06:37.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:37 smithi005 conmon[35754]: [INF] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' 2024-02-09T20:06:38.693 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6bO5g/6xlPQbWjv9oe+upYgD88ZFZTraQOLeXn9nkooHc306As2FvJWuUf7yLYblXwl1E3YPucf5tHHgF5eE6zCBgcq8BxGqMnP7L3guw2M6Dngr9aaX1x0/Aca9j+/XTo1L2dwevl2AchuAQXhNw7pGupI767AM8a+kErSqtzykuFbmvBnyzkyjmU6jDhXaomGhc57zxD+a06hiaXyV/IaEyw9a1qwPuffqEy8z4EcdDuJqwAQ24DD97TSa7yr2Jf3L7rgCSmwI803mCNp7nwQS9m0GCqyZTR1Wes80IGVUCcXXYyZY7LOm5omBgxfwZNGQnpwdvCpFkDw/IqN9pCuvj1qLRTeu7iV1clgY/eT8nNcIqg4QiDCppC31ohp200lAyh2zyOpQO3aCXHDyTto/EKw1UNl+khkdKTCwzUnHhin1zTOBM0SvjTcYbH4TH185cfOv6vdHRuVBde2fZPdXXZvUxj5IfoBea1VThvAxnqCT2da68BUuNgXKELFk= ceph-887d148e-c786-11ee-95b8-87774f69a715 2024-02-09T20:06:39.151 INFO:teuthology.orchestra.run.smithi005.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-09T20:06:39.151 INFO:teuthology.orchestra.run.smithi005.stderr:Adding key to root@localhost authorized_keys... 2024-02-09T20:06:39.153 INFO:teuthology.orchestra.run.smithi005.stderr:Adding host smithi005... 2024-02-09T20:06:39.857 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:39 smithi005 conmon[35754]: audit 2024-02-09T20:06:38.691540+0000 mgr.smithi005.drqcnv (mgr.14118) 8 : 2024-02-09T20:06:39.857 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:39 smithi005 conmon[35754]: audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:40.529 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Added host 'smithi005' with addr '172.21.15.5' 2024-02-09T20:06:40.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:40 smithi005 conmon[35754]: audit 2024-02-09T20:06:39.832578+0000 mgr.smithi005.drqcnv (mgr.14118) 9 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi005", "addr": "172.21.15.5", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:41.042 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying mon service with default placement... 2024-02-09T20:06:41.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:41 smithi005 conmon[35754]: audit 2024-02-09T20:06:40.525420+0000 mon.smithi005 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' 2024-02-09T20:06:41.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:41 smithi005 conmon[35754]: cephadm 2024-02-09T20:06:40.525756+0000 mgr.smithi005.drqcnv (mgr.14118) 10 : cephadm [INF] Added host smithi005 2024-02-09T20:06:41.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:41 smithi005 conmon[35754]: audit 2024-02-09T20:06:40.553472+0000 mon.smithi005 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:06:41.798 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-09T20:06:42.800 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying mgr service with default placement... 2024-02-09T20:06:42.995 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:42 smithi005 conmon[35754]: audit 2024-02-09T20:06:41.792066+0000 mgr.smithi005.drqcnv (mgr.14118) 11 : 2024-02-09T20:06:42.995 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:42 smithi005 conmon[35754]: audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:42.995 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:42 smithi005 conmon[35754]: cephadm 2024-02-09T20:06:41.793348+0000 mgr.smithi005.drqcnv (mgr.14118) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-09T20:06:42.995 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:42 smithi005 conmon[35754]: audit 2024-02-09T20:06:41.795834+0000 mon.smithi005 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' 2024-02-09T20:06:43.634 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-09T20:06:44.183 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying crash service with default placement... 2024-02-09T20:06:44.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:44 smithi005 conmon[35754]: audit 2024-02-09T20:06:43.019868+0000 mon.smithi005 (mon.0 2024-02-09T20:06:44.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:44 smithi005 conmon[35754]: ) 57 : audit [INF] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' 2024-02-09T20:06:44.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:44 smithi005 conmon[35754]: audit 2024-02-09T20:06:43.315772+0000 mon.smithi005 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' 2024-02-09T20:06:44.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:44 smithi005 conmon[35754]: audit 2024-02-09T20:06:43.631902+0000 mon.smithi005 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' 2024-02-09T20:06:45.025 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-09T20:06:45.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:45 smithi005 conmon[35754]: audit 2024-02-09T20:06:43.628185+0000 mgr.smithi005.drqcnv (mgr.14118) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:45.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:45 smithi005 conmon[35754]: cephadm 2024-02-09T20:06:43.629109+0000 mgr.smithi005.drqcnv (mgr.14118) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-09T20:06:45.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:45 smithi005 conmon[35754]: audit 2024-02-09T20:06:44.789141+0000 mon.smithi005 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' 2024-02-09T20:06:45.549 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying prometheus service with default placement... 2024-02-09T20:06:46.145 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:46 smithi005 conmon[35754]: audit 2024-02-09T20:06:45.018028+0000 mgr.smithi005.drqcnv (mgr.14118) 15 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:46.145 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:46 smithi005 conmon[35754]: cephadm 2024-02-09T20:06:45.019173+0000 mgr.smithi005.drqcnv (mgr.14118) 16 : cephadm [INF] Saving service crash spec with placement * 2024-02-09T20:06:46.145 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:46 smithi005 conmon[35754]: audit 2024-02-09T20:06:45.023173+0000 mon.smithi005 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' 2024-02-09T20:06:46.349 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-09T20:06:47.066 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying grafana service with default placement... 2024-02-09T20:06:47.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:47 smithi005 conmon[35754]: audit 2024-02-09T20:06:46.343438+0000 mgr.smithi005.drqcnv (mgr.14118) 17 : audit 2024-02-09T20:06:47.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:47 smithi005 conmon[35754]: [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:47.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:47 smithi005 conmon[35754]: cephadm 2024-02-09T20:06:46.344382+0000 mgr.smithi005.drqcnv (mgr.14118) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-09T20:06:47.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:47 smithi005 conmon[35754]: audit 2024-02-09T20:06:46.346891+0000 mon.smithi005 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' 2024-02-09T20:06:47.768 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-09T20:06:48.357 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying node-exporter service with default placement... 2024-02-09T20:06:48.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:48 smithi005 conmon[35754]: audit 2024-02-09T20:06:47.762569+0000 mgr.smithi005.drqcnv (mgr.14118) 19 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:48.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:48 smithi005 conmon[35754]: 2024-02-09T20:06:48.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:48 smithi005 conmon[35754]: cephadm 2024-02-09T20:06:47.763496+0000 mgr.smithi005.drqcnv (mgr.14118) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-09T20:06:48.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:48 smithi005 conmon[35754]: audit 2024-02-09T20:06:47.765817+0000 mon.smithi005 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' 2024-02-09T20:06:49.079 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-09T20:06:49.682 INFO:teuthology.orchestra.run.smithi005.stderr:Deploying alertmanager service with default placement... 2024-02-09T20:06:50.396 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-09T20:06:50.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:50 smithi005 conmon[35754]: audit 2024-02-09T20:06:49.073792+0000 mgr.smithi005.drqcnv (mgr.14118) 21 : audit [DBG] 2024-02-09T20:06:50.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:50 smithi005 conmon[35754]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:50.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:50 smithi005 conmon[35754]: cephadm 2024-02-09T20:06:49.074761+0000 mgr.smithi005.drqcnv (mgr.14118) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-09T20:06:50.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:50 smithi005 conmon[35754]: audit 2024-02-09T20:06:49.077088+0000 mon.smithi005 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' 2024-02-09T20:06:51.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:51 smithi005 conmon[35754]: audit 2024-02-09T20:06:50.391318+0000 mgr.smithi005.drqcnv (mgr.14118) 23 : audit 2024-02-09T20:06:51.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:51 smithi005 conmon[35754]: [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:06:51.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:51 smithi005 conmon[35754]: cephadm 2024-02-09T20:06:50.392258+0000 mgr.smithi005.drqcnv (mgr.14118) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-09T20:06:51.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:51 smithi005 conmon[35754]: audit 2024-02-09T20:06:50.394683+0000 mon.smithi005 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.5:0/1336208768' entity='mgr.smithi005.drqcnv' 2024-02-09T20:06:51.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:51 smithi005 conmon[35754]: 2024-02-09T20:06:52.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:52 smithi005 conmon[35754]: audit 2024-02-09T20:06:51.675704+0000 mon.smithi005 (mon.0) 2024-02-09T20:06:52.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:52 smithi005 conmon[35754]: 66 : audit [INF] from='client.? 172.21.15.5:0/1590736899' entity='client.admin' 2024-02-09T20:06:53.473 INFO:teuthology.orchestra.run.smithi005.stderr:Enabling the dashboard module... 2024-02-09T20:06:54.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:53 smithi005 conmon[35754]: cluster 2024-02-09T20:06:52.522919+0000 mgr.smithi005.drqcnv 2024-02-09T20:06:54.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:53 smithi005 conmon[35754]: (mgr.14118) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:06:54.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:53 smithi005 conmon[35754]: audit 2024-02-09T20:06:52.922655+0000 mon.smithi005 (mon.0) 67 : audit [INF] from='client.? 172.21.15.5:0/3907392888' entity='client.admin' 2024-02-09T20:06:55.203 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:54 smithi005 conmon[35754]: audit 2024-02-09T20:06:54.211050+0000 mon.smithi005 (mon.0) 68 : audit [INF] 2024-02-09T20:06:55.204 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:54 smithi005 conmon[35754]: from='client.? 172.21.15.5:0/595078616' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-09T20:06:56.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:55 smithi005 conmon[35754]: audit 2024-02-09T20:06:54.926999+0000 mon.smithi005 (mon.0) 69 : audit [INF] from='client.? 172.21.15.5:0/595078616' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-09T20:06:56.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:55 smithi005 conmon[35754]: 2024-02-09T20:06:56.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:55 smithi005 conmon[35754]: cluster 2024-02-09T20:06:54.927100+0000 mon.smithi005 (mon. 2024-02-09T20:06:56.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:55 smithi005 conmon[35754]: 0) 70 : cluster [DBG] mgrmap e9: smithi005.drqcnv(active, since 22s) 2024-02-09T20:06:56.175 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-02-09T20:06:56.175 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "epoch": 9, 2024-02-09T20:06:56.175 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "available": true, 2024-02-09T20:06:56.175 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "active_name": "smithi005.drqcnv", 2024-02-09T20:06:56.175 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-09T20:06:56.175 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-02-09T20:06:56.734 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for the mgr to restart... 2024-02-09T20:06:56.735 INFO:teuthology.orchestra.run.smithi005.stderr:Waiting for mgr epoch 9... 2024-02-09T20:06:57.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:06:56 smithi005 conmon[35754]: audit 2024-02-09T20:06:56.172796+0000 mon.smithi005 (mon.0) 71 : audit [DBG] from='client.? 172.21.15.5:0/2950557179' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-09T20:07:01.290 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: cluster 2024-02-09T20:07:01.037748+0000 mon.smithi005 (mon.0) 72 : cluster [INF] Active manager daemon smithi005.drqcnv restarted 2024-02-09T20:07:01.290 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: cluster 2024 2024-02-09T20:07:01.290 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: -02-09T20:07:01.037993+0000 mon.smithi005 (mon.0) 73 : cluster [INF] Activating manager daemon smithi005.drqcnv 2024-02-09T20:07:01.290 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: cluster 2024-02-09T20:07:01.040796+0000 mon.smithi005 (mon.0) 74 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-09T20:07:01.290 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: cluster 2024-02-09T20:07:01.040913+0000 2024-02-09T20:07:01.290 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: mon.smithi005 (mon.0) 75 : cluster [DBG] mgrmap e10: smithi005.drqcnv(active, starting, since 0.00302321s) 2024-02-09T20:07:01.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: 2024-02-09T20:07:01.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: audit 2024-02 2024-02-09T20:07:01.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: -09T20:07:01.042033+0000 mon.smithi005 (mon. 2024-02-09T20:07:01.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: 0) 76 : audit [DBG] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2024-02-09T20:07:01.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: audit 2024-02-09T20:07 2024-02-09T20:07:01.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: :01.042804+0000 mon.smithi005 (mon.0) 2024-02-09T20:07:01.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: 77 : audit [DBG] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mgr metadata", "who": "smithi005.drqcnv", "id": "smithi005.drqcnv"}]: dispatch 2024-02-09T20:07:01.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: audit 2024-02-09T20:07 2024-02-09T20:07:01.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: :01.043731+0000 mon.smithi005 (mon.0) 2024-02-09T20:07:01.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: 78 : audit [DBG] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-09T20:07:01.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: audit 2024-02-09T20: 2024-02-09T20:07:01.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: 07:01.043926+0000 mon.smithi005 (mon.0 2024-02-09T20:07:01.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: ) 79 : audit [DBG] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-09T20:07:01.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: audit 2024-02-09T20 2024-02-09T20:07:01.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: :07:01.044092+0000 mon.smithi005 (mon. 2024-02-09T20:07:01.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: 0) 80 : audit [DBG] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-09T20:07:01.292 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: cluster 2024-02-09T 2024-02-09T20:07:01.292 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: 20:07:01.058442+0000 mon.smithi005 (mon 2024-02-09T20:07:01.292 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:01 smithi005 conmon[35754]: .0) 81 : cluster [INF] Manager daemon smithi005.drqcnv is now available 2024-02-09T20:07:02.053 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: { 2024-02-09T20:07:02.053 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-02-09T20:07:02.053 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: "initialized": true 2024-02-09T20:07:02.053 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: } 2024-02-09T20:07:02.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:02 smithi005 conmon[35754]: audit 2024-02-09T20:07:01.166833+0000 mon.smithi005 (mon.0) 82 : audit [DBG] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:07:02.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:02 smithi005 conmon[35754]: audit 2024-02-09T20:07:01.170618+0000 mon.smithi005 (mon.0) 83 : audit [DBG] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:07:02.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:02 smithi005 conmon[35754]: audit 2024-02-09T20:07:01.196259+0000 mon.smithi005 (mon.0) 84 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.drqcnv/mirror_snapshot_schedule"}]: dispatch 2024-02-09T20:07:02.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:02 smithi005 conmon[35754]: audit 2024-02-09T20:07:01.202153+0000 mon.smithi005 (mon.0) 85 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.drqcnv/trash_purge_schedule"}]: dispatch 2024-02-09T20:07:02.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:02 smithi005 conmon[35754]: cluster 2024-02-09T20:07:02.043385+0000 mon.smithi005 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi005.drqcnv(active, since 1.00549s) 2024-02-09T20:07:02.822 INFO:teuthology.orchestra.run.smithi005.stderr:mgr epoch 9 is available 2024-02-09T20:07:02.822 INFO:teuthology.orchestra.run.smithi005.stderr:Generating a dashboard self-signed certificate... 2024-02-09T20:07:03.573 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-09T20:07:04.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:03 smithi005 conmon[35754]: audit 2024-02-09T20:07:02.043012+0000 mgr.smithi005.drqcnv (mgr.14158) 1 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-09T20:07:04.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:03 smithi005 conmon[35754]: audit 2024-02-09T20:07:02.050052+0000 mgr.smithi005.drqcnv (mgr.14158) 2 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-09T20:07:04.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:03 smithi005 conmon[35754]: audit 2024-02-09T20:07:02.836467+0000 mon.smithi005 (mon.0) 87 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' 2024-02-09T20:07:04.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:03 smithi005 conmon[35754]: audit 2024-02-09T20:07:03.569275+0000 mon.smithi005 (mon.0) 88 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' 2024-02-09T20:07:04.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:03 smithi005 conmon[35754]: audit 2024-02-09T20:07:03.571176+0000 mon.smithi005 (mon.0) 89 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' 2024-02-09T20:07:04.549 INFO:teuthology.orchestra.run.smithi005.stderr:Creating initial admin user... 2024-02-09T20:07:05.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:04 smithi005 conmon[35754]: audit 2024-02-09T20:07:03.504195+0000 mgr.smithi005.drqcnv (mgr.14158) 3 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:07:05.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:04 smithi005 conmon[35754]: cluster 2024-02-09T20:07:05.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:04 smithi005 conmon[35754]: 2024-02-09T20:07:03.837460+0000 mon.smithi005 (mon.0) 90 : cluster [DBG] mgrmap e12: smithi005.drqcnv(active, since 2s) 2024-02-09T20:07:05.594 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$A6Py5GZu2YXCFhHRuvqyWO7xXgqn77mo4/esXt4mZbarHQlydGJQu", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707509225, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-09T20:07:06.209 INFO:teuthology.orchestra.run.smithi005.stderr:Fetching dashboard port number... 2024-02-09T20:07:06.892 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: 8443 2024-02-09T20:07:06.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:06 smithi005 conmon[35754]: audit 2024-02-09T20:07:05.340216+0000 mgr.smithi005.drqcnv (mgr.14158) 4 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:07:06.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:06 smithi005 conmon[35754]: audit 2024-02-09T20:07:05.592420+0000 mon.smithi005 (mon.0) 91 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' 2024-02-09T20:07:07.459 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: disabled 2024-02-09T20:07:07.468 INFO:teuthology.orchestra.run.smithi005.stderr:systemctl: inactive 2024-02-09T20:07:07.469 INFO:teuthology.orchestra.run.smithi005.stderr:firewalld.service is not enabled 2024-02-09T20:07:07.469 INFO:teuthology.orchestra.run.smithi005.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-09T20:07:07.471 INFO:teuthology.orchestra.run.smithi005.stderr:Ceph Dashboard is now available at: 2024-02-09T20:07:07.471 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-09T20:07:07.472 INFO:teuthology.orchestra.run.smithi005.stderr: URL: https://smithi005:8443/ 2024-02-09T20:07:07.472 INFO:teuthology.orchestra.run.smithi005.stderr: User: admin 2024-02-09T20:07:07.472 INFO:teuthology.orchestra.run.smithi005.stderr: Password: gsf4bkn6uf 2024-02-09T20:07:07.472 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-09T20:07:07.472 INFO:teuthology.orchestra.run.smithi005.stderr:Enabling autotune for osd_memory_target 2024-02-09T20:07:07.729 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:07 smithi005 conmon[35754]: audit 2024-02-09T20:07:06.889665+0000 mon.smithi005 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.5:0/3796182469' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-09T20:07:08.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:08 smithi005 conmon[35754]: cluster 2024-02-09T20:07:07.596962+0000 mon.smithi005 (mon 2024-02-09T20:07:08.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:08 smithi005 conmon[35754]: .0) 93 : cluster [DBG] mgrmap e13: smithi005.drqcnv(active, since 6s) 2024-02-09T20:07:09.527 INFO:teuthology.orchestra.run.smithi005.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-02-09T20:07:10.188 INFO:teuthology.orchestra.run.smithi005.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-09T20:07:10.188 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-09T20:07:10.188 INFO:teuthology.orchestra.run.smithi005.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-09T20:07:10.188 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-09T20:07:10.189 INFO:teuthology.orchestra.run.smithi005.stderr:Or, if you are only running a single cluster on this host: 2024-02-09T20:07:10.189 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-09T20:07:10.189 INFO:teuthology.orchestra.run.smithi005.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-09T20:07:10.189 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-09T20:07:10.189 INFO:teuthology.orchestra.run.smithi005.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-09T20:07:10.189 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-09T20:07:10.189 INFO:teuthology.orchestra.run.smithi005.stderr: ceph telemetry on 2024-02-09T20:07:10.189 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-09T20:07:10.189 INFO:teuthology.orchestra.run.smithi005.stderr:For more information see: 2024-02-09T20:07:10.189 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-09T20:07:10.189 INFO:teuthology.orchestra.run.smithi005.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-02-09T20:07:10.189 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-09T20:07:10.189 INFO:teuthology.orchestra.run.smithi005.stderr:Bootstrap complete. 2024-02-09T20:07:10.255 INFO:tasks.cephadm:Fetching config... 2024-02-09T20:07:10.255 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-09T20:07:10.255 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-09T20:07:10.276 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-09T20:07:10.276 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-09T20:07:10.276 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-09T20:07:10.335 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-09T20:07:10.336 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-09T20:07:10.336 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/keyring of=/dev/stdout 2024-02-09T20:07:10.412 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-09T20:07:10.412 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-09T20:07:10.412 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-09T20:07:10.475 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-09T20:07:10.476 DEBUG:teuthology.orchestra.run.smithi005:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6bO5g/6xlPQbWjv9oe+upYgD88ZFZTraQOLeXn9nkooHc306As2FvJWuUf7yLYblXwl1E3YPucf5tHHgF5eE6zCBgcq8BxGqMnP7L3guw2M6Dngr9aaX1x0/Aca9j+/XTo1L2dwevl2AchuAQXhNw7pGupI767AM8a+kErSqtzykuFbmvBnyzkyjmU6jDhXaomGhc57zxD+a06hiaXyV/IaEyw9a1qwPuffqEy8z4EcdDuJqwAQ24DD97TSa7yr2Jf3L7rgCSmwI803mCNp7nwQS9m0GCqyZTR1Wes80IGVUCcXXYyZY7LOm5omBgxfwZNGQnpwdvCpFkDw/IqN9pCuvj1qLRTeu7iV1clgY/eT8nNcIqg4QiDCppC31ohp200lAyh2zyOpQO3aCXHDyTto/EKw1UNl+khkdKTCwzUnHhin1zTOBM0SvjTcYbH4TH185cfOv6vdHRuVBde2fZPdXXZvUxj5IfoBea1VThvAxnqCT2da68BUuNgXKELFk= ceph-887d148e-c786-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-09T20:07:10.563 INFO:teuthology.orchestra.run.smithi005.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6bO5g/6xlPQbWjv9oe+upYgD88ZFZTraQOLeXn9nkooHc306As2FvJWuUf7yLYblXwl1E3YPucf5tHHgF5eE6zCBgcq8BxGqMnP7L3guw2M6Dngr9aaX1x0/Aca9j+/XTo1L2dwevl2AchuAQXhNw7pGupI767AM8a+kErSqtzykuFbmvBnyzkyjmU6jDhXaomGhc57zxD+a06hiaXyV/IaEyw9a1qwPuffqEy8z4EcdDuJqwAQ24DD97TSa7yr2Jf3L7rgCSmwI803mCNp7nwQS9m0GCqyZTR1Wes80IGVUCcXXYyZY7LOm5omBgxfwZNGQnpwdvCpFkDw/IqN9pCuvj1qLRTeu7iV1clgY/eT8nNcIqg4QiDCppC31ohp200lAyh2zyOpQO3aCXHDyTto/EKw1UNl+khkdKTCwzUnHhin1zTOBM0SvjTcYbH4TH185cfOv6vdHRuVBde2fZPdXXZvUxj5IfoBea1VThvAxnqCT2da68BUuNgXKELFk= ceph-887d148e-c786-11ee-95b8-87774f69a715 2024-02-09T20:07:10.578 DEBUG:teuthology.orchestra.run.smithi129:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6bO5g/6xlPQbWjv9oe+upYgD88ZFZTraQOLeXn9nkooHc306As2FvJWuUf7yLYblXwl1E3YPucf5tHHgF5eE6zCBgcq8BxGqMnP7L3guw2M6Dngr9aaX1x0/Aca9j+/XTo1L2dwevl2AchuAQXhNw7pGupI767AM8a+kErSqtzykuFbmvBnyzkyjmU6jDhXaomGhc57zxD+a06hiaXyV/IaEyw9a1qwPuffqEy8z4EcdDuJqwAQ24DD97TSa7yr2Jf3L7rgCSmwI803mCNp7nwQS9m0GCqyZTR1Wes80IGVUCcXXYyZY7LOm5omBgxfwZNGQnpwdvCpFkDw/IqN9pCuvj1qLRTeu7iV1clgY/eT8nNcIqg4QiDCppC31ohp200lAyh2zyOpQO3aCXHDyTto/EKw1UNl+khkdKTCwzUnHhin1zTOBM0SvjTcYbH4TH185cfOv6vdHRuVBde2fZPdXXZvUxj5IfoBea1VThvAxnqCT2da68BUuNgXKELFk= ceph-887d148e-c786-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-09T20:07:10.637 INFO:teuthology.orchestra.run.smithi129.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6bO5g/6xlPQbWjv9oe+upYgD88ZFZTraQOLeXn9nkooHc306As2FvJWuUf7yLYblXwl1E3YPucf5tHHgF5eE6zCBgcq8BxGqMnP7L3guw2M6Dngr9aaX1x0/Aca9j+/XTo1L2dwevl2AchuAQXhNw7pGupI767AM8a+kErSqtzykuFbmvBnyzkyjmU6jDhXaomGhc57zxD+a06hiaXyV/IaEyw9a1qwPuffqEy8z4EcdDuJqwAQ24DD97TSa7yr2Jf3L7rgCSmwI803mCNp7nwQS9m0GCqyZTR1Wes80IGVUCcXXYyZY7LOm5omBgxfwZNGQnpwdvCpFkDw/IqN9pCuvj1qLRTeu7iV1clgY/eT8nNcIqg4QiDCppC31ohp200lAyh2zyOpQO3aCXHDyTto/EKw1UNl+khkdKTCwzUnHhin1zTOBM0SvjTcYbH4TH185cfOv6vdHRuVBde2fZPdXXZvUxj5IfoBea1VThvAxnqCT2da68BUuNgXKELFk= ceph-887d148e-c786-11ee-95b8-87774f69a715 2024-02-09T20:07:10.650 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-09T20:07:10.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:10 smithi005 conmon[35754]: audit 2024-02-09T20:07:09.522615+0000 mon.smithi005 (mon.0) 94 : audit [INF] from='client.? 172.21.15.5:0/1353690724' entity='client.admin' 2024-02-09T20:07:13.522 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-09T20:07:13.522 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-09T20:07:14.062 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:13 smithi005 conmon[35754]: audit 2024-02-09T20:07:12.695185+0000 mon.smithi005 (mon.0) 95 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' 2024-02-09T20:07:14.062 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:13 smithi005 conmon[35754]: audit 2024-02-09T20:07:12.882464+0000 mon.smithi005 (mon.0) 96 : audit [INF] from='client.? 172.21.15.5:0/4089063630' entity='client.admin' 2024-02-09T20:07:14.062 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:13 smithi005 conmon[35754]: audit 2024-02-09T20:07:13.081889+0000 mon.smithi005 (mon.0) 97 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd/host:smithi005", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:07:14.062 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:13 smithi005 conmon[35754]: audit 2024-02-09T20:07:13.086450+0000 mon.smithi005 (mon.0) 98 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' 2024-02-09T20:07:14.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:14 smithi005 conmon[35754]: cephadm 2024-02-09T20:07:13.095380+0000 mgr.smithi005.drqcnv (mgr.14158) 5 : cephadm [INF] Deploying daemon alertmanager.smithi005 on smithi005 2024-02-09T20:07:16.992 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi129 2024-02-09T20:07:16.993 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-02-09T20:07:16.993 DEBUG:teuthology.orchestra.run.smithi129:> dd of=/etc/ceph/ceph.conf 2024-02-09T20:07:17.014 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-02-09T20:07:17.014 DEBUG:teuthology.orchestra.run.smithi129:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-09T20:07:17.074 INFO:tasks.cephadm:Adding host smithi129 to orchestrator... 2024-02-09T20:07:17.074 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch host add smithi129 2024-02-09T20:07:17.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:16 smithi005 conmon[35754]: audit 2024-02-09T20:07:15.930487+0000 mgr.smithi005.drqcnv (mgr.14158) 6 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:07:17.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:16 smithi005 conmon[35754]: audit 2024-02-09T20:07:15.933473+0000 mon.smithi005 (mon.0) 99 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' 2024-02-09T20:07:22.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:22 smithi005 conmon[35754]: cluster 2024-02-09T20:07:21.045226+0000 mgr.smithi005.drqcnv (mgr.14158) 2024-02-09T20:07:22.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:22 smithi005 conmon[35754]: 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:23.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:23 smithi005 conmon[35754]: audit 2024-02-09T20:07:22.220301+0000 mon.smithi005 (mon.0) 100 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' 2024-02-09T20:07:23.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:23 smithi005 conmon[35754]: audit 2024-02-09T20:07:22.222088+0000 mon.smithi005 (mon.0) 101 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi005", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-09T20:07:23.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:23 smithi005 conmon[35754]: audit 2024-02-09T20:07:22.223971+0000 mon.smithi005 (mon.0) 102 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi005", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-09T20:07:23.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:23 smithi005 conmon[35754]: audit 2024-02-09T20:07:22.224658+0000 mon.smithi005 (mon.0) 103 : audit [DBG] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:07:23.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:23 smithi005 conmon[35754]: cephadm 2024-02-09T20:07:22.225255+0000 mgr.smithi005.drqcnv (mgr.14158) 8 : cephadm [INF] Deploying daemon crash.smithi005 on smithi005 2024-02-09T20:07:24.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:24 smithi005 conmon[35754]: cluster 2024-02-09T20:07:23.045561+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:07:24.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:24 smithi005 conmon[35754]: 14158) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:25.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:25 smithi005 conmon[35754]: audit 2024-02-09T20:07:24.479076+0000 mon.smithi005 (mon.0) 104 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' 2024-02-09T20:07:25.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:25 smithi005 conmon[35754]: audit 2024 2024-02-09T20:07:25.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:25 smithi005 conmon[35754]: -02-09T20:07:24.544105+0000 mon.smithi005 (mon.0) 105 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' 2024-02-09T20:07:25.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:25 smithi005 conmon[35754]: audit 2024-02-09T20:07:24.545970+0000 mon.smithi005 (mon.0) 106 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' 2024-02-09T20:07:25.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:25 smithi005 conmon[35754]: audit 2024-02-09T20:07:24.547602+0000 mon.smithi005 (mon.0) 107 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-09T20:07:25.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:25 smithi005 conmon[35754]: audit 2024-02-09T20:07:24.547983+0000 mgr.smithi005.drqcnv (mgr.14158) 10 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-09T20:07:25.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:25 smithi005 conmon[35754]: audit 2024-02-09T20:07:24.550380+0000 mon.smithi005 2024-02-09T20:07:25.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:25 smithi005 conmon[35754]: (mon.0) 108 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' 2024-02-09T20:07:25.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:25 smithi005 conmon[35754]: cephadm 2024-02-09T20:07:24.559149+0000 mgr.smithi005.drqcnv (mgr.14158) 11 : cephadm [INF] Deploying daemon grafana.smithi005 on smithi005 2024-02-09T20:07:26.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:26 smithi005 conmon[35754]: cluster 2024-02-09T20:07:25.046034 2024-02-09T20:07:26.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:26 smithi005 conmon[35754]: +0000 mgr.smithi005.drqcnv (mgr.14158) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:26.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:26 smithi005 conmon[35754]: audit 2024-02-09T20:07:26.196252+0000 mon.smithi005 (mon.0) 2024-02-09T20:07:26.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:26 smithi005 conmon[35754]: 109 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' 2024-02-09T20:07:28.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:28 smithi005 conmon[35754]: cluster 2024-02-09T20:07:27.046260+0000 mgr.smithi005.drqcnv (mgr.14158) 2024-02-09T20:07:28.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:28 smithi005 conmon[35754]: 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:30.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:30 smithi005 conmon[35754]: cluster 2024-02-09T20:07:29.046469+0000 mgr.smithi005.drqcnv (mgr.14158 2024-02-09T20:07:30.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:30 smithi005 conmon[35754]: ) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:32.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:32 smithi005 conmon[35754]: cluster 2024-02-09T20:07:31 2024-02-09T20:07:32.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:32 smithi005 conmon[35754]: .046726+0000 mgr.smithi005.drqcnv (mgr.14158) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:34.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:34 smithi005 conmon[35754]: cluster 2024-02-09T20:07:33.047015+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:07:34.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:34 smithi005 conmon[35754]: mgr.14158) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:36.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:36 smithi005 conmon[35754]: cluster 2024-02-09T20:07:35.047341+0000 mgr.smithi005.drqcnv (mgr.14158) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:38.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:38 smithi005 conmon[35754]: cluster 2024-02-09T20:07:37.047720+0000 mgr.smithi005.drqcnv (mgr.14158) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:40.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:40 smithi005 conmon[35754]: cluster 2024-02-09T20:07:39.047959+0000 mgr.smithi005.drqcnv (mgr.14158) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:42.726 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:42 smithi005 conmon[35754]: cluster 2024-02-09T20:07:41.048320+0000 mgr.smithi005.drqcnv (mgr.14158) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:44.468 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:44 smithi005 conmon[35754]: cluster 2024-02-09T20:07:43.048643+0000 mgr.smithi005.drqcnv (mgr.14158) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:44.468 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:44 smithi005 conmon[35754]: audit 2024-02-09T20:07:43.418022+0000 mon.smithi005 (mon.0) 110 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' 2024-02-09T20:07:44.468 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:44 smithi005 conmon[35754]: cephadm 2024-02-09T20 2024-02-09T20:07:44.468 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:44 smithi005 conmon[35754]: :07:43.420409+0000 mgr.smithi005.drqcnv (mgr.14158) 22 : cephadm [INF] Deploying daemon node-exporter.smithi005 on smithi005 2024-02-09T20:07:46.575 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:46 smithi005 conmon[35754]: cluster 2024-02-09T20:07:45.049094+0000 mgr.smithi005.drqcnv (mgr.14158) 23 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:07:46.575 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:46 smithi005 conmon[35754]: audit 2024-02-09T20:07:46.575 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:46 smithi005 conmon[35754]: 2024-02-09T20:07:46.202108+0000 mon.smithi005 (mon.0) 111 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' 2024-02-09T20:07:48.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:47 smithi005 conmon[35754]: audit 2024-02-09T20:07:46.928109+0000 mon.smithi005 (mon.0) 112 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' 2024-02-09T20:07:48.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:47 smithi005 conmon[35754]: audit 2024 2024-02-09T20:07:48.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:47 smithi005 conmon[35754]: -02-09T20:07:46.930575+0000 mon.smithi005 (mon.0) 113 : audit [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-09T20:07:48.960 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:48 smithi005 conmon[35754]: audit 2024-02-09T20:07:47.932360+0000 mon.smithi005 (mon.0) 114 : audit 2024-02-09T20:07:48.960 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:48 smithi005 conmon[35754]: [INF] from='mgr.14158 172.21.15.5:0/1163438312' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-09T20:07:48.960 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:48 smithi005 conmon[35754]: cluster 2024-02-09T20 2024-02-09T20:07:48.960 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:48 smithi005 conmon[35754]: :07:47.932420+0000 mon.smithi005 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi005.drqcnv(active, since 46s) 2024-02-09T20:07:54.336 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:54 smithi005 conmon[35754]: cluster 2024-02-09T20:07:54.029638+0000 mon.smithi005 (mon. 2024-02-09T20:07:54.336 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:54 smithi005 conmon[35754]: 0) 116 : cluster [INF] Active manager daemon smithi005.drqcnv restarted 2024-02-09T20:07:54.336 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:54 smithi005 conmon[35754]: cluster 2024-02-09T20:07:54.029912+0000 mon.smithi005 (mon.0) 117 : cluster [INF] Activating manager daemon smithi005.drqcnv 2024-02-09T20:07:54.336 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:54 smithi005 conmon[35754]: cluster 2024-02-09T20:07:54.032744+0000 mon.smithi005 (mon.0) 118 : cluster [DBG] 2024-02-09T20:07:54.336 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:54 smithi005 conmon[35754]: osdmap e4: 0 total, 0 up, 0 in 2024-02-09T20:07:54.336 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:54 smithi005 conmon[35754]: cluster 2024-02-09T20: 2024-02-09T20:07:54.336 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:54 smithi005 conmon[35754]: 07:54.032842+0000 mon.smithi005 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi005.drqcnv(active, starting, since 0.0030324s) 2024-02-09T20:07:54.336 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:54 smithi005 conmon[35754]: audit 2024-02-09T20:07:54.033701+0000 2024-02-09T20:07:54.337 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:54 smithi005 conmon[35754]: mon.smithi005 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2024-02-09T20:07:54.337 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:54 smithi005 conmon[35754]: audit 2024-02-09T20:07:54.034330+0000 mon.smithi005 ( 2024-02-09T20:07:54.337 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:54 smithi005 conmon[35754]: mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mgr metadata", "who": "smithi005.drqcnv", "id": "smithi005.drqcnv"}]: dispatch 2024-02-09T20:07:54.337 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:54 smithi005 conmon[35754]: audit 2024-02-09T20:07:54.337 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:54 smithi005 conmon[35754]: 2024-02-09T20:07:54.035115+0000 mon.smithi005 (mon.0) 122 : audit [DBG] 2024-02-09T20:07:54.337 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:54 smithi005 conmon[35754]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-09T20:07:54.337 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:54 smithi005 conmon[35754]: audit 2024-02-09T20:07: 2024-02-09T20:07:54.337 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:54 smithi005 conmon[35754]: 54.035389+0000 mon.smithi005 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-09T20:07:54.337 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:54 smithi005 conmon[35754]: audit 2024-02-09T20:07:54.337 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:54 smithi005 conmon[35754]: 2024-02-09T20:07:54.035631+0000 mon.smithi005 (mon.0) 124 : audit 2024-02-09T20:07:54.337 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:54 smithi005 conmon[35754]: [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-09T20:07:54.337 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:54 smithi005 conmon[35754]: cluster 2024-02-09T20:07 2024-02-09T20:07:54.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:54 smithi005 conmon[35754]: :54.049540+0000 mon.smithi005 (mon.0) 125 : cluster [INF] Manager daemon smithi005.drqcnv is now available 2024-02-09T20:07:55.168 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:55 smithi005 conmon[35754]: audit 2024-02-09T20:07:54.160541+0000 mon.smithi005 (mon.0) 126 : audit 2024-02-09T20:07:55.168 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:55 smithi005 conmon[35754]: [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:07:55.168 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:55 smithi005 conmon[35754]: audit 2024-02-09T20:07:54.162081+0000 mon.smithi005 (mon.0) 127 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:07:55.169 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:55 smithi005 conmon[35754]: audit 2024-02-09T20:07:54.183398+0000 mon.smithi005 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:07:55.169 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:55 smithi005 conmon[35754]: audit 2024-02-09T20:07:54.200764+0000 mon.smithi005 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.drqcnv/mirror_snapshot_schedule"}]: dispatch 2024-02-09T20:07:55.169 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:55 smithi005 conmon[35754]: audit 2024-02-09T20:07:55.169 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:55 smithi005 conmon[35754]: 2024-02-09T20:07:54.207968+0000 mon.smithi005 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi005.drqcnv/trash_purge_schedule"}]: dispatch 2024-02-09T20:07:55.169 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:55 smithi005 conmon[35754]: cluster 2024-02-09T20:07:55.036119 2024-02-09T20:07:55.169 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:55 smithi005 conmon[35754]: +0000 mon.smithi005 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi005.drqcnv(active, since 1.0063s) 2024-02-09T20:07:57.247 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:57 smithi005 conmon[35754]: cluster 2024-02-09T20:07:56.086102+0000 mon.smithi005 (mon.0) 132 : cluster [DBG] mgrmap e17: smithi005.drqcnv(active, since 2s) 2024-02-09T20:07:58.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:58 smithi005 conmon[35754]: audit 2024-02-09T20:07:57.440054+0000 mon.smithi005 (mon.0) 133 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:07:58.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:58 smithi005 conmon[35754]: audit 2024-02-09T20:07:57.792632+0000 mon.smithi005 (mon.0) 134 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd/host:smithi005", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:07:58.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:58 smithi005 conmon[35754]: audit 2024-02 2024-02-09T20:07:58.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:58 smithi005 conmon[35754]: -09T20:07:57.793553+0000 mon.smithi005 (mon.0) 135 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:07:58.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:58 smithi005 conmon[35754]: audit 2024-02-09 2024-02-09T20:07:58.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:58 smithi005 conmon[35754]: T20:07:57.794251+0000 mon.smithi005 (mon.0) 2024-02-09T20:07:58.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:58 smithi005 conmon[35754]: 136 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:07:58.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:58 smithi005 conmon[35754]: cephadm 2024-02-09T20:07:57 2024-02-09T20:07:58.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:58 smithi005 conmon[35754]: .795456+0000 mgr.smithi005.drqcnv (mgr.14182) 1 : cephadm [INF] Updating smithi005:/etc/ceph/ceph.conf 2024-02-09T20:07:58.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:58 smithi005 conmon[35754]: cephadm 2024-02 2024-02-09T20:07:58.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:58 smithi005 conmon[35754]: -09T20:07:57.833099+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:07:58.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:58 smithi005 conmon[35754]: mgr.14182) 2 : cephadm [INF] Updating smithi005:/etc/ceph/ceph.client.admin.keyring 2024-02-09T20:07:58.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:58 smithi005 conmon[35754]: audit 2024-02-09T20:07 2024-02-09T20:07:58.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:58 smithi005 conmon[35754]: :57.879055+0000 mon.smithi005 (mon.0) 137 : audit [INF] 2024-02-09T20:07:58.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:58 smithi005 conmon[35754]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:07:58.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:58 smithi005 conmon[35754]: audit 2024 2024-02-09T20:07:58.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:58 smithi005 conmon[35754]: -02-09T20:07:57.881983+0000 mon.smithi005 (mon.0) 138 : 2024-02-09T20:07:58.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:58 smithi005 conmon[35754]: audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:07:58.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:58 smithi005 conmon[35754]: cephadm 2024-02-09T20:07:58.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:58 smithi005 conmon[35754]: 2024-02-09T20:07:57.895533+0000 mgr.smithi005.drqcnv (mgr.14182) 3 2024-02-09T20:07:58.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:07:58 smithi005 conmon[35754]: : cephadm [INF] Deploying daemon prometheus.smithi005 on smithi005 2024-02-09T20:08:06.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:06 smithi005 conmon[35754]: audit 2024-02-09T20:08:05.760925+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:08:06.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:06 smithi005 conmon[35754]: ) 4 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi129", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:08:06.404 INFO:teuthology.orchestra.run.smithi129.stdout:Added host 'smithi129' with addr '172.21.15.129' 2024-02-09T20:08:06.964 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch host ls --format=json 2024-02-09T20:08:07.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:07 smithi005 conmon[35754]: audit 2024-02-09T20:08:06.401242+0000 mon.smithi005 (mon.0) 139 : audit 2024-02-09T20:08:07.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:07 smithi005 conmon[35754]: [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:07.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:07 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:06.401681+0000 mgr.smithi005.drqcnv (mgr.14182) 5 : cephadm [INF] Added host smithi129 2024-02-09T20:08:08.525 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-02-09T20:08:08.525 INFO:teuthology.orchestra.run.smithi129.stdout:[{"addr": "172.21.15.5", "hostname": "smithi005", "labels": [], "status": ""}, {"addr": "172.21.15.129", "hostname": "smithi129", "labels": [], "status": ""}] 2024-02-09T20:08:09.059 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-09T20:08:09.059 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd crush tunables default 2024-02-09T20:08:09.094 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:09 smithi005 conmon[35754]: audit 2024-02-09T20:08:08.522701+0000 mgr.smithi005.drqcnv (mgr.14182) 6 2024-02-09T20:08:09.094 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:09 smithi005 conmon[35754]: : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:08:10.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:10 smithi005 conmon[35754]: audit 2024-02-09T20:08:09.496203+0000 mon.smithi005 (mon.0) 140 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:10.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:10 smithi005 conmon[35754]: audit 2024-02-09T20:08:09.497500+0000 mon.smithi005 (mon.0) 141 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:08:10.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:10 smithi005 conmon[35754]: audit 2024-02-09T20:08:09.959215+0000 mon.smithi005 (mon.0) 142 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:10.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:10 smithi005 conmon[35754]: audit 2024-02-09T20:08:10.311550+0000 mon.smithi005 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:11.592 INFO:teuthology.orchestra.run.smithi005.stderr:adjusted tunables profile to default 2024-02-09T20:08:11.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:11 smithi005 conmon[35754]: audit 2024-02-09T20:08:11.535003+0000 mon.smithi005 ( 2024-02-09T20:08:11.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:11 smithi005 conmon[35754]: mon.0) 144 : audit [INF] from='client.? 172.21.15.5:0/4150444182' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-09T20:08:12.333 INFO:tasks.cephadm:Adding mon.smithi005 on smithi005 2024-02-09T20:08:12.333 INFO:tasks.cephadm:Adding mon.smithi129 on smithi129 2024-02-09T20:08:12.333 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch apply mon '2;smithi005:172.21.15.5=smithi005;smithi129:172.21.15.129=smithi129' 2024-02-09T20:08:12.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:12 smithi005 conmon[35754]: audit 2024-02-09T20:08:11.587632+0000 mon.smithi005 (mon.0) 145 : audit [INF] from='client.? 172.21.15.5:0/4150444182' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-09T20:08:12.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:12 smithi005 conmon[35754]: cluster 2024-02-09T20:08:11.587691+0000 mon.smithi005 (mon.0) 146 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-09T20:08:14.511 INFO:teuthology.orchestra.run.smithi129.stdout:Scheduled mon update... 2024-02-09T20:08:14.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: audit 2024-02-09T20:08:13.330900+0000 mon.smithi005 (mon.0) 147 : 2024-02-09T20:08:14.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:14.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: audit 2024-02-09T20:08:13.820254+0000 mon.smithi005 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:14.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: audit 2024-02-09 2024-02-09T20:08:14.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: T20:08:13.821491+0000 mon.smithi005 (mon.0) 149 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd/host:smithi129", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:08:14.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: audit 2024-02-09T20:08:14. 2024-02-09T20:08:14.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: 104117+0000 mon.smithi005 (mon.0) 150 : audit [INF] 2024-02-09T20:08:14.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:14.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: audit 2024-02-09T20:08:14.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: 2024-02-09T20:08:14.105056+0000 mon.smithi005 (mon 2024-02-09T20:08:14.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: .0) 151 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:14.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: audit 2024-02-09T 2024-02-09T20:08:14.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: 20:08:14.105902+0000 mon.smithi005 (mon.0 2024-02-09T20:08:14.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: ) 152 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:08:14.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: audit 2024-02-09T20:08: 2024-02-09T20:08:14.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: 14.167393+0000 mon.smithi005 (mon.0) 153 : 2024-02-09T20:08:14.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:14.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: audit 2024-02-09T20:08:14 2024-02-09T20:08:14.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: .170171+0000 mon.smithi005 (mon.0) 154 : audit 2024-02-09T20:08:14.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:14.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: audit 2024-02-09T20:08:14.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: 2024-02-09T20:08:14.172536+0000 2024-02-09T20:08:14.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: mon.smithi005 (mon.0) 155 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi129", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-09T20:08:14.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: audit 2024-02-09T20:08: 2024-02-09T20:08:14.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: 14.174593+0000 mon.smithi005 (mon.0) 156 2024-02-09T20:08:14.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi129", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-09T20:08:14.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: audit 2024-02-09T20:08:14 2024-02-09T20:08:14.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: .175475+0000 mon.smithi005 (mon.0) 157 : audit 2024-02-09T20:08:14.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:14.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: audit 2024-02-09T20:08:14.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: 2024-02-09T20:08:14.184960+0000 mon.smithi005 2024-02-09T20:08:14.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:14 smithi005 conmon[35754]: (mon.0) 158 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:15.363 DEBUG:teuthology.orchestra.run.smithi129:mon.smithi129> sudo journalctl -f -n 0 -u ceph-887d148e-c786-11ee-95b8-87774f69a715@mon.smithi129.service 2024-02-09T20:08:15.365 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-09T20:08:15.365 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-09T20:08:15.395 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:-- Logs begin at Fri 2024-02-09 19:53:45 UTC. -- 2024-02-09T20:08:15.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:15 smithi005 conmon[35754]: cluster 2024-02-09T20:08:14.036571+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:08:15.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:15 smithi005 conmon[35754]: .14182) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:15.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:15 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:14.107144+0000 mgr.smithi005.drqcnv (mgr.14182) 8 : cephadm [INF] Updating smithi129:/etc/ceph/ceph.conf 2024-02-09T20:08:15.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:15 smithi005 conmon[35754]: cephadm 2024-02-09T20:08 2024-02-09T20:08:15.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:15 smithi005 conmon[35754]: :14.129394+0000 mgr.smithi005.drqcnv (mgr.14182) 9 : 2024-02-09T20:08:15.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:15 smithi005 conmon[35754]: cephadm [INF] Updating smithi129:/etc/ceph/ceph.client.admin.keyring 2024-02-09T20:08:15.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:15 smithi005 conmon[35754]: cephadm 2024-02-09T20:08 2024-02-09T20:08:15.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:15 smithi005 conmon[35754]: :14.176289+0000 mgr.smithi005.drqcnv (mgr.14182) 10 : 2024-02-09T20:08:15.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:15 smithi005 conmon[35754]: cephadm [INF] Deploying daemon crash.smithi129 on smithi129 2024-02-09T20:08:15.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:15 smithi005 conmon[35754]: audit 2024-02-09T20:08: 2024-02-09T20:08:15.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:15 smithi005 conmon[35754]: 14.504065+0000 mgr.smithi005.drqcnv (mgr.14182) 11 : audit 2024-02-09T20:08:15.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:15 smithi005 conmon[35754]: [DBG] from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi005:172.21.15.5=smithi005;smithi129:172.21.15.129=smithi129", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:08:15.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:15 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:14. 2024-02-09T20:08:15.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:15 smithi005 conmon[35754]: 506438+0000 mgr.smithi005.drqcnv (mgr.14182) 12 : cephadm 2024-02-09T20:08:15.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:15 smithi005 conmon[35754]: [INF] Saving service mon spec with placement smithi005:172.21.15.5=smithi005;smithi129:172.21.15.129=smithi129;count:2 2024-02-09T20:08:15.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:15 smithi005 conmon[35754]: audit 2024-02-09T20:08:15.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:15 smithi005 conmon[35754]: 2024-02-09T20:08:14.508926+0000 mon.smithi005 2024-02-09T20:08:15.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:15 smithi005 conmon[35754]: (mon.0) 159 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:17.632 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-02-09T20:08:17.633 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"887d148e-c786-11ee-95b8-87774f69a715","modified":"2024-02-09T20:06:04.129477Z","created":"2024-02-09T20:06:04.129477Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-09T20:08:17.634 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-02-09T20:08:17.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:17 smithi005 conmon[35754]: cluster 2024-02-09T20:08:16.036887+0000 mgr.smithi005.drqcnv (mgr.14182) 13 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:18.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:18 smithi005 conmon[35754]: audit 2024-02-09T20:08:17.615444+0000 mon.smithi005 (mon.0) 160 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:18.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:18 smithi005 conmon[35754]: audit 2024-02-09T20:08:18.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:18 smithi005 conmon[35754]: 2024-02-09T20:08:17.617800+0000 mon.smithi005 (mon.0) 161 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi129.zcbvcd", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-09T20:08:18.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:18 smithi005 conmon[35754]: audit 2024-02-09T20:08:17.619861+0000 mon.smithi005 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi129.zcbvcd", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-09T20:08:18.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:18 smithi005 conmon[35754]: audit 2024-02-09T20:08:17.620681+0000 mon.smithi005 (mon.0) 163 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-09T20:08:18.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:18 smithi005 conmon[35754]: audit 2024-02-09T20:08:17.621681+0000 mon.smithi005 (mon.0) 164 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:18.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:18 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:17.622400+0000 mgr.smithi005.drqcnv (mgr.14182) 14 : cephadm [INF] Deploying daemon mgr.smithi129.zcbvcd on smithi129 2024-02-09T20:08:18.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:18 smithi005 conmon[35754]: audit 2024-02-09T20:08:17.630290+0000 mon.smithi005 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.129:0/1112165543' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-09T20:08:19.255 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-09T20:08:19.255 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-09T20:08:19.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:19 smithi005 conmon[35754]: cluster 2024-02-09T20:08:18.037156+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:08:19.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:19 smithi005 conmon[35754]: ) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:19.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:19 smithi005 conmon[35754]: audit 2024-02-09T20:08:19.188181+0000 mon.smithi005 (mon.0) 166 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:21.301 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-02-09T20:08:21.301 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"887d148e-c786-11ee-95b8-87774f69a715","modified":"2024-02-09T20:06:04.129477Z","created":"2024-02-09T20:06:04.129477Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-09T20:08:21.303 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-02-09T20:08:21.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:21 smithi005 conmon[35754]: audit 2024-02-09T20:08:20.019823+0000 mon.smithi005 (mon.0) 167 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:21.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:21 smithi005 conmon[35754]: audit 2024-02-09T20:08:21.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:21 smithi005 conmon[35754]: 2024-02-09T20:08:20.021969+0000 mon.smithi005 (mon.0) 168 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-09T20:08:21.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:21 smithi005 conmon[35754]: audit 2024-02-09T20:08:20.022968+0000 mon.smithi005 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-09T20:08:21.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:21 smithi005 conmon[35754]: audit 2024-02-09T20:08:20.023869+0000 mon.smithi005 (mon.0) 170 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:21.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:21 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:20.024619+0000 mgr.smithi005.drqcnv (mgr.14182) 16 2024-02-09T20:08:21.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:21 smithi005 conmon[35754]: : cephadm [INF] Deploying daemon mon.smithi129 on smithi129 2024-02-09T20:08:21.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:21 smithi005 conmon[35754]: cluster 2024-02-09T20:08:20 2024-02-09T20:08:21.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:21 smithi005 conmon[35754]: .037372+0000 mgr.smithi005.drqcnv (mgr.14182) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:22.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:22 smithi005 conmon[35754]: audit 2024-02-09T20:08:21.299376+0000 mon.smithi005 (mon.0) 171 2024-02-09T20:08:22.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:22 smithi005 conmon[35754]: : audit [DBG] from='client.? 172.21.15.129:0/3712262120' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-09T20:08:23.355 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-09T20:08:23.355 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-09T20:08:23.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:23 smithi005 conmon[35754]: cluster 2024-02-09T20:08:22.037707+0000 mgr.smithi005.drqcnv (mgr.14182) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:23.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 systemd[1]: Starting Ceph mon.smithi129 for 887d148e-c786-11ee-95b8-87774f69a715... 2024-02-09T20:08:24.207 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.929+0000 7f8bed890880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-09T20:08:24.207 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.929+0000 7f8bed890880 0 ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable), process ceph-mon, pid 7 2024-02-09T20:08:24.207 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.929+0000 7f8bed890880 0 pidfile_write: ignore empty --pid-file 2024-02-09T20:08:24.207 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.933+0000 7f8bed890880 0 load: jerasure load: lrc load: isa 2024-02-09T20:08:24.207 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: RocksDB version: 6.8.1 2024-02-09T20:08:24.207 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 2024-02-09T20:08:24.207 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-09T20:08:24.208 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Compile date Feb 8 2024 2024-02-09T20:08:24.208 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: DB SUMMARY 2024-02-09T20:08:24.208 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 2024-02-09T20:08:24.208 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: CURRENT file: CURRENT 2024-02-09T20:08:24.208 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 2024-02-09T20:08:24.208 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-09T20:08:24.208 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 2024-02-09T20:08:24.208 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-02-09T20:08:24.208 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 2024-02-09T20:08:24.208 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi129/store.db dir, Total Num: 0, files: 2024-02-09T20:08:24.208 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 2024-02-09T20:08:24.208 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi129/store.db: 000003.log size: 511 ; 2024-02-09T20:08:24.208 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 2024-02-09T20:08:24.209 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.error_if_exists: 0 2024-02-09T20:08:24.209 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.create_if_missing: 0 2024-02-09T20:08:24.209 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.paranoid_checks: 1 2024-02-09T20:08:24.209 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.env: 0x562132cd4080 2024-02-09T20:08:24.209 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.fs: Posix File System 2024-02-09T20:08:24.209 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.info_log: 0x562133a8dd20 2024-02-09T20:08:24.209 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-09T20:08:24.209 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.statistics: (nil) 2024-02-09T20:08:24.209 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.use_fsync: 0 2024-02-09T20:08:24.209 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_log_file_size: 0 2024-02-09T20:08:24.209 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-09T20:08:24.209 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-09T20:08:24.209 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-09T20:08:24.209 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-09T20:08:24.210 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.allow_fallocate: 1 2024-02-09T20:08:24.210 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-09T20:08:24.210 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-09T20:08:24.210 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.use_direct_reads: 0 2024-02-09T20:08:24.210 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-09T20:08:24.210 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-09T20:08:24.210 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.db_log_dir: 2024-02-09T20:08:24.210 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi129/store.db 2024-02-09T20:08:24.210 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-09T20:08:24.210 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_subcompactions: 1 2024-02-09T20:08:24.210 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_background_flushes: -1 2024-02-09T20:08:24.210 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-09T20:08:24.210 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-09T20:08:24.210 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-09T20:08:24.211 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-09T20:08:24.211 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-09T20:08:24.211 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-09T20:08:24.211 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-09T20:08:24.211 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.write_buffer_manager: 0x562134708450 2024-02-09T20:08:24.211 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-09T20:08:24.211 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-09T20:08:24.211 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-09T20:08:24.211 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-09T20:08:24.211 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-09T20:08:24.211 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-09T20:08:24.211 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-09T20:08:24.211 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-09T20:08:24.211 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-09T20:08:24.211 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.unordered_write: 0 2024-02-09T20:08:24.211 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-09T20:08:24.212 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-09T20:08:24.212 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-09T20:08:24.212 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-09T20:08:24.212 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.row_cache: None 2024-02-09T20:08:24.212 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.wal_filter: None 2024-02-09T20:08:24.212 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-09T20:08:24.212 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-09T20:08:24.212 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.preserve_deletes: 0 2024-02-09T20:08:24.212 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.two_write_queues: 0 2024-02-09T20:08:24.212 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-09T20:08:24.212 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.atomic_flush: 0 2024-02-09T20:08:24.212 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-09T20:08:24.212 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-09T20:08:24.212 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-09T20:08:24.213 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.log_readahead_size: 0 2024-02-09T20:08:24.213 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-09T20:08:24.213 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_background_jobs: 2 2024-02-09T20:08:24.213 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_background_compactions: -1 2024-02-09T20:08:24.213 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-09T20:08:24.213 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-09T20:08:24.213 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-09T20:08:24.213 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-09T20:08:24.213 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-09T20:08:24.213 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-09T20:08:24.213 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-09T20:08:24.213 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-09T20:08:24.213 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_open_files: -1 2024-02-09T20:08:24.213 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-09T20:08:24.213 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-09T20:08:24.214 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-09T20:08:24.214 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-09T20:08:24.214 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Compression algorithms supported: 2024-02-09T20:08:24.214 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-09T20:08:24.214 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: kZSTD supported: 0 2024-02-09T20:08:24.214 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: kXpressCompression supported: 0 2024-02-09T20:08:24.214 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-09T20:08:24.214 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: kLZ4Compression supported: 1 2024-02-09T20:08:24.214 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: kBZip2Compression supported: 0 2024-02-09T20:08:24.214 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: kZlibCompression supported: 1 2024-02-09T20:08:24.214 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: kSnappyCompression supported: 1 2024-02-09T20:08:24.214 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-09T20:08:24.214 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi129/store.db/MANIFEST-000001 2024-02-09T20:08:24.214 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 2024-02-09T20:08:24.214 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-09T20:08:24.214 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 2024-02-09T20:08:24.215 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-09T20:08:24.215 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.merge_operator: 2024-02-09T20:08:24.215 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.compaction_filter: None 2024-02-09T20:08:24.215 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-09T20:08:24.215 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-09T20:08:24.215 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-09T20:08:24.215 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562133a37d10) 2024-02-09T20:08:24.215 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: cache_index_and_filter_blocks: 1 2024-02-09T20:08:24.215 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-09T20:08:24.215 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-09T20:08:24.215 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: pin_top_level_index_and_filter: 1 2024-02-09T20:08:24.215 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: index_type: 0 2024-02-09T20:08:24.215 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: data_block_index_type: 0 2024-02-09T20:08:24.215 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: index_shortening: 1 2024-02-09T20:08:24.215 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: data_block_hash_table_util_ratio: 0.750000 2024-02-09T20:08:24.216 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: hash_index_allow_collision: 1 2024-02-09T20:08:24.216 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: checksum: 1 2024-02-09T20:08:24.216 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: no_block_cache: 0 2024-02-09T20:08:24.216 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: block_cache: 0x562133a70f10 2024-02-09T20:08:24.216 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: block_cache_name: BinnedLRUCache 2024-02-09T20:08:24.216 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: block_cache_options: 2024-02-09T20:08:24.216 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: capacity : 536870912 2024-02-09T20:08:24.216 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: num_shard_bits : 4 2024-02-09T20:08:24.216 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: strict_capacity_limit : 0 2024-02-09T20:08:24.216 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: high_pri_pool_ratio: 0.000 2024-02-09T20:08:24.216 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: block_cache_compressed: (nil) 2024-02-09T20:08:24.216 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: persistent_cache: (nil) 2024-02-09T20:08:24.216 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: block_size: 4096 2024-02-09T20:08:24.216 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: block_size_deviation: 10 2024-02-09T20:08:24.217 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: block_restart_interval: 16 2024-02-09T20:08:24.217 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: index_block_restart_interval: 1 2024-02-09T20:08:24.217 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: metadata_block_size: 4096 2024-02-09T20:08:24.217 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: partition_filters: 0 2024-02-09T20:08:24.217 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: use_delta_encoding: 1 2024-02-09T20:08:24.217 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-09T20:08:24.217 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: whole_key_filtering: 1 2024-02-09T20:08:24.217 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: verify_compression: 0 2024-02-09T20:08:24.217 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: read_amp_bytes_per_bit: 0 2024-02-09T20:08:24.217 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: format_version: 2 2024-02-09T20:08:24.217 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: enable_index_compression: 1 2024-02-09T20:08:24.217 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: block_align: 0 2024-02-09T20:08:24.217 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 2024-02-09T20:08:24.217 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-09T20:08:24.217 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-09T20:08:24.217 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.compression: NoCompression 2024-02-09T20:08:24.218 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-09T20:08:24.218 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-09T20:08:24.218 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-09T20:08:24.218 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.num_levels: 7 2024-02-09T20:08:24.218 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-09T20:08:24.218 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-09T20:08:24.218 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-09T20:08:24.218 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-09T20:08:24.218 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-09T20:08:24.218 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-09T20:08:24.218 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-09T20:08:24.218 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-09T20:08:24.218 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-09T20:08:24.218 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-09T20:08:24.218 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-09T20:08:24.218 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-09T20:08:24.219 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-09T20:08:24.219 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-09T20:08:24.219 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-09T20:08:24.219 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-09T20:08:24.219 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-09T20:08:24.219 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-09T20:08:24.219 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-09T20:08:24.219 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-09T20:08:24.219 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-09T20:08:24.219 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-09T20:08:24.219 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-09T20:08:24.219 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-09T20:08:24.219 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-09T20:08:24.219 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-09T20:08:24.219 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-09T20:08:24.219 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-09T20:08:24.220 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-09T20:08:24.220 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-09T20:08:24.220 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-09T20:08:24.220 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-09T20:08:24.220 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-09T20:08:24.220 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-09T20:08:24.220 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-09T20:08:24.220 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-09T20:08:24.220 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-09T20:08:24.220 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-09T20:08:24.220 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-09T20:08:24.220 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-09T20:08:24.220 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-09T20:08:24.220 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-09T20:08:24.221 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-09T20:08:24.221 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-09T20:08:24.221 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-09T20:08:24.221 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-09T20:08:24.221 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-09T20:08:24.221 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.table_properties_collectors: 2024-02-09T20:08:24.221 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.inplace_update_support: 0 2024-02-09T20:08:24.221 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-09T20:08:24.221 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-09T20:08:24.221 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-09T20:08:24.221 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-09T20:08:24.221 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.bloom_locality: 0 2024-02-09T20:08:24.221 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.max_successive_merges: 0 2024-02-09T20:08:24.221 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-09T20:08:24.222 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-09T20:08:24.222 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-09T20:08:24.222 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-09T20:08:24.222 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.ttl: 2592000 2024-02-09T20:08:24.222 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.934+0000 7f8bed890880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-09T20:08:24.222 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.935+0000 7f8bed890880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi129/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 2024-02-09T20:08:24.222 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 2024-02-09T20:08:24.222 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.935+0000 7f8bed890880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-09T20:08:24.222 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 2024-02-09T20:08:24.222 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.935+0000 7f8bed890880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707509303936453, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-02-09T20:08:24.222 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.935+0000 7f8bed890880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-02-09T20:08:24.222 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.935+0000 7f8bed890880 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. 2024-02-09T20:08:24.222 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.935+0000 7f8bed890880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707509303936946, "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": 1707509303, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-09T20:08:24.222 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.935+0000 7f8bed890880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-02-09T20:08:24.222 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 2024-02-09T20:08:24.222 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.936+0000 7f8bed890880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707509303937349, "job": 1, "event": "recovery_finished"} 2024-02-09T20:08:24.223 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.936+0000 7f8bed890880 4 rocksdb: DB pointer 0x562133b3b800 2024-02-09T20:08:24.223 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.937+0000 7f8bd4682700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-09T20:08:24.223 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.937+0000 7f8bd4682700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-09T20:08:24.223 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: ** DB Stats ** 2024-02-09T20:08:24.223 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:08:24.223 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-09T20:08:24.223 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-09T20:08:24.223 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-09T20:08:24.223 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-09T20:08:24.223 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-09T20:08:24.223 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-09T20:08:24.223 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 2024-02-09T20:08:24.223 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: ** Compaction Stats [default] ** 2024-02-09T20:08:24.224 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 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 2024-02-09T20:08:24.224 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:08:24.224 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-09T20:08:24.224 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-09T20:08:24.224 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-09T20:08:24.224 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 2024-02-09T20:08:24.224 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: ** Compaction Stats [default] ** 2024-02-09T20:08:24.224 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 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 2024-02-09T20:08:24.224 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:08:24.224 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-09T20:08:24.224 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:08:24.224 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-09T20:08:24.224 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-09T20:08:24.224 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: AddFile(Total Files): cumulative 0, interval 0 2024-02-09T20:08:24.225 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-09T20:08:24.225 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: AddFile(Keys): cumulative 0, interval 0 2024-02-09T20:08:24.225 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: Cumulative compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-09T20:08:24.225 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: Interval compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-09T20:08:24.225 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 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 2024-02-09T20:08:24.225 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 2024-02-09T20:08:24.225 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: ** File Read Latency Histogram By Level [default] ** 2024-02-09T20:08:24.225 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 2024-02-09T20:08:24.226 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: ** Compaction Stats [default] ** 2024-02-09T20:08:24.226 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 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 2024-02-09T20:08:24.226 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:08:24.226 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-09T20:08:24.226 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-09T20:08:24.226 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 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 2024-02-09T20:08:24.226 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 2024-02-09T20:08:24.226 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: ** Compaction Stats [default] ** 2024-02-09T20:08:24.226 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 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 2024-02-09T20:08:24.226 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-09T20:08:24.226 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-09T20:08:24.226 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-09T20:08:24.226 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-09T20:08:24.226 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-09T20:08:24.226 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: AddFile(Total Files): cumulative 0, interval 0 2024-02-09T20:08:24.227 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-09T20:08:24.227 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: AddFile(Keys): cumulative 0, interval 0 2024-02-09T20:08:24.227 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: Cumulative compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-09T20:08:24.227 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-09T20:08:24.227 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 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 2024-02-09T20:08:24.227 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 2024-02-09T20:08:24.227 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: ** File Read Latency Histogram By Level [default] ** 2024-02-09T20:08:24.227 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 2024-02-09T20:08:24.227 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.937+0000 7f8bed890880 0 mon.smithi129 does not exist in monmap, will attempt to join an existing cluster 2024-02-09T20:08:24.227 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.937+0000 7f8bed890880 0 using public_addr v2:172.21.15.129:0/0 -> [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] 2024-02-09T20:08:24.227 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.938+0000 7f8bed890880 0 starting mon.smithi129 rank -1 at public addrs [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] at bind addrs [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi129 fsid 887d148e-c786-11ee-95b8-87774f69a715 2024-02-09T20:08:24.227 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.938+0000 7f8bed890880 1 mon.smithi129@-1(???) e0 preinit fsid 887d148e-c786-11ee-95b8-87774f69a715 2024-02-09T20:08:24.227 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 bash[39986]: f34bca4d4b1450a6d2868394d1debad814d20e8f6376a448bd236f1eac9384b5 2024-02-09T20:08:24.227 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.966+0000 7f8bd6e87700 0 mon.smithi129@-1(synchronizing).mds e1 new map 2024-02-09T20:08:24.228 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.966+0000 7f8bd6e87700 0 mon.smithi129@-1(synchronizing).mds e1 print_map 2024-02-09T20:08:24.228 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: e1 2024-02-09T20:08:24.228 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-09T20:08:24.228 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 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} 2024-02-09T20:08:24.228 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: legacy client fscid: -1 2024-02-09T20:08:24.228 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 2024-02-09T20:08:24.228 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: No filesystems configured 2024-02-09T20:08:24.228 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 2024-02-09T20:08:24.228 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.966+0000 7f8bd6e87700 1 mon.smithi129@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-09T20:08:24.228 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.967+0000 7f8bd6e87700 1 mon.smithi129@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-09T20:08:24.228 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.967+0000 7f8bd6e87700 1 mon.smithi129@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-09T20:08:24.228 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.967+0000 7f8bd6e87700 1 mon.smithi129@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-09T20:08:24.228 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.967+0000 7f8bd6e87700 1 mon.smithi129@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-09T20:08:24.229 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.967+0000 7f8bd6e87700 1 mon.smithi129@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-09T20:08:24.229 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.967+0000 7f8bd6e87700 1 mon.smithi129@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-09T20:08:24.229 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.969+0000 7f8bd6e87700 0 mon.smithi129@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-09T20:08:24.229 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.969+0000 7f8bd6e87700 0 mon.smithi129@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-09T20:08:24.229 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.969+0000 7f8bd6e87700 0 mon.smithi129@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-09T20:08:24.229 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.969+0000 7f8bd6e87700 0 mon.smithi129@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-09T20:08:24.229 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: cluster 2024 2024-02-09T20:08:24.229 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: -02-09T20:08:22.037707+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:08:24.229 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: 14182) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:24.229 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 conmon[40092]: debug 2024-02-09T20:08:23.969+0000 7f8bd6e87700 1 mon.smithi129@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-02-09T20:08:24.229 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:23 smithi129 systemd[1]: Started Ceph mon.smithi129 for 887d148e-c786-11ee-95b8-87774f69a715. 2024-02-09T20:08:29.348 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: audit 2024-02-09T20:08:23.978900+0000 mon.smithi005 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2024-02-09T20:08:29.349 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: audit 2024-02-09T20:08: 2024-02-09T20:08:29.349 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 23.979144+0000 mon.smithi005 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-02-09T20:08:29.349 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: cluster 2024-02-09T20:08:23.979303+0000 mon.smithi005 (mon.0) 175 : cluster [INF] mon.smithi005 calling monitor election 2024-02-09T20:08:29.349 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: cluster 2024- 2024-02-09T20:08:29.349 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 02-09T20:08:24.038049+0000 mgr.smithi005.drqcnv (mgr.14182) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:29.349 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: audit 2024-02-09T20:08:29.349 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 2024-02-09T20 2024-02-09T20:08:29.349 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: :08:24.975206+0000 mon.smithi005 (mon 2024-02-09T20:08:29.349 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: .0) 176 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-02-09T20:08:29.349 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: audit 2024-02-09T20:08:29.349 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 2024-02-09T20: 2024-02-09T20:08:29.349 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 08:25.640844+0000 mon.smithi005 (mon 2024-02-09T20:08:29.349 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: .0) 177 : audit [DBG] from='mgr.? 172.21.15.129:0/1590228106' entity='mgr.smithi129.zcbvcd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi129.zcbvcd/crt"}]: dispatch 2024-02-09T20:08:29.349 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: audit 2024-02-09T20:08:29.349 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 2024-02-09T20:08 2024-02-09T20:08:29.350 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: :25.975275+0000 mon.smithi005 (mon.0) 178 2024-02-09T20:08:29.350 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-02-09T20:08:29.350 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: cluster 2024- 2024-02-09T20:08:29.350 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 02-09T20:08:25 2024-02-09T20:08:29.350 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: .977141+0000 mon.smithi129 (mon.1) 1 : 2024-02-09T20:08:29.350 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: cluster [INF] mon.smithi129 calling monitor election 2024-02-09T20:08:29.350 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: cluster 2024 2024-02-09T20:08:29.350 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: -02-09T20:08: 2024-02-09T20:08:29.350 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 26.038302+0000 mgr.smithi005.drqcnv (mgr.14182) 20 2024-02-09T20:08:29.350 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:29.350 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: audit 2024 2024-02-09T20:08:29.350 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: -02-09T20:08:26 2024-02-09T20:08:29.350 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: .975460+0000 mon.smithi005 (mon.0) 179 2024-02-09T20:08:29.351 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-02-09T20:08:29.351 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: audit 2024- 2024-02-09T20:08:29.351 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 02-09T20:08:27. 2024-02-09T20:08:29.351 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 975534+0000 mon.smithi005 (mon.0) 180 : audit [DBG] 2024-02-09T20:08:29.351 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-02-09T20:08:29.351 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: cluster 2024-02-09T20:08:29.351 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 2024-02-09T20:08 2024-02-09T20:08:29.351 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: :28.038612+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:08:29.351 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: ) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:29.351 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: audit 2024-02-09T20:08:29.351 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 2024-02- 2024-02-09T20:08:29.351 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 09T20:08:28.975729+0000 2024-02-09T20:08:29.351 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: mon.smithi005 (mon.0) 181 : 2024-02-09T20:08:29.351 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-02-09T20:08:29.352 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: cluster 2024-02-09T20:08:29.352 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 2024-02-09T20:08 2024-02-09T20:08:29.352 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: :29.007217+0000 mon.smithi005 (mon. 2024-02-09T20:08:29.352 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 0) 182 : cluster [INF] mon.smithi005 is new leader, mons smithi005,smithi129 in quorum (ranks 0,1) 2024-02-09T20:08:29.352 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: cluster 2024-02-09T20:08:29.352 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 2024-02-09T20:08 2024-02-09T20:08:29.352 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: :29.015913+0000 mon.smithi005 (mon.0) 2024-02-09T20:08:29.352 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 183 : cluster [DBG] monmap e2: 2 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],smithi129=[v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0]} removed_ranks: {} 2024-02-09T20:08:29.352 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: cluster 2024-02-09T20:08:29.352 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 2024-02-09 2024-02-09T20:08:29.352 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: T20:08:29.016416+0000 mon.smithi005 ( 2024-02-09T20:08:29.352 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: mon.0) 184 : cluster [DBG] fsmap 2024-02-09T20:08:29.352 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: cluster 2024-02-09T20:08:29.352 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 2024-02 2024-02-09T20:08:29.352 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: -09T20:08:29. 2024-02-09T20:08:29.353 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 016465+0000 mon.smithi005 (mon.0) 185 : cluster 2024-02-09T20:08:29.353 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-09T20:08:29.353 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: cluster 2024- 2024-02-09T20:08:29.353 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 02-09T20:08:29. 2024-02-09T20:08:29.353 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 016752+0000 mon.smithi005 (mon.0) 186 : cluster 2024-02-09T20:08:29.353 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: [DBG] mgrmap e17: smithi005.drqcnv(active, since 34s) 2024-02-09T20:08:29.353 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: cluster 2024-02-09T20:08:29.353 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 2024-02-09T20:08:29 2024-02-09T20:08:29.353 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: .016929+0000 mon.smithi005 (mon.0) 187 : cluster 2024-02-09T20:08:29.353 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: [INF] overall HEALTH_OK 2024-02-09T20:08:29.353 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: cluster 2024-02 2024-02-09T20:08:29.353 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: -09T20:08:29. 2024-02-09T20:08:29.353 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 018127+0000 mon.smithi005 (mon.0) 188 : cluster 2024-02-09T20:08:29.353 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: [DBG] Standby manager daemon smithi129.zcbvcd started 2024-02-09T20:08:29.354 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: audit 2024-02 2024-02-09T20:08:29.354 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: -09T20:08:29.019853 2024-02-09T20:08:29.354 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: +0000 mon.smithi005 (mon.0) 189 : audit 2024-02-09T20:08:29.354 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: [DBG] from='mgr.? 172.21.15.129:0/1590228106' entity='mgr.smithi129.zcbvcd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-09T20:08:29.354 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: audit 2024-02-09 2024-02-09T20:08:29.354 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: T20:08:29.021652+0000 2024-02-09T20:08:29.354 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: mon.smithi005 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.129:0/1590228106' entity='mgr.smithi129.zcbvcd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi129.zcbvcd/key"}]: dispatch 2024-02-09T20:08:29.354 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 2024-02-09T20:08:29.354 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: audit 2024-02-09T20:08:29.354 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 2024-02-09T20:08:29 2024-02-09T20:08:29.354 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: .023468+0000 mon.smithi005 (mon.0) 191 : 2024-02-09T20:08:29.354 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:29.354 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: audit 2024-02-09T20:08:29.355 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 2024-02-09T20 2024-02-09T20:08:29.355 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: :08:29.024169+0000 mon.smithi005 (mon.0 2024-02-09T20:08:29.355 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: ) 192 : audit [DBG] from='mgr.? 172.21.15.129:0/1590228106' entity='mgr.smithi129.zcbvcd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-09T20:08:29.355 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: audit 2024-02-09T20:08:29.355 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 2024-02-09T 2024-02-09T20:08:29.355 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: 20:08:29.028575+0000 mon.smithi005 ( 2024-02-09T20:08:29.355 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:29 smithi129 conmon[40092]: mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:29.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: audit 2024-02-09T20:08:23.978900+0000 mon.smithi005 (mon.0) 2024-02-09T20:08:29.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: 173 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata", "id": "smithi005"}]: dispatch 2024-02-09T20:08:29.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: audit 2024-02-09T20:08:23.979144+0000 mon.smithi005 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-02-09T20:08:29.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: cluster 2024-02-09T20:08:23.979303+0000 mon.smithi005 (mon.0) 175 : cluster [INF] 2024-02-09T20:08:29.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: mon.smithi005 calling monitor election 2024-02-09T20:08:29.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: cluster 2024-02-09T20:08:24.038049+0000 mgr.smithi005.drqcnv (mgr.14182) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:29.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: audit 2024-02-09T20:08:29.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: 2024-02-09T20:08:24.975206+0000 mon.smithi005 (mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-02-09T20:08:29.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: audit 2024- 2024-02-09T20:08:29.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: 02-09T20:08:25.640844+0000 mon.smithi005 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.129:0/1590228106' entity='mgr.smithi129.zcbvcd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi129.zcbvcd/crt"}]: dispatch 2024-02-09T20:08:29.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: audit 2024-02-09T20:08:25.975275+0000 mon.smithi005 (mon.0) 178 : audit [DBG] 2024-02-09T20:08:29.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-02-09T20:08:29.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: cluster 2024-02-09T20:08:25. 2024-02-09T20:08:29.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: 977141+0000 mon.smithi129 (mon.1) 1 : cluster [INF] mon.smithi129 calling monitor election 2024-02-09T20:08:29.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: cluster 2024-02-09 2024-02-09T20:08:29.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: T20:08:26.038302+0000 mgr.smithi005.drqcnv (mgr.14182) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:29.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: audit 2024 2024-02-09T20:08:29.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: -02-09T20:08:26.975460+0000 mon.smithi005 (mon.0) 179 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-02-09T20:08:29.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: audit 2024-02-09T20:08:29.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: 2024-02-09T20:08:27.975534+0000 mon.smithi005 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-02-09T20:08:29.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: cluster 2024-02-09T20:08:28.038612+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:08:29.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:29.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: audit 2024-02-09 2024-02-09T20:08:29.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: T20:08:28.975729+0000 mon.smithi005 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-02-09T20:08:29.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: cluster 2024-02-09T20:08:29.007217+0000 mon.smithi005 (mon.0) 182 : cluster [INF] mon.smithi005 is new leader, mons smithi005,smithi129 in quorum (ranks 0,1) 2024-02-09T20:08:29.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: cluster 2024-02-09T20:08:29.015913+0000 mon.smithi005 (mon.0) 183 : cluster 2024-02-09T20:08:29.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: [DBG] monmap e2: 2 mons at {smithi005=[v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0],smithi129=[v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0]} removed_ranks: {} 2024-02-09T20:08:29.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: cluster 2024-02-09T20:08: 2024-02-09T20:08:29.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: 29.016416+0000 mon.smithi005 (mon.0) 184 : cluster [DBG] fsmap 2024-02-09T20:08:29.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: cluster 2024-02 2024-02-09T20:08:29.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: -09T20:08:29.016465+0000 mon.smithi005 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-09T20:08:29.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: cluster 2024-02-09T20:08:29.016752+0000 mon.smithi005 (mon.0) 186 2024-02-09T20:08:29.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: : cluster [DBG] mgrmap e17: smithi005.drqcnv(active, since 34s) 2024-02-09T20:08:29.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: cluster 2024-02-09T20 2024-02-09T20:08:29.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: :08:29.016929+0000 mon.smithi005 (mon.0) 187 : cluster [INF] overall HEALTH_OK 2024-02-09T20:08:29.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: cluster 2024-02-09T20:08:29.406 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: 2024-02-09T20:08:29.018127+0000 mon.smithi005 (mon.0) 188 : cluster [DBG] Standby manager daemon smithi129.zcbvcd started 2024-02-09T20:08:29.406 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: audit 2024-02-09T20:08:29.019853+0000 mon.smithi005 (mon. 2024-02-09T20:08:29.406 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: 0) 189 : audit [DBG] from='mgr.? 172.21.15.129:0/1590228106' entity='mgr.smithi129.zcbvcd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-09T20:08:29.406 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: audit 2024-02 2024-02-09T20:08:29.406 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: -09T20:08:29.021652+0000 mon.smithi005 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.129:0/1590228106' entity='mgr.smithi129.zcbvcd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi129.zcbvcd/key"}]: dispatch 2024-02-09T20:08:29.406 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: audit 2024-02-09T20:08:29.023468+0000 mon.smithi005 (mon.0) 191 : 2024-02-09T20:08:29.406 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:29.406 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: audit 2024-02-09T20:08: 2024-02-09T20:08:29.406 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: 29.024169+0000 mon.smithi005 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.129:0/1590228106' entity='mgr.smithi129.zcbvcd' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-09T20:08:29.406 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: audit 2024-02-09T20 2024-02-09T20:08:29.406 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:29 smithi005 conmon[35754]: :08:29.028575+0000 mon.smithi005 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:29.916 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-02-09T20:08:29.917 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":2,"fsid":"887d148e-c786-11ee-95b8-87774f69a715","modified":"2024-02-09T20:08:23.976160Z","created":"2024-02-09T20:06:04.129477Z","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":"smithi005","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:3300","nonce":0},{"type":"v1","addr":"172.21.15.5:6789","nonce":0}]},"addr":"172.21.15.5:6789/0","public_addr":"172.21.15.5:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi129","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:3300","nonce":0},{"type":"v1","addr":"172.21.15.129:6789","nonce":0}]},"addr":"172.21.15.129:6789/0","public_addr":"172.21.15.129:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-09T20:08:29.918 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 2 2024-02-09T20:08:30.122 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:30 smithi129 conmon[40092]: cephadm 2024-02-09T20:08:29.025565+0000 mgr.smithi005.drqcnv (mgr.14182) 22 : cephadm [INF] Deploying daemon node-exporter.smithi129 on smithi129 2024-02-09T20:08:30.123 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:30 smithi129 conmon[40092]: cluster 2024-02- 2024-02-09T20:08:30.123 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:30 smithi129 conmon[40092]: 09T20:08:29.077491+0000 mon.smithi005 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi005.drqcnv(active, since 35s), standbys: smithi129.zcbvcd 2024-02-09T20:08:30.123 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:30 smithi129 conmon[40092]: audit 2024-02-09T20:08:29.077638+0000 mon.smithi005 (mon.0) 195 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mgr metadata", "who": "smithi129.zcbvcd", "id": "smithi129.zcbvcd"}]: dispatch 2024-02-09T20:08:30.123 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:30 smithi129 conmon[40092]: audit 2024-02-09T20:08:29.913491+0000 mon.smithi005 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.129:0/3333800635' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-09T20:08:30.123 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:30 smithi129 conmon[40092]: audit 2024-02-09T20:08:29.975555+0000 mon.smithi005 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-02-09T20:08:30.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:30 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:29.025565+0000 mgr.smithi005.drqcnv (mgr.14182) 22 2024-02-09T20:08:30.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:30 smithi005 conmon[35754]: : cephadm [INF] Deploying daemon node-exporter.smithi129 on smithi129 2024-02-09T20:08:30.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:30 smithi005 conmon[35754]: cluster 2024-02-09T20:08:29.077491+0000 mon.smithi005 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi005.drqcnv(active, since 35s), standbys: smithi129.zcbvcd 2024-02-09T20:08:30.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:30 smithi005 conmon[35754]: audit 2024-02-09T20:08:29.077638+0000 mon.smithi005 (mon.0) 195 : audit 2024-02-09T20:08:30.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:30 smithi005 conmon[35754]: [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mgr metadata", "who": "smithi129.zcbvcd", "id": "smithi129.zcbvcd"}]: dispatch 2024-02-09T20:08:30.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:30 smithi005 conmon[35754]: audit 2024-02-09T20:08:29.913491+0000 mon.smithi005 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.129:0/3333800635' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-09T20:08:30.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:30 smithi005 conmon[35754]: audit 2024-02-09T20:08:30.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:30 smithi005 conmon[35754]: 2024-02-09T20:08:29.975555+0000 mon.smithi005 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-02-09T20:08:30.495 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-09T20:08:30.495 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph config generate-minimal-conf 2024-02-09T20:08:31.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:31 smithi005 conmon[35754]: cluster 2024-02-09T20:08:30.038909+0000 mgr.smithi005.drqcnv (mgr.14182) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:31.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:31 smithi129 conmon[40092]: cluster 2024-02-09T20:08:30.038909+0000 mgr.smithi005.drqcnv (mgr.14182) 23 : cluster 2024-02-09T20:08:31.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:31 smithi129 conmon[40092]: [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:32.624 INFO:teuthology.orchestra.run.smithi005.stdout:# minimal ceph.conf for 887d148e-c786-11ee-95b8-87774f69a715 2024-02-09T20:08:32.624 INFO:teuthology.orchestra.run.smithi005.stdout:[global] 2024-02-09T20:08:32.624 INFO:teuthology.orchestra.run.smithi005.stdout: fsid = 887d148e-c786-11ee-95b8-87774f69a715 2024-02-09T20:08:32.624 INFO:teuthology.orchestra.run.smithi005.stdout: mon_host = [v2:172.21.15.5:3300/0,v1:172.21.15.5:6789/0] [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] 2024-02-09T20:08:33.322 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-09T20:08:33.322 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-09T20:08:33.323 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/ceph/ceph.conf 2024-02-09T20:08:33.362 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-09T20:08:33.362 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-09T20:08:33.437 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-02-09T20:08:33.438 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/ceph/ceph.conf 2024-02-09T20:08:33.471 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-02-09T20:08:33.471 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-09T20:08:33.541 INFO:tasks.cephadm:Deploying OSDs... 2024-02-09T20:08:33.541 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-09T20:08:33.542 DEBUG:teuthology.orchestra.run.smithi005:> dd if=/scratch_devs of=/dev/stdout 2024-02-09T20:08:33.564 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-09T20:08:33.564 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/nvme1n1 2024-02-09T20:08:33.627 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/nvme1n1 2024-02-09T20:08:33.627 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:08:33.627 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 203949 Links: 1 Device type: 103,1 2024-02-09T20:08:33.627 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:08:33.627 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:08:33.627 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-02-09 20:07:13.396419645 +0000 2024-02-09T20:08:33.628 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-02-09 20:05:10.017101442 +0000 2024-02-09T20:08:33.628 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-02-09 20:05:10.017101442 +0000 2024-02-09T20:08:33.628 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-02-09T20:08:33.628 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-09T20:08:33.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:33 smithi005 conmon[35754]: cluster 2024-02-09T20:08:32.039224+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:08:33.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:33 smithi005 conmon[35754]: 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:33.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:33 smithi005 conmon[35754]: audit 2024-02-09T20:08:32.519882+0000 mon.smithi005 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:33.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:33 smithi005 conmon[35754]: audit 2024-02-09T20:08:32.521337+0000 mon.smithi005 (mon.0) 199 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:08:33.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:33 smithi005 conmon[35754]: audit 2024-02-09T20:08:32.622475+0000 mon.smithi005 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.5:0/3248492419' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:33.685 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-02-09T20:08:33.685 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-02-09T20:08:33.685 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000156654 s, 3.3 MB/s 2024-02-09T20:08:33.686 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-09T20:08:33.750 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/nvme2n1 2024-02-09T20:08:33.807 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:33 smithi129 conmon[40092]: cluster 2024-02-09T20:08:32.039224+0000 mgr.smithi005.drqcnv (mgr.14182) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:33.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:33 smithi129 conmon[40092]: audit 2024-02-09T20:08:32.519882+0000 mon.smithi005 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:33.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:33 smithi129 conmon[40092]: audit 2024-02-09T20:08:32.521337+0000 mon.smithi005 (mon.0) 199 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:08:33.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:33 smithi129 conmon[40092]: audit 2024-02-09T20:08:32.622475+0000 mon.smithi005 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.5:0/3248492419' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:33.812 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/nvme2n1 2024-02-09T20:08:33.813 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:08:33.813 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 205019 Links: 1 Device type: 103,2 2024-02-09T20:08:33.813 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:08:33.813 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:08:33.813 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-02-09 20:07:13.407419406 +0000 2024-02-09T20:08:33.813 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-02-09 20:05:10.188097729 +0000 2024-02-09T20:08:33.813 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-02-09 20:05:10.188097729 +0000 2024-02-09T20:08:33.813 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-02-09T20:08:33.813 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-09T20:08:33.887 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-02-09T20:08:33.887 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-02-09T20:08:33.887 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000145695 s, 3.5 MB/s 2024-02-09T20:08:33.889 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-09T20:08:33.952 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/nvme3n1 2024-02-09T20:08:34.012 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/nvme3n1 2024-02-09T20:08:34.012 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:08:34.012 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 205115 Links: 1 Device type: 103,3 2024-02-09T20:08:34.012 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:08:34.012 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:08:34.012 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-02-09 20:07:13.419419145 +0000 2024-02-09T20:08:34.012 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-02-09 20:05:10.357094059 +0000 2024-02-09T20:08:34.012 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-02-09 20:05:10.357094059 +0000 2024-02-09T20:08:34.012 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-02-09T20:08:34.012 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-09T20:08:34.080 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-02-09T20:08:34.080 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-02-09T20:08:34.080 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000135706 s, 3.8 MB/s 2024-02-09T20:08:34.081 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-09T20:08:34.142 DEBUG:teuthology.orchestra.run.smithi005:> stat /dev/nvme4n1 2024-02-09T20:08:34.203 INFO:teuthology.orchestra.run.smithi005.stdout: File: /dev/nvme4n1 2024-02-09T20:08:34.203 INFO:teuthology.orchestra.run.smithi005.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:08:34.203 INFO:teuthology.orchestra.run.smithi005.stdout:Device: 6h/6d Inode: 204085 Links: 1 Device type: 103,4 2024-02-09T20:08:34.203 INFO:teuthology.orchestra.run.smithi005.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:08:34.204 INFO:teuthology.orchestra.run.smithi005.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:08:34.204 INFO:teuthology.orchestra.run.smithi005.stdout:Access: 2024-02-09 20:07:13.429418928 +0000 2024-02-09T20:08:34.204 INFO:teuthology.orchestra.run.smithi005.stdout:Modify: 2024-02-09 20:05:10.528090346 +0000 2024-02-09T20:08:34.204 INFO:teuthology.orchestra.run.smithi005.stdout:Change: 2024-02-09 20:05:10.528090346 +0000 2024-02-09T20:08:34.204 INFO:teuthology.orchestra.run.smithi005.stdout: Birth: - 2024-02-09T20:08:34.204 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-09T20:08:34.274 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records in 2024-02-09T20:08:34.274 INFO:teuthology.orchestra.run.smithi005.stderr:1+0 records out 2024-02-09T20:08:34.274 INFO:teuthology.orchestra.run.smithi005.stderr:512 bytes copied, 0.000144204 s, 3.6 MB/s 2024-02-09T20:08:34.275 DEBUG:teuthology.orchestra.run.smithi005:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-09T20:08:34.338 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-02-09T20:08:34.338 DEBUG:teuthology.orchestra.run.smithi129:> dd if=/scratch_devs of=/dev/stdout 2024-02-09T20:08:34.357 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-09T20:08:34.357 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/nvme1n1 2024-02-09T20:08:34.415 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/nvme1n1 2024-02-09T20:08:34.415 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:08:34.415 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 6h/6d Inode: 202300 Links: 1 Device type: 103,1 2024-02-09T20:08:34.415 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:08:34.416 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:08:34.416 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-02-09 20:08:12.189869860 +0000 2024-02-09T20:08:34.416 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-02-09 20:05:11.748969269 +0000 2024-02-09T20:08:34.416 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-02-09 20:05:11.748969269 +0000 2024-02-09T20:08:34.416 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: - 2024-02-09T20:08:34.416 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-09T20:08:34.484 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-02-09T20:08:34.484 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-02-09T20:08:34.484 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.00035053 s, 1.5 MB/s 2024-02-09T20:08:34.485 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-09T20:08:34.545 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/nvme2n1 2024-02-09T20:08:34.602 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/nvme2n1 2024-02-09T20:08:34.602 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:08:34.602 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 6h/6d Inode: 202329 Links: 1 Device type: 103,2 2024-02-09T20:08:34.602 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:08:34.603 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:08:34.603 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-02-09 20:08:12.200869608 +0000 2024-02-09T20:08:34.603 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-02-09 20:05:11.899965848 +0000 2024-02-09T20:08:34.603 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-02-09 20:05:11.899965848 +0000 2024-02-09T20:08:34.603 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: - 2024-02-09T20:08:34.603 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-09T20:08:34.669 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-02-09T20:08:34.669 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-02-09T20:08:34.669 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000213126 s, 2.4 MB/s 2024-02-09T20:08:34.670 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-09T20:08:34.727 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/nvme3n1 2024-02-09T20:08:34.785 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/nvme3n1 2024-02-09T20:08:34.785 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:08:34.785 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 6h/6d Inode: 203724 Links: 1 Device type: 103,3 2024-02-09T20:08:34.785 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:08:34.785 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:08:34.786 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-02-09 20:08:12.211869357 +0000 2024-02-09T20:08:34.786 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-02-09 20:05:12.048962473 +0000 2024-02-09T20:08:34.786 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-02-09 20:05:12.048962473 +0000 2024-02-09T20:08:34.786 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: - 2024-02-09T20:08:34.786 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-09T20:08:34.850 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-02-09T20:08:34.850 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-02-09T20:08:34.850 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000227732 s, 2.2 MB/s 2024-02-09T20:08:34.851 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-09T20:08:34.909 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/nvme4n1 2024-02-09T20:08:34.966 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/nvme4n1 2024-02-09T20:08:34.966 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-09T20:08:34.966 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 6h/6d Inode: 203762 Links: 1 Device type: 103,4 2024-02-09T20:08:34.966 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-09T20:08:34.966 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-09T20:08:34.966 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-02-09 20:08:12.222869105 +0000 2024-02-09T20:08:34.966 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-02-09 20:05:12.199959052 +0000 2024-02-09T20:08:34.966 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-02-09 20:05:12.199959052 +0000 2024-02-09T20:08:34.966 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: - 2024-02-09T20:08:34.967 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-09T20:08:35.032 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-02-09T20:08:35.032 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-02-09T20:08:35.032 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000236863 s, 2.2 MB/s 2024-02-09T20:08:35.033 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-09T20:08:35.091 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-09T20:08:35.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:34 smithi005 conmon[35754]: audit 2024-02-09T20:08:33.858298+0000 mon.smithi005 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:35.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:34 smithi005 conmon[35754]: audit 2024-02-09T20:08:33.859424+0000 mon.smithi005 (mon.0) 202 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:35.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:34 smithi005 conmon[35754]: audit 2024-02-09T20:08:33.860385+0000 mon.smithi005 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:08:35.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:34 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:33.861610+0000 mgr.smithi005.drqcnv (mgr.14182) 25 : cephadm [INF] Updating smithi005:/etc/ceph/ceph.conf 2024-02-09T20:08:35.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:34 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:33.862028+0000 mgr.smithi005.drqcnv (mgr.14182) 26 : cephadm [INF] Updating smithi129:/etc/ceph/ceph.conf 2024-02-09T20:08:35.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:34 smithi005 conmon[35754]: audit 2024-02-09T20:08:33.887897+0000 mon.smithi005 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:35.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:34 smithi005 conmon[35754]: audit 2024-02-09T20:08:33.891566 2024-02-09T20:08:35.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:34 smithi005 conmon[35754]: +0000 mon.smithi005 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:35.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:34 smithi005 conmon[35754]: audit 2024-02-09T20:08:33.895334+0000 mon.smithi005 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:35.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:34 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:33.898701+0000 mgr.smithi005.drqcnv (mgr.14182) 27 : cephadm [INF] Reconfiguring mon.smithi005 (unknown last config time)... 2024-02-09T20:08:35.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:34 smithi005 conmon[35754]: audit 2024-02-09T20:08:33.898967+0000 mon.smithi005 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-09T20:08:35.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:34 smithi005 conmon[35754]: audit 2024-02-09T20:08:33.899728+0000 mon.smithi005 (mon.0) 208 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-09T20:08:35.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:34 smithi005 conmon[35754]: audit 2024-02-09T20:08:33.900528+0000 mon.smithi005 (mon.0) 209 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:35.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:34 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:33.901167+0000 mgr.smithi005.drqcnv (mgr.14182) 28 : cephadm [INF] Reconfiguring daemon mon.smithi005 on smithi005 2024-02-09T20:08:35.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:34 smithi005 conmon[35754]: audit 2024-02-09T20:08:34.033559+0000 mon.smithi005 (mon.0) 210 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:35.155 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: audit 2024-02-09T20:08:33.858298+0000 mon.smithi005 (mon. 2024-02-09T20:08:35.155 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: 0) 201 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:35.155 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: audit 2024-02-09T20:08:33.859424+0000 mon.smithi005 (mon.0) 202 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:35.155 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: audit 2024-02-09T20:08:33.860385+0000 mon.smithi005 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:08:35.155 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: cephadm 2024-02-09T20:08:33.861610+0000 mgr.smithi005.drqcnv (mgr.14182) 25 : cephadm [INF] Updating smithi005:/etc/ceph/ceph.conf 2024-02-09T20:08:35.155 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: cephadm 2024-02-09T20:08:33.862028+0000 mgr.smithi005.drqcnv (mgr.14182) 26 : cephadm [INF] Updating smithi129:/etc/ceph/ceph.conf 2024-02-09T20:08:35.155 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: audit 2024-02 2024-02-09T20:08:35.155 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: -09T20:08:33.887897+0000 mon.smithi005 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:35.155 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: audit 2024-02 2024-02-09T20:08:35.155 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: -09T20:08:33.891566+0000 mon.smithi005 ( 2024-02-09T20:08:35.155 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:35.155 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: audit 2024-02-09T20:08:35.155 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: 2024-02-09T20:08 2024-02-09T20:08:35.156 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: :33.895334+0000 mon.smithi005 (mon.0 2024-02-09T20:08:35.156 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: ) 206 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:35.156 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: cephadm 2024-02-09T20:08:35.156 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: 2024-02 2024-02-09T20:08:35.156 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: -09T20:08:33.898701+0000 2024-02-09T20:08:35.156 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: mgr.smithi005.drqcnv (mgr.14182) 27 : cephadm [INF] 2024-02-09T20:08:35.156 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: Reconfiguring mon.smithi005 (unknown last config time)... 2024-02-09T20:08:35.156 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: audit 2024-02- 2024-02-09T20:08:35.156 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: 09T20:08:33.898967+0000 2024-02-09T20:08:35.156 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: mon.smithi005 (mon.0) 207 : audit [INF] 2024-02-09T20:08:35.156 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-09T20:08:35.156 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: audit 2024-02-09T20:08:35.156 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: 2024-02- 2024-02-09T20:08:35.157 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: 09T20:08:33.899728+0000 mon.smithi005 2024-02-09T20:08:35.157 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: (mon.0) 208 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-09T20:08:35.157 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: audit 2024-02-09T20:08:35.157 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: 2024-02-09 2024-02-09T20:08:35.157 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: T20:08:33.900528+0000 mon.smithi005 2024-02-09T20:08:35.157 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: (mon.0) 209 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:35.157 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: cephadm 2024-02-09T20:08:35.157 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: 2024-02-09T20:08:33 2024-02-09T20:08:35.157 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: .901167+0000 mgr.smithi005.drqcnv (mgr.14182) 28 : cephadm 2024-02-09T20:08:35.157 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: [INF] Reconfiguring daemon mon.smithi005 on smithi005 2024-02-09T20:08:35.157 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: audit 2024-02-09T20:08:35.157 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: 2024-02-09T20:08:34 2024-02-09T20:08:35.157 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: .033559+0000 mon.smithi005 (mon.0) 210 : audit 2024-02-09T20:08:35.157 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:34 smithi129 conmon[40092]: [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:35.996 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:35 smithi005 conmon[35754]: cluster 2024-02-09T20:08:34.039459+0000 mgr.smithi005.drqcnv (mgr.14182) 29 2024-02-09T20:08:35.996 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:35 smithi005 conmon[35754]: : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:35.996 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:35 smithi005 conmon[35754]: audit 2024-02-09T20:08:35.306649+0000 mon.smithi005 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:35.996 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:35 smithi005 conmon[35754]: audit 2024-02-09T20:08:35.307699+0000 mon.smithi005 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi005.drqcnv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-09T20:08:35.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:35 smithi005 conmon[35754]: audit 2024-02-09T20:08:35.308535+0000 mon.smithi005 (mon.0) 213 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-09T20:08:35.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:35 smithi005 conmon[35754]: audit 2024-02-09T20:08:35.309227+0000 mon.smithi005 (mon.0) 2024-02-09T20:08:35.997 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:35 smithi005 conmon[35754]: 214 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:35 smithi129 conmon[40092]: cluster 2024-02-09T20:08:34.039459+0000 mgr.smithi005.drqcnv (mgr.14182) 29 2024-02-09T20:08:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:35 smithi129 conmon[40092]: : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:35 smithi129 conmon[40092]: audit 2024-02-09T20:08:35.306649+0000 mon.smithi005 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:35 smithi129 conmon[40092]: audit 2024-02-09T20:08:35.307699+0000 mon.smithi005 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi005.drqcnv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-09T20:08:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:35 smithi129 conmon[40092]: audit 2024-02-09T20:08:35.308535+0000 mon.smithi005 (mon.0) 213 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-09T20:08:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:35 smithi129 conmon[40092]: audit 2024-02-09T20:08:35.309227+0000 mon.smithi005 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:37.066 INFO:teuthology.orchestra.run.smithi129.stdout:Scheduled osd.all-available-devices update... 2024-02-09T20:08:37.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:36 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:35.307400+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:08:37.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:36 smithi005 conmon[35754]: 30 : cephadm [INF] Reconfiguring mgr.smithi005.drqcnv (unknown last config time)... 2024-02-09T20:08:37.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:36 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:35.309875+0000 mgr.smithi005.drqcnv (mgr.14182) 31 : 2024-02-09T20:08:37.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:36 smithi005 conmon[35754]: cephadm [INF] Reconfiguring daemon mgr.smithi005.drqcnv on smithi005 2024-02-09T20:08:37.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:36 smithi005 conmon[35754]: audit 2024-02 2024-02-09T20:08:37.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:36 smithi005 conmon[35754]: -09T20:08:36. 2024-02-09T20:08:37.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:36 smithi005 conmon[35754]: 671814+0000 mon.smithi005 (mon.0 2024-02-09T20:08:37.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:36 smithi005 conmon[35754]: ) 215 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:37.255 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:36 smithi129 conmon[40092]: cephadm 2024-02-09T20:08:35.307400+0000 mgr.smithi005.drqcnv (mgr.14182) 30 : cephadm [INF] Reconfiguring mgr.smithi005.drqcnv (unknown last config time)... 2024-02-09T20:08:37.255 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:36 smithi129 conmon[40092]: cephadm 2024-02-09T20:08:35.309875+0000 mgr.smithi005.drqcnv (mgr.14182) 31 : cephadm [INF] Reconfiguring daemon mgr.smithi005.drqcnv on smithi005 2024-02-09T20:08:37.255 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:36 smithi129 conmon[40092]: audit 2024-02-09T20:08:36.671814+0000 mon.smithi005 (mon.0) 215 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:37.602 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-09T20:08:37.603 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:08:37.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:37 smithi005 conmon[35754]: cluster 2024-02-09T20:08:36.039781+0000 mgr.smithi005.drqcnv (mgr.14182) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:37.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:37 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:36.672593+0000 mgr.smithi005.drqcnv (mgr.14182) 33 : cephadm [INF] Reconfiguring alertmanager.smithi005 (dependencies changed)... 2024-02-09T20:08:37.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:37 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:36.679818+0000 mgr.smithi005.drqcnv (mgr.14182) 34 : cephadm [INF] Reconfiguring daemon alertmanager.smithi005 on smithi005 2024-02-09T20:08:37.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:37 smithi005 conmon[35754]: audit 2024-02-09T20:08:37.063400+0000 mon.smithi005 (mon.0) 216 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:38.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:37 smithi129 conmon[40092]: cluster 2024-02-09T20:08:36.039781+0000 mgr.smithi005.drqcnv (mgr.14182) 32 : cluster [DBG] 2024-02-09T20:08:38.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:37 smithi129 conmon[40092]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:38.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:37 smithi129 conmon[40092]: cephadm 2024-02-09T20:08:36.672593+0000 mgr.smithi005.drqcnv (mgr.14182) 33 : cephadm [INF] Reconfiguring alertmanager.smithi005 (dependencies changed)... 2024-02-09T20:08:38.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:37 smithi129 conmon[40092]: cephadm 2024-02-09T20:08:36.679818+0000 mgr.smithi005.drqcnv (mgr.14182) 34 : cephadm [INF] Reconfiguring daemon alertmanager.smithi005 on smithi005 2024-02-09T20:08:38.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:37 smithi129 conmon[40092]: audit 2024-02-09T20:08:37.063400+0000 mon.smithi005 (mon.0) 216 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:39.082 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:38 smithi005 conmon[35754]: audit 2024-02-09T20:08:37.057962+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:08:39.082 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:38 smithi005 conmon[35754]: ) 35 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:08:39.082 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:38 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:37.059513+0000 mgr.smithi005.drqcnv (mgr.14182) 36 : cephadm [INF] Marking host: smithi005 for OSDSpec preview refresh. 2024-02-09T20:08:39.082 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:38 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:37.059608+0000 mgr.smithi005.drqcnv (mgr.14182) 37 : cephadm [INF] Marking host: smithi129 for OSDSpec preview refresh. 2024-02-09T20:08:39.082 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:38 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:37.059935+0000 mgr.smithi005.drqcnv (mgr.14182) 38 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-09T20:08:39.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:38 smithi129 conmon[40092]: audit 2024-02-09T20:08:37.057962+0000 2024-02-09T20:08:39.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:38 smithi129 conmon[40092]: mgr.smithi005.drqcnv (mgr.14182) 35 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:08:39.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:38 smithi129 conmon[40092]: cephadm 2024-02-09T20:08:37.059513 2024-02-09T20:08:39.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:38 smithi129 conmon[40092]: +0000 mgr.smithi005.drqcnv (mgr.14182) 36 : cephadm [INF] Marking host: smithi005 for OSDSpec preview refresh. 2024-02-09T20:08:39.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:38 smithi129 conmon[40092]: cephadm 2024-02-09T20:08:39.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:38 smithi129 conmon[40092]: 2024-02-09T20:08:37.059608+0000 mgr.smithi005.drqcnv (mgr.14182) 37 : cephadm 2024-02-09T20:08:39.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:38 smithi129 conmon[40092]: [INF] Marking host: smithi129 for OSDSpec preview refresh. 2024-02-09T20:08:39.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:38 smithi129 conmon[40092]: cephadm 2024-02-09T20:08:37.059935+0000 2024-02-09T20:08:39.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:38 smithi129 conmon[40092]: mgr.smithi005.drqcnv (mgr.14182) 38 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-09T20:08:40.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:39 smithi005 conmon[35754]: cluster 2024-02-09T20:08:38.040102+0000 mgr.smithi005.drqcnv (mgr.14182) 39 : cluster [DBG] 2024-02-09T20:08:40.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:39 smithi005 conmon[35754]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:40.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:39 smithi129 conmon[40092]: cluster 2024-02-09T20:08:38.040102+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:08:40.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:39 smithi129 conmon[40092]: ) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:40.596 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:08:41.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:40 smithi005 conmon[35754]: audit 2024-02-09T20:08:40.595175+0000 mon.smithi005 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.5:0/575025340' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:08:41.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:40 smithi129 conmon[40092]: audit 2024-02-09T20:08:40.595175+0000 mon.smithi005 (mon.0) 217 : audit 2024-02-09T20:08:41.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:40 smithi129 conmon[40092]: [DBG] from='client.? 172.21.15.5:0/575025340' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:08:41.651 INFO:teuthology.orchestra.run.smithi005.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} 2024-02-09T20:08:42.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:41 smithi005 conmon[35754]: cluster 2024-02-09T20:08:40.040341+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:08:42.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:41 smithi005 conmon[35754]: .14182) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:42.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:41 smithi129 conmon[40092]: cluster 2024-02-09T20:08:40.040341+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:08:42.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:41 smithi129 conmon[40092]: 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:42.652 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:08:43.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:43 smithi005 conmon[35754]: cluster 2024-02-09T20:08:42.040577+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:08:43.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:43 smithi005 conmon[35754]: 14182) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:43.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:43 smithi005 conmon[35754]: audit 2024-02-09T20:08:42.570235+0000 mon.smithi005 (mon.0) 218 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:43.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:43 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:42.570879+0000 mgr.smithi005.drqcnv (mgr.14182) 42 : cephadm [INF] Reconfiguring crash.smithi005 (monmap changed)... 2024-02-09T20:08:43.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:43 smithi005 conmon[35754]: audit 2024-02-09T20:08:42.571176+0000 mon.smithi005 (mon.0) 219 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi005", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-09T20:08:43.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:43 smithi005 conmon[35754]: audit 2024-02-09T20:08:42.571963+0000 mon.smithi005 (mon.0) 220 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:43.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:43 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:42.572536+0000 mgr.smithi005.drqcnv (mgr.14182) 43 : cephadm [INF] Reconfiguring daemon crash.smithi005 on smithi005 2024-02-09T20:08:44.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:43 smithi129 conmon[40092]: cluster 2024-02-09T20:08:42.040577+0000 mgr.smithi005.drqcnv (mgr.14182) 41 2024-02-09T20:08:44.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:43 smithi129 conmon[40092]: : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:44.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:43 smithi129 conmon[40092]: audit 2024-02-09T20:08:42.570235+0000 mon.smithi005 (mon.0) 218 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:44.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:43 smithi129 conmon[40092]: cephadm 2024-02-09T20:08 2024-02-09T20:08:44.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:43 smithi129 conmon[40092]: :42.570879+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:08:44.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:43 smithi129 conmon[40092]: 42 : cephadm [INF] Reconfiguring crash.smithi005 (monmap changed)... 2024-02-09T20:08:44.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:43 smithi129 conmon[40092]: audit 2024-02- 2024-02-09T20:08:44.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:43 smithi129 conmon[40092]: 09T20:08:42.571176+0000 mon.smithi005 (mon 2024-02-09T20:08:44.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:43 smithi129 conmon[40092]: .0) 219 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi005", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-09T20:08:44.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:43 smithi129 conmon[40092]: audit 2024- 2024-02-09T20:08:44.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:43 smithi129 conmon[40092]: 02-09T20:08:42.571963+0000 2024-02-09T20:08:44.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:43 smithi129 conmon[40092]: mon.smithi005 (mon.0) 220 : audit 2024-02-09T20:08:44.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:43 smithi129 conmon[40092]: [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:44.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:43 smithi129 conmon[40092]: cephadm 2024- 2024-02-09T20:08:44.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:43 smithi129 conmon[40092]: 02-09T20:08:42.572536+0000 mgr.smithi005.drqcnv 2024-02-09T20:08:44.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:43 smithi129 conmon[40092]: (mgr.14182) 43 : cephadm [INF] 2024-02-09T20:08:44.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:43 smithi129 conmon[40092]: Reconfiguring daemon crash.smithi005 on smithi005 2024-02-09T20:08:45.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:45 smithi005 conmon[35754]: cluster 2024-02-09T20:08:44.040953+0000 mgr.smithi005.drqcnv (mgr.14182) 44 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:45.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:45 smithi005 conmon[35754]: audit 2024-02-09T20:08:44.231117+0000 mon.smithi005 (mon.0) 221 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:45.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:45 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:44.234563+0000 mgr.smithi005.drqcnv (mgr.14182) 45 : cephadm [INF] Reconfiguring grafana.smithi005 (dependencies changed)... 2024-02-09T20:08:45.507 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:45 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:44.271134+0000 mgr.smithi005.drqcnv (mgr.14182) 46 : cephadm [INF] Reconfiguring daemon grafana.smithi005 on smithi005 2024-02-09T20:08:45.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:45 smithi129 conmon[40092]: cluster 2024-02-09T20:08:44.040953+0000 mgr.smithi005.drqcnv (mgr.14182) 44 : cluster [DBG] 2024-02-09T20:08:45.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:45 smithi129 conmon[40092]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:45.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:45 smithi129 conmon[40092]: audit 2024-02-09T20:08:44.231117+0000 mon.smithi005 (mon.0) 221 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:45.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:45 smithi129 conmon[40092]: cephadm 2024-02-09T20: 2024-02-09T20:08:45.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:45 smithi129 conmon[40092]: 08:44.234563+0000 mgr.smithi005.drqcnv (mgr.14182) 45 : cephadm [INF] Reconfiguring grafana.smithi005 (dependencies changed)... 2024-02-09T20:08:45.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:45 smithi129 conmon[40092]: cephadm 2024 2024-02-09T20:08:45.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:45 smithi129 conmon[40092]: -02-09T20:08:44.271134 2024-02-09T20:08:45.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:45 smithi129 conmon[40092]: +0000 mgr.smithi005.drqcnv (mgr.14182) 46 : cephadm 2024-02-09T20:08:45.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:45 smithi129 conmon[40092]: [INF] Reconfiguring daemon grafana.smithi005 on smithi005 2024-02-09T20:08:46.156 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:08:46.398 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:46 smithi005 conmon[35754]: audit 2024-02-09T20:08:46.154664+0000 2024-02-09T20:08:46.398 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:46 smithi005 conmon[35754]: mon.smithi005 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.5:0/3901108382' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:08:46.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:46 smithi129 conmon[40092]: audit 2024-02-09T20:08:46.154664+0000 mon.smithi005 (mon.0) 222 : audit 2024-02-09T20:08:46.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:46 smithi129 conmon[40092]: [DBG] from='client.? 172.21.15.5:0/3901108382' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:08:46.933 INFO:teuthology.orchestra.run.smithi005.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} 2024-02-09T20:08:47.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:47 smithi129 conmon[40092]: cluster 2024-02-09T20:08:46.041269+0000 mgr.smithi005.drqcnv (mgr.14182) 47 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:47.640 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:47 smithi005 conmon[35754]: cluster 2024-02-09T20:08:46.041269+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:08:47.640 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:47 smithi005 conmon[35754]: 47 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:47.934 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:08:49.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:49 smithi129 conmon[40092]: cluster 2024-02-09T20:08:48.041534+0000 mgr.smithi005.drqcnv (mgr.14182) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:49.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:49 smithi129 conmon[40092]: 2024-02-09T20:08:49.581 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:49 smithi005 conmon[35754]: cluster 2024-02-09T20:08:48.041534+0000 2024-02-09T20:08:49.581 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:49 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:50.220 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:08:50.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:50 smithi129 conmon[40092]: audit 2024-02-09T20:08:50.217832+0000 mon.smithi005 (mon.0) 223 : audit [DBG] 2024-02-09T20:08:50.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:50 smithi129 conmon[40092]: from='client.? 172.21.15.5:0/1275633069' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:08:50.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:50 smithi005 conmon[35754]: audit 2024-02-09T20:08:50.217832+0000 mon.smithi005 (mon 2024-02-09T20:08:50.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:50 smithi005 conmon[35754]: .0) 223 : audit [DBG] from='client.? 172.21.15.5:0/1275633069' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:08:51.026 INFO:teuthology.orchestra.run.smithi005.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} 2024-02-09T20:08:51.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:51 smithi005 conmon[35754]: cluster 2024-02-09T20:08:50.041761+0000 mgr.smithi005.drqcnv 2024-02-09T20:08:51.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:51 smithi005 conmon[35754]: (mgr.14182) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:51.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:51 smithi005 conmon[35754]: audit 2024-02-09T20:08:50.378470+0000 mon.smithi005 (mon.0) 224 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:51.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:51 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:50.379423+0000 mgr.smithi005.drqcnv (mgr.14182) 50 : cephadm [INF] Reconfiguring prometheus.smithi005 (dependencies changed)... 2024-02-09T20:08:51.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:51 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:50.384465+0000 mgr.smithi005.drqcnv (mgr.14182) 51 : cephadm [INF] Reconfiguring daemon prometheus.smithi005 on smithi005 2024-02-09T20:08:51.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:51 smithi129 conmon[40092]: cluster 2024-02-09T20:08:50.041761+0000 mgr.smithi005.drqcnv (mgr.14182) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:51.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:51 smithi129 conmon[40092]: audit 2024-02-09T20:08:50.378470+0000 mon.smithi005 (mon.0) 224 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:51.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:51 smithi129 conmon[40092]: cephadm 2024-02-09T20:08:50.379423+0000 mgr.smithi005.drqcnv (mgr.14182) 50 : cephadm [INF] Reconfiguring prometheus.smithi005 (dependencies changed)... 2024-02-09T20:08:51.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:51 smithi129 conmon[40092]: cephadm 2024-02-09T20:08:50.384465+0000 mgr.smithi005.drqcnv (mgr.14182) 51 : cephadm [INF] Reconfiguring daemon prometheus.smithi005 on smithi005 2024-02-09T20:08:52.028 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:08:53.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:53 smithi005 conmon[35754]: cluster 2024-02-09T20:08:52.042068+0000 mgr.smithi005.drqcnv (mgr.14182) 52 2024-02-09T20:08:53.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:53 smithi005 conmon[35754]: : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:53.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:53 smithi129 conmon[40092]: cluster 2024-02-09T20:08:52.042068+0000 mgr.smithi005.drqcnv (mgr.14182) 52 : 2024-02-09T20:08:53.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:53 smithi129 conmon[40092]: cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:54.727 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:08:55.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:55 smithi005 conmon[35754]: cluster 2024-02-09T20:08:54.042355+0000 mgr.smithi005.drqcnv (mgr.14182) 53 : cluster 2024-02-09T20:08:55.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:55 smithi005 conmon[35754]: [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:55.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:55 smithi005 conmon[35754]: audit 2024-02-09T20:08:54.724999+0000 mon.smithi005 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.5:0/2367939313' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:08:55.657 INFO:teuthology.orchestra.run.smithi005.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} 2024-02-09T20:08:55.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:55 smithi129 conmon[40092]: cluster 2024-02-09T20:08:54.042355+0000 mgr.smithi005.drqcnv (mgr.14182) 53 : 2024-02-09T20:08:55.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:55 smithi129 conmon[40092]: cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:55.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:55 smithi129 conmon[40092]: audit 2024-02-09T20:08:54.724999+0000 mon.smithi005 (mon.0) 225 : audit 2024-02-09T20:08:55.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:55 smithi129 conmon[40092]: [DBG] from='client.? 172.21.15.5:0/2367939313' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:08:56.658 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:08:57.646 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:57 smithi005 conmon[35754]: cluster 2024-02-09T20:08:56.042834+0000 mgr.smithi005.drqcnv 2024-02-09T20:08:57.646 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:57 smithi005 conmon[35754]: (mgr.14182) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:57.646 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:57 smithi005 conmon[35754]: audit 2024-02-09T20:08:56.364043+0000 mon.smithi005 (mon.0) 226 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:57.646 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:57 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:56.364641+0000 mgr.smithi005.drqcnv (mgr.14182) 55 : cephadm [INF] Reconfiguring crash.smithi129 (monmap changed)... 2024-02-09T20:08:57.646 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:57 smithi005 conmon[35754]: audit 2024-02-09T20:08:56.364910+0000 mon.smithi005 (mon.0) 227 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi129", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-09T20:08:57.646 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:57 smithi005 conmon[35754]: audit 2024-02-09T20:08:56.365643+0000 mon.smithi005 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:57.647 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:57 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:56.366187+0000 mgr.smithi005.drqcnv (mgr.14182) 56 : cephadm [INF] Reconfiguring daemon crash.smithi129 on smithi129 2024-02-09T20:08:57.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:57 smithi129 conmon[40092]: cluster 2024-02-09T20:08:56.042834+0000 mgr.smithi005.drqcnv (mgr.14182) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:57.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:57 smithi129 conmon[40092]: audit 2024-02-09T20:08:56.364043+0000 mon.smithi005 (mon.0) 226 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:57.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:57 smithi129 conmon[40092]: cephadm 2024-02-09T20:08:56.364641+0000 mgr.smithi005.drqcnv (mgr.14182) 55 : cephadm [INF] Reconfiguring crash.smithi129 (monmap changed)... 2024-02-09T20:08:57.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:57 smithi129 conmon[40092]: audit 2024-02-09T20:08:56.364910+0000 mon.smithi005 (mon.0) 227 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi129", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-09T20:08:57.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:57 smithi129 conmon[40092]: audit 2024-02-09T20:08:56.365643+0000 mon.smithi005 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:57.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:57 smithi129 conmon[40092]: cephadm 2024-02-09T20:08:56.366187+0000 mgr.smithi005.drqcnv (mgr.14182) 56 : cephadm [INF] Reconfiguring daemon crash.smithi129 on smithi129 2024-02-09T20:08:58.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:58 smithi129 conmon[40092]: audit 2024-02-09T20:08:57.497598+0000 mon.smithi005 (mon.0) 229 2024-02-09T20:08:58.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:58 smithi129 conmon[40092]: : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:58.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:58 smithi129 conmon[40092]: cephadm 2024-02-09T20:08:57.498315+0000 mgr.smithi005.drqcnv (mgr.14182) 57 : cephadm [INF] Reconfiguring mgr.smithi129.zcbvcd (monmap changed)... 2024-02-09T20:08:58.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:58 smithi129 conmon[40092]: audit 2024-02-09T20:08:57.498635+0000 mon.smithi005 (mon.0) 230 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi129.zcbvcd", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-09T20:08:58.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:58 smithi129 conmon[40092]: audit 2024-02-09T20:08:57.499576+0000 mon.smithi005 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-09T20:08:58.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:58 smithi129 conmon[40092]: audit 2024-02-09T20:08:57.500373+0000 mon.smithi005 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:58.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:58 smithi129 conmon[40092]: cephadm 2024-02-09T20:08:57.501020+0000 mgr.smithi005.drqcnv (mgr.14182) 58 : cephadm [INF] Reconfiguring daemon mgr.smithi129.zcbvcd on smithi129 2024-02-09T20:08:58.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:58 smithi005 conmon[35754]: audit 2024-02-09T20:08:57.497598+0000 mon.smithi005 (mon.0 2024-02-09T20:08:58.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:58 smithi005 conmon[35754]: ) 229 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:58.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:58 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:57.498315+0000 mgr.smithi005.drqcnv (mgr.14182) 57 : cephadm [INF] Reconfiguring mgr.smithi129.zcbvcd (monmap changed)... 2024-02-09T20:08:58.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:58 smithi005 conmon[35754]: audit 2024-02-09T20:08:57.498635+0000 mon.smithi005 (mon.0) 230 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi129.zcbvcd", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-09T20:08:58.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:58 smithi005 conmon[35754]: audit 2024-02-09T20:08:57.499576+0000 mon.smithi005 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-09T20:08:58.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:58 smithi005 conmon[35754]: audit 2024-02-09T20:08:57.500373+0000 mon.smithi005 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:58.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:58 smithi005 conmon[35754]: cephadm 2024-02-09T20 2024-02-09T20:08:58.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:58 smithi005 conmon[35754]: :08:57.501020+0000 mgr.smithi005.drqcnv (mgr.14182) 58 : cephadm [INF] Reconfiguring daemon mgr.smithi129.zcbvcd on smithi129 2024-02-09T20:08:58.834 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:08:59.451 INFO:teuthology.orchestra.run.smithi005.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} 2024-02-09T20:08:59.766 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:59 smithi005 conmon[35754]: cluster 2024-02-09T20:08:58.043147+0000 mgr.smithi005.drqcnv (mgr.14182) 59 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:08:59.766 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:59 smithi005 conmon[35754]: audit 2024-02-09T20:08:58.618491+0000 mon.smithi005 (mon.0) 233 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:08:59.766 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:59 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:58.619212+0000 mgr.smithi005.drqcnv (mgr.14182) 60 : cephadm [INF] Reconfiguring mon.smithi129 (monmap changed)... 2024-02-09T20:08:59.766 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:59 smithi005 conmon[35754]: audit 2024-02-09T20:08:58.619515+0000 mon.smithi005 (mon.0) 234 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-09T20:08:59.767 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:59 smithi005 conmon[35754]: audit 2024-02-09T20:08:58.620242+0000 mon.smithi005 (mon.0) 235 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-09T20:08:59.767 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:59 smithi005 conmon[35754]: audit 2024-02-09T20:08:58.620919+0000 mon.smithi005 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:08:59.767 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:59 smithi005 conmon[35754]: cephadm 2024-02-09T20:08:58.621535+0000 mgr.smithi005.drqcnv (mgr.14182) 61 : cephadm [INF] 2024-02-09T20:08:59.767 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:59 smithi005 conmon[35754]: Reconfiguring daemon mon.smithi129 on smithi129 2024-02-09T20:08:59.767 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:08:59 smithi005 conmon[35754]: audit 2024-02-09T20:08:58.832760+0000 mon.smithi005 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.5:0/1383790211' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:00.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:59 smithi129 conmon[40092]: cluster 2024-02-09T20:08:58.043147+0000 mgr.smithi005.drqcnv (mgr.14182) 59 2024-02-09T20:09:00.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:59 smithi129 conmon[40092]: : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:00.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:59 smithi129 conmon[40092]: audit 2024-02-09T20:08:58.618491+0000 mon.smithi005 (mon.0) 233 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:00.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:59 smithi129 conmon[40092]: cephadm 2024-02-09T20:08:58.619212+0000 mgr.smithi005.drqcnv (mgr.14182) 60 : cephadm [INF] Reconfiguring mon.smithi129 (monmap changed)... 2024-02-09T20:09:00.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:59 smithi129 conmon[40092]: audit 2024-02-09T20:08:58.619515+0000 mon.smithi005 (mon.0) 234 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-09T20:09:00.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:59 smithi129 conmon[40092]: audit 2024-02-09T20:08:58.620242+0000 mon.smithi005 (mon.0) 235 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-09T20:09:00.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:59 smithi129 conmon[40092]: audit 2024-02-09T20:08:58.620919+0000 mon.smithi005 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:00.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:59 smithi129 conmon[40092]: cephadm 2024-02-09 2024-02-09T20:09:00.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:59 smithi129 conmon[40092]: T20:08:58.621535+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:09:00.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:59 smithi129 conmon[40092]: 61 : cephadm [INF] Reconfiguring daemon mon.smithi129 on smithi129 2024-02-09T20:09:00.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:59 smithi129 conmon[40092]: audit 2024-02-09T20 2024-02-09T20:09:00.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:59 smithi129 conmon[40092]: :08:58.832760+0000 mon.smithi005 (mon.0) 237 2024-02-09T20:09:00.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:08:59 smithi129 conmon[40092]: : audit [DBG] from='client.? 172.21.15.5:0/1383790211' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:00.452 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:01.005 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:00 smithi005 conmon[35754]: audit 2024-02-09T20:08:59.745373+0000 mon.smithi005 2024-02-09T20:09:01.005 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:00 smithi005 conmon[35754]: (mon.0) 238 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:01.005 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:00 smithi005 conmon[35754]: audit 2024-02-09T20:08:59.748708+0000 mon.smithi005 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-09T20:09:01.005 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:00 smithi005 conmon[35754]: audit 2024-02-09T20:08:59.749172+0000 mgr.smithi005.drqcnv (mgr.14182) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-09T20:09:01.005 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:00 smithi005 conmon[35754]: audit 2024-02-09T20:08:59.750383+0000 mon.smithi005 (mon.0) 240 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi005:9093"}]: dispatch 2024-02-09T20:09:01.005 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:00 smithi005 conmon[35754]: audit 2024-02-09T20:08:59.750702+0000 mgr.smithi005.drqcnv (mgr.14182) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi005:9093"}]: dispatch 2024-02-09T20:09:01.005 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:00 smithi005 conmon[35754]: audit 2024-02-09T20:08:59.754765+0000 mon.smithi005 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:01.005 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:00 smithi005 conmon[35754]: audit 2024-02-09T20:08:59.760441+0000 mon.smithi005 (mon.0) 242 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-09T20:09:01.005 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:00 smithi005 conmon[35754]: audit 2024-02-09T20:08:59.760858+0000 mgr.smithi005.drqcnv (mgr.14182) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-09T20:09:01.005 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:00 smithi005 conmon[35754]: audit 2024-02-09T20:08:59.768392+0000 mon.smithi005 (mon.0) 243 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi005:3000"}]: dispatch 2024-02-09T20:09:01.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:00 smithi005 conmon[35754]: audit 2024-02-09T20:08:59.768774+0000 mgr.smithi005.drqcnv (mgr.14182) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi005:3000"}]: dispatch 2024-02-09T20:09:01.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:00 smithi005 conmon[35754]: audit 2024-02-09T20:08:59.773125+0000 mon.smithi005 (mon.0) 244 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:01.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:00 smithi005 conmon[35754]: audit 2024-02-09T20:08:59.778911+0000 mon.smithi005 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-09T20:09:01.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:00 smithi005 conmon[35754]: audit 2024-02-09T20:08:59.779366+0000 mgr.smithi005.drqcnv (mgr.14182) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-09T20:09:01.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:00 smithi005 conmon[35754]: audit 2024-02-09T20:08:59.781752+0000 mon.smithi005 (mon.0) 246 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi005:9095"}]: dispatch 2024-02-09T20:09:01.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:00 smithi005 conmon[35754]: audit 2024 2024-02-09T20:09:01.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:00 smithi005 conmon[35754]: -02-09T20:08:59.782194+0000 mgr.smithi005.drqcnv (mgr.14182) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi005:9095"}]: dispatch 2024-02-09T20:09:01.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:00 smithi005 conmon[35754]: audit 2024-02-09T20:08:59.787242+0000 mon.smithi005 (mon.0) 247 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:01.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:00 smithi005 conmon[35754]: audit 2024 2024-02-09T20:09:01.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:00 smithi005 conmon[35754]: -02-09T20:08:59.790991+0000 mon.smithi005 (mon.0) 248 : audit [DBG] 2024-02-09T20:09:01.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:00 smithi005 conmon[35754]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:09:01.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: audit 2024-02-09T20:08:59.745373+0000 mon.smithi005 (mon 2024-02-09T20:09:01.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: .0) 238 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:01.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: audit 2024-02-09T20:08:59.748708+0000 mon.smithi005 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-09T20:09:01.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: audit 2024-02-09T20:08:59.749172+0000 mgr.smithi005.drqcnv (mgr.14182) 62 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-09T20:09:01.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: audit 2024-02-09T20:08:59.750383+0000 mon.smithi005 (mon.0) 240 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi005:9093"}]: dispatch 2024-02-09T20:09:01.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: audit 2024-02-09T20:08:59.750702+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:09:01.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: mgr.14182) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi005:9093"}]: dispatch 2024-02-09T20:09:01.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: audit 2024-02-09T20:08:59.754765 2024-02-09T20:09:01.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: +0000 mon.smithi005 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:01.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: audit 2024-02-09T20:08 2024-02-09T20:09:01.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: :59.760441+0000 mon.smithi005 (mon.0) 242 : 2024-02-09T20:09:01.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-09T20:09:01.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: audit 2024-02-09T20:08:59.760858+0000 mgr.smithi005.drqcnv (mgr.14182) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-09T20:09:01.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: audit 2024-02-09T20:08 2024-02-09T20:09:01.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: :59.768392+0000 mon.smithi005 (mon.0) 243 : 2024-02-09T20:09:01.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi005:3000"}]: dispatch 2024-02-09T20:09:01.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: audit 2024-02-09T20 2024-02-09T20:09:01.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: :08:59.768774+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:09:01.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi005:3000"}]: dispatch 2024-02-09T20:09:01.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: audit 2024-02-09T 2024-02-09T20:09:01.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: 20:08:59.773125+0000 mon.smithi005 (mon.0 2024-02-09T20:09:01.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: ) 244 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:01.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: audit 2024-02- 2024-02-09T20:09:01.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: 09T20:08:59.778911+0000 mon.smithi005 (mon 2024-02-09T20:09:01.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: .0) 245 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-09T20:09:01.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: audit 2024-02 2024-02-09T20:09:01.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: -09T20:08:59.779366+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:09:01.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: .14182) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-09T20:09:01.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: audit 2024- 2024-02-09T20:09:01.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: 02-09T20:08:59.781752+0000 mon.smithi005 ( 2024-02-09T20:09:01.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: mon.0) 246 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi005:9095"}]: dispatch 2024-02-09T20:09:01.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: audit 2024 2024-02-09T20:09:01.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: -02-09T20:08:59.782194+0000 2024-02-09T20:09:01.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: mgr.smithi005.drqcnv (mgr.14182) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi005:9095"}]: dispatch 2024-02-09T20:09:01.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: audit 2024-02 2024-02-09T20:09:01.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: -09T20:08:59.787242+0000 mon.smithi005 (mon 2024-02-09T20:09:01.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: .0) 247 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:01.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: audit 2024- 2024-02-09T20:09:01.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: 02-09T20:08:59.790991+0000 mon.smithi005 2024-02-09T20:09:01.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:00 smithi129 conmon[40092]: (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:09:02.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:01 smithi129 conmon[40092]: cluster 2024-02-09T20:09:00.043372+0000 mgr.smithi005.drqcnv (mgr.14182) 68 : cluster 2024-02-09T20:09:02.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:01 smithi129 conmon[40092]: [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:02.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:01 smithi129 conmon[40092]: audit 2024-02-09T20:09:01.114157+0000 mon.smithi005 (mon.0) 249 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:02.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:01 smithi129 conmon[40092]: audit 2024-02-09T20:09:01.119751+0000 mon.smithi005 (mon.0) 250 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:02.085 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:01 smithi005 conmon[35754]: cluster 2024-02-09T20:09:00.043372+0000 mgr.smithi005.drqcnv (mgr.14182) 68 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:02.085 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:01 smithi005 conmon[35754]: 2024-02-09T20:09:02.085 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:01 smithi005 conmon[35754]: audit 2024-02-09T20:09:01.114157+0000 mon.smithi005 (mon.0) 249 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:02.085 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:01 smithi005 conmon[35754]: audit 2024-02-09T20:09:01.119751+0000 mon.smithi005 (mon.0) 250 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:03.130 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:09:04.025 INFO:teuthology.orchestra.run.smithi005.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} 2024-02-09T20:09:04.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:03 smithi129 conmon[40092]: cluster 2024-02-09T20:09:02.043625+0000 mgr.smithi005.drqcnv (mgr.14182) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:04.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:03 smithi129 conmon[40092]: audit 2024-02-09T20:09:03.128182+0000 mon.smithi005 (mon. 2024-02-09T20:09:04.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:03 smithi129 conmon[40092]: 0) 251 : audit [DBG] from='client.? 172.21.15.5:0/1722871596' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:04.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:03 smithi005 conmon[35754]: cluster 2024-02-09T20:09:02.043625+0000 mgr.smithi005.drqcnv (mgr.14182) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:04.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:03 smithi005 conmon[35754]: audit 2024-02-09T20:09:03.128182+0000 mon.smithi005 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.5:0/1722871596' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:05.025 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:05.627 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: cluster 2024-02-09T20:09:04.043921+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:09:05.628 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: mgr.14182) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:05.628 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: audit 2024-02-09T20:09:04.458477+0000 2024-02-09T20:09:05.628 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: mon.smithi005 (mon.0) 252 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:05.628 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: audit 2024-02-09T20:09:04. 2024-02-09T20:09:05.628 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: 799217+0000 mon.smithi005 (mon.0) 253 : audit [INF] 2024-02-09T20:09:05.628 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:05.628 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: audit 2024-02-09T20:09:04.800089 2024-02-09T20:09:05.628 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: +0000 mon.smithi005 (mon.0) 254 : audit [DBG] 2024-02-09T20:09:05.628 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:05.628 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: audit 2024-02-09T20:09:04.800758+0000 2024-02-09T20:09:05.628 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: mon.smithi005 (mon.0) 255 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:09:05.628 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: 2024-02-09T20:09:05.629 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: audit 2024-02-09T20:09:05.629 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: 2024-02-09T20:09:04.804507+0000 mon.smithi005 (mon.0 2024-02-09T20:09:05.629 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: ) 256 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:05.629 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: audit 2024-02-09T 2024-02-09T20:09:05.629 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: 20:09:04.808400+0000 mon.smithi005 (mon.0 2024-02-09T20:09:05.629 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: ) 257 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:09:05.629 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: audit 2024-02-09T20: 2024-02-09T20:09:05.629 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: 09:04.811472+0000 mon.smithi005 (mon.0) 2024-02-09T20:09:05.629 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: 258 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:09:05.629 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: audit 2024-02-09T20 2024-02-09T20:09:05.629 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: :09:04.812432+0000 mon.smithi005 (mon.0) 2024-02-09T20:09:05.629 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: 259 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:09:05.629 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: audit 2024-02-09T20 2024-02-09T20:09:05.629 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: :09:04.812697+0000 mon.smithi005 (mon.0 2024-02-09T20:09:05.630 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: ) 260 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:05.630 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: audit 2024-02-09T20:09:04.813240 2024-02-09T20:09:05.630 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: +0000 mon.smithi005 (mon.0) 261 : audit [DBG] 2024-02-09T20:09:05.630 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:05 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:05.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:05 smithi005 conmon[35754]: cluster 2024-02-09T20:09:04.043921+0000 mgr.smithi005.drqcnv (mgr.14182) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:05.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:05 smithi005 conmon[35754]: audit 2024-02-09T20:09:04.458477+0000 mon.smithi005 (mon.0) 252 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:05.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:05 smithi005 conmon[35754]: audit 2024-02-09T20:09:04.799217+0000 mon.smithi005 (mon.0) 253 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:05.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:05 smithi005 conmon[35754]: audit 2024-02-09T20:09:04.800089+0000 mon.smithi005 (mon.0) 254 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:05.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:05 smithi005 conmon[35754]: audit 2024-02-09T20:09:04.800758+0000 mon.smithi005 (mon.0) 255 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:09:05.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:05 smithi005 conmon[35754]: audit 2024 2024-02-09T20:09:05.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:05 smithi005 conmon[35754]: -02-09T20:09:04.804507+0000 mon.smithi005 (mon.0) 256 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:05.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:05 smithi005 conmon[35754]: audit 2024-02-09T20:09:04.808400+0000 mon.smithi005 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:09:05.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:05 smithi005 conmon[35754]: audit 2024-02-09T20:09:04.811472+0000 mon.smithi005 (mon.0) 258 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:09:05.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:05 smithi005 conmon[35754]: audit 2024-02-09T20:09:04.812432+0000 mon.smithi005 (mon.0) 259 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:09:05.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:05 smithi005 conmon[35754]: audit 2024-02-09T20:09:04.812697+0000 mon.smithi005 ( 2024-02-09T20:09:05.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:05 smithi005 conmon[35754]: mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:05.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:05 smithi005 conmon[35754]: audit 2024-02- 2024-02-09T20:09:05.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:05 smithi005 conmon[35754]: 09T20:09:04.813240+0000 mon.smithi005 (mon. 2024-02-09T20:09:05.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:05 smithi005 conmon[35754]: 0) 261 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:07.544 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:09:07.761 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:07 smithi005 conmon[35754]: cluster 2024-02-09T20:09:06.044219+0000 2024-02-09T20:09:07.761 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:07 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:07.761 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:07 smithi005 conmon[35754]: audit 2024-02-09T20:09:07.284841+0000 mon.smithi129 (mon.1) 2 : audit [INF] from='client.? 172.21.15.129:0/2961098889' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be586f1d-4a14-48f1-9d2b-3954a35fc7b2"}]: dispatch 2024-02-09T20:09:07.761 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:07 smithi005 conmon[35754]: audit 2024-02-09T20:09:07.285338+0000 mon.smithi005 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be586f1d-4a14-48f1-9d2b-3954a35fc7b2"}]: dispatch 2024-02-09T20:09:07.761 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:07 smithi005 conmon[35754]: audit 2024-02-09T20:09:07.289415+0000 mon.smithi005 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "be586f1d-4a14-48f1-9d2b-3954a35fc7b2"}]': finished 2024-02-09T20:09:07.761 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:07 smithi005 conmon[35754]: cluster 2024-02-09T20:09:07.289464+0000 mon.smithi005 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-09T20:09:07.762 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:07 smithi005 conmon[35754]: audit 2024-02-09T20:09:07.289610+0000 mon.smithi005 (mon.0) 265 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:07.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:07 smithi129 conmon[40092]: cluster 2024-02-09T20:09:06.044219+0000 mgr.smithi005.drqcnv (mgr.14182) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:07.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:07 smithi129 conmon[40092]: audit 2024-02-09T20:09:07.284841+0000 mon.smithi129 (mon.1) 2 : audit [INF] from='client.? 172.21.15.129:0/2961098889' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be586f1d-4a14-48f1-9d2b-3954a35fc7b2"}]: dispatch 2024-02-09T20:09:07.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:07 smithi129 conmon[40092]: audit 2024-02-09T20:09:07.285338+0000 mon.smithi005 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be586f1d-4a14-48f1-9d2b-3954a35fc7b2"}]: dispatch 2024-02-09T20:09:07.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:07 smithi129 conmon[40092]: audit 2024-02-09T20:09:07.289415+0000 mon.smithi005 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "be586f1d-4a14-48f1-9d2b-3954a35fc7b2"}]': finished 2024-02-09T20:09:07.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:07 smithi129 conmon[40092]: cluster 2024-02-09T20:09:07.289464+0000 mon.smithi005 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-09T20:09:07.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:07 smithi129 conmon[40092]: audit 2024-02-09T20:09:07.289610+0000 mon.smithi005 (mon.0) 265 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:08.332 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1707509347,"num_remapped_pgs":0} 2024-02-09T20:09:08.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:08 smithi005 conmon[35754]: audit 2024-02-09T20:09:07.542869+0000 mon.smithi005 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.5:0/1114575782' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:08.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:08 smithi129 conmon[40092]: audit 2024-02-09T20:09:07.542869+0000 mon.smithi005 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.5:0/1114575782' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:09.334 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:09.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:09 smithi005 conmon[35754]: cluster 2024-02-09T20:09:08.044468+0000 mgr.smithi005.drqcnv (mgr.14182) 72 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:09.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:09 smithi005 conmon[35754]: audit 2024-02-09T20:09:08.484666+0000 mon.smithi129 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.129:0/2914052857' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:09.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:09 smithi005 conmon[35754]: audit 2024-02-09T20:09:08.621981+0000 mon.smithi005 (mon.0) 267 : audit [INF] from='client.? 172.21.15.5:0/3808373104' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c835b8d2-8b3b-43cf-b9af-4b4eb9f26214"}]: dispatch 2024-02-09T20:09:09.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:09 smithi005 conmon[35754]: audit 2024-02-09T20:09:08.625729+0000 mon.smithi005 (mon.0) 268 : audit [INF] from='client.? 172.21.15.5:0/3808373104' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c835b8d2-8b3b-43cf-b9af-4b4eb9f26214"}]': finished 2024-02-09T20:09:09.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:09 smithi005 conmon[35754]: cluster 2024-02-09T20:09:08.625801+0000 mon.smithi005 (mon.0) 269 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-09T20:09:09.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:09 smithi005 conmon[35754]: audit 2024-02-09T20:09:08.625935+0000 mon.smithi005 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:09.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:09 smithi005 conmon[35754]: audit 2024-02-09T20:09:08.626209+0000 mon.smithi005 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:09.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:09 smithi129 conmon[40092]: cluster 2024-02-09T20:09:08.044468+0000 mgr.smithi005.drqcnv (mgr.14182) 72 2024-02-09T20:09:09.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:09 smithi129 conmon[40092]: : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:09.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:09 smithi129 conmon[40092]: audit 2024-02-09T20:09:08.484666+0000 mon.smithi129 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.129:0/2914052857' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:09.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:09 smithi129 conmon[40092]: audit 2024-02-09T20:09:08.621981+0000 mon.smithi005 (mon.0) 267 : audit 2024-02-09T20:09:09.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:09 smithi129 conmon[40092]: [INF] from='client.? 172.21.15.5:0/3808373104' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c835b8d2-8b3b-43cf-b9af-4b4eb9f26214"}]: dispatch 2024-02-09T20:09:09.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:09 smithi129 conmon[40092]: audit 2024-02-09T20:09:08.625729+0000 mon.smithi005 (mon.0) 268 : audit [INF] from='client.? 172.21.15.5:0/3808373104' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c835b8d2-8b3b-43cf-b9af-4b4eb9f26214"}]': finished 2024-02-09T20:09:09.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:09 smithi129 conmon[40092]: cluster 2024-02-09T20:09:08.625801+0000 mon.smithi005 (mon.0) 269 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-09T20:09:09.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:09 smithi129 conmon[40092]: audit 2024-02-09T20:09:08 2024-02-09T20:09:09.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:09 smithi129 conmon[40092]: .625935+0000 mon.smithi005 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:09.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:09 smithi129 conmon[40092]: audit 2024-02-09T20:09:08.626209+0000 mon.smithi005 2024-02-09T20:09:09.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:09 smithi129 conmon[40092]: (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:10.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:10 smithi005 conmon[35754]: audit 2024-02-09T20:09:09.945987+0000 mon.smithi005 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.5:0/2690011068' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:10.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:10 smithi129 conmon[40092]: audit 2024-02-09T20:09:09.945987+0000 mon.smithi005 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.5:0/2690011068' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:11.448 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:09:11.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:11 smithi129 conmon[40092]: cluster 2024-02-09T20:09:10.044720+0000 mgr.smithi005.drqcnv (mgr.14182) 73 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:11.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:11 smithi129 conmon[40092]: audit 2024-02-09T20:09:10.987176+0000 mon.smithi129 (mon.1) 4 : audit [INF] from='client.? 172.21.15.129:0/2000217454' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "822d3b7b-0528-44f0-b3b9-7ab69694a0a3"}]: dispatch 2024-02-09T20:09:11.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:11 smithi129 conmon[40092]: audit 2024-02-09T20:09:10.987644+0000 mon.smithi005 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "822d3b7b-0528-44f0-b3b9-7ab69694a0a3"}]: dispatch 2024-02-09T20:09:11.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:11 smithi129 conmon[40092]: audit 2024-02-09T20:09:10.992220+0000 mon.smithi005 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "822d3b7b-0528-44f0-b3b9-7ab69694a0a3"}]': finished 2024-02-09T20:09:11.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:11 smithi129 conmon[40092]: cluster 2024-02-09T20:09:10.992292+0000 mon.smithi005 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-09T20:09:11.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:11 smithi129 conmon[40092]: audit 2024-02-09T20:09:10.992416+0000 mon.smithi005 (mon.0) 276 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:11.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:11 smithi129 conmon[40092]: audit 2024-02-09T20:09:10.992699+0000 mon.smithi005 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:11.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:11 smithi129 conmon[40092]: audit 2024-02-09T20:09:10.992890+0000 mon.smithi005 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:11.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:11 smithi129 conmon[40092]: audit 2024-02-09T20:09:11.446355+0000 mon.smithi005 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.5:0/1332267058' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:11.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:11 smithi005 conmon[35754]: cluster 2024-02-09T20:09:10.044720+0000 mgr.smithi005.drqcnv (mgr.14182) 73 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:11.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:11 smithi005 conmon[35754]: audit 2024-02-09T20:09:10.987176+0000 mon.smithi129 (mon.1) 4 : audit [INF] from='client.? 172.21.15.129:0/2000217454' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "822d3b7b-0528-44f0-b3b9-7ab69694a0a3"}]: dispatch 2024-02-09T20:09:11.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:11 smithi005 conmon[35754]: audit 2024-02-09T20:09:10.987644+0000 mon.smithi005 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "822d3b7b-0528-44f0-b3b9-7ab69694a0a3"}]: dispatch 2024-02-09T20:09:11.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:11 smithi005 conmon[35754]: audit 2024-02-09T20:09:10.992220+0000 mon.smithi005 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "822d3b7b-0528-44f0-b3b9-7ab69694a0a3"}]': finished 2024-02-09T20:09:11.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:11 smithi005 conmon[35754]: cluster 2024-02-09T20:09:10.992292+0000 mon.smithi005 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-09T20:09:11.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:11 smithi005 conmon[35754]: audit 2024-02-09T20:09:10.992416+0000 mon.smithi005 (mon.0) 276 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:11.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:11 smithi005 conmon[35754]: audit 2024-02-09T20:09:11.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:11 smithi005 conmon[35754]: 2024-02-09T20:09:10.992699+0000 mon.smithi005 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:11.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:11 smithi005 conmon[35754]: audit 2024-02-09T20:09:10.992890+0000 mon.smithi005 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:11.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:11 smithi005 conmon[35754]: audit 2024-02-09T20:09:11.446355+0000 mon.smithi005 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.5:0/1332267058' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:12.127 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1707509350,"num_remapped_pgs":0} 2024-02-09T20:09:12.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:12 smithi129 conmon[40092]: audit 2024-02-09T20:09:12.230054+0000 mon.smithi129 (mon.1) 2024-02-09T20:09:12.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:12 smithi129 conmon[40092]: 5 : audit [DBG] from='client.? 172.21.15.129:0/286503445' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:12.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:12 smithi005 conmon[35754]: audit 2024-02-09T20:09:12.230054+0000 2024-02-09T20:09:12.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:12 smithi005 conmon[35754]: mon.smithi129 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.129:0/286503445' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:13.128 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:13.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:13 smithi129 conmon[40092]: cluster 2024-02-09T20:09:12.045034+0000 mgr.smithi005.drqcnv (mgr.14182) 74 2024-02-09T20:09:13.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:13 smithi129 conmon[40092]: : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:13.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:13 smithi129 conmon[40092]: audit 2024-02-09T20:09:12.530086+0000 mon.smithi005 (mon.0) 280 : audit 2024-02-09T20:09:13.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:13 smithi129 conmon[40092]: [INF] from='client.? 172.21.15.5:0/876597285' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d52f15a-73ef-41c5-9fd8-22feedb3a0d4"}]: dispatch 2024-02-09T20:09:13.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:13 smithi129 conmon[40092]: audit 2024-02- 2024-02-09T20:09:13.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:13 smithi129 conmon[40092]: 09T20:09:12.533787+0000 mon.smithi005 (mon.0) 281 : audit [INF] 2024-02-09T20:09:13.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:13 smithi129 conmon[40092]: from='client.? 172.21.15.5:0/876597285' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d52f15a-73ef-41c5-9fd8-22feedb3a0d4"}]': finished 2024-02-09T20:09:13.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:13 smithi129 conmon[40092]: cluster 2024-02-09T20:09:12.533862+0000 mon.smithi005 (mon.0) 282 2024-02-09T20:09:13.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:13 smithi129 conmon[40092]: : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-09T20:09:13.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:13 smithi129 conmon[40092]: audit 2024-02-09T20: 2024-02-09T20:09:13.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:13 smithi129 conmon[40092]: 09:12.534006+0000 mon.smithi005 (mon.0) 283 2024-02-09T20:09:13.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:13 smithi129 conmon[40092]: : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:13.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:13 smithi129 conmon[40092]: audit 2024-02-09T20:09 2024-02-09T20:09:13.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:13 smithi129 conmon[40092]: :12.534433+0000 mon.smithi005 (mon.0) 284 : 2024-02-09T20:09:13.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:13 smithi129 conmon[40092]: audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:13.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:13 smithi129 conmon[40092]: audit 2024-02-09T20:09 2024-02-09T20:09:13.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:13 smithi129 conmon[40092]: :12.534680+0000 mon.smithi005 (mon.0) 285 2024-02-09T20:09:13.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:13 smithi129 conmon[40092]: : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:13.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:13 smithi129 conmon[40092]: audit 2024-02-09T20:09 2024-02-09T20:09:13.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:13 smithi129 conmon[40092]: :12.534936+0000 mon.smithi005 (mon.0) 286 2024-02-09T20:09:13.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:13 smithi129 conmon[40092]: : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:13.814 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:13 smithi005 conmon[35754]: cluster 2024-02-09T20:09:12.045034+0000 mgr.smithi005.drqcnv (mgr.14182) 74 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:13.814 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:13 smithi005 conmon[35754]: audit 2024-02-09T20:09:12.530086+0000 mon.smithi005 (mon.0) 280 : audit [INF] from='client.? 172.21.15.5:0/876597285' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d52f15a-73ef-41c5-9fd8-22feedb3a0d4"}]: dispatch 2024-02-09T20:09:13.814 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:13 smithi005 conmon[35754]: audit 2024-02-09T20:09:12.533787+0000 mon.smithi005 (mon.0) 281 : audit [INF] from='client.? 172.21.15.5:0/876597285' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d52f15a-73ef-41c5-9fd8-22feedb3a0d4"}]': finished 2024-02-09T20:09:13.814 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:13 smithi005 conmon[35754]: cluster 2024-02-09T20:09:12.533862+0000 mon.smithi005 (mon.0) 282 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-09T20:09:13.814 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:13 smithi005 conmon[35754]: audit 2024-02-09T20:09:12.534006+0000 mon.smithi005 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:13.814 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:13 smithi005 conmon[35754]: audit 2024-02-09T20:09:12.534433+0000 mon.smithi005 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:13.814 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:13 smithi005 conmon[35754]: audit 2024-02-09T20:09:12.534680+0000 mon.smithi005 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:13.814 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:13 smithi005 conmon[35754]: audit 2024-02-09T20:09:12.534936+0000 mon.smithi005 ( 2024-02-09T20:09:13.814 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:13 smithi005 conmon[35754]: mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:14.681 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:14 smithi005 conmon[35754]: audit 2024-02-09T20:09:13.870499+0000 mon.smithi005 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.5:0/3526025591' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:14.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:14 smithi129 conmon[40092]: audit 2024-02-09T20:09:13.870499+0000 mon.smithi005 (mon.0) 287 : audit [DBG] 2024-02-09T20:09:14.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:14 smithi129 conmon[40092]: from='client.? 172.21.15.5:0/3526025591' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:15.116 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:09:15.746 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:15 smithi005 conmon[35754]: cluster 2024-02-09T20:09:14.045422+0000 mgr.smithi005.drqcnv (mgr.14182) 75 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:15.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:15 smithi005 conmon[35754]: audit 2024-02-09T20:09:14.742531+0000 mon.smithi129 (mon.1) 6 : audit [INF] from='client.? 172.21.15.129:0/2030834243' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a4389f6-b517-40fc-8085-313e945a7b1f"}]: dispatch 2024-02-09T20:09:15.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:15 smithi005 conmon[35754]: audit 2024-02-09T20:09:14.743000+0000 mon.smithi005 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a4389f6-b517-40fc-8085-313e945a7b1f"}]: dispatch 2024-02-09T20:09:15.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:15 smithi005 conmon[35754]: audit 2024-02-09T20:09:14.748270+0000 mon.smithi005 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6a4389f6-b517-40fc-8085-313e945a7b1f"}]': finished 2024-02-09T20:09:15.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:15 smithi005 conmon[35754]: cluster 2024-02-09T20:09:14.748362+0000 mon.smithi005 (mon.0) 290 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-09T20:09:15.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:15 smithi005 conmon[35754]: audit 2024-02-09T20:09:14.748483+0000 mon.smithi005 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:15.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:15 smithi005 conmon[35754]: audit 2024-02-09T20:09:14.748823+0000 mon.smithi005 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:15.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:15 smithi005 conmon[35754]: audit 2024-02-09T20:09:14.749023+0000 mon.smithi005 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:15.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:15 smithi005 conmon[35754]: audit 2024-02-09T20:09:14.749216+0000 mon.smithi005 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:15.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:15 smithi005 conmon[35754]: audit 2024-02-09T20:09:14.749404+0000 mon.smithi005 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:15.747 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:15 smithi005 conmon[35754]: audit 2024-02-09T20:09:15.115195+0000 mon.smithi005 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.5:0/1128647780' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:15.748 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1707509354,"num_remapped_pgs":0} 2024-02-09T20:09:15.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:15 smithi129 conmon[40092]: cluster 2024-02-09T20:09:14.045422+0000 mgr.smithi005.drqcnv (mgr.14182) 75 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:15.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:15 smithi129 conmon[40092]: audit 2024-02-09T20:09:14.742531+0000 mon.smithi129 (mon.1) 6 : audit [INF] from='client.? 172.21.15.129:0/2030834243' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a4389f6-b517-40fc-8085-313e945a7b1f"}]: dispatch 2024-02-09T20:09:15.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:15 smithi129 conmon[40092]: audit 2024-02-09T20:09:14.743000+0000 mon.smithi005 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6a4389f6-b517-40fc-8085-313e945a7b1f"}]: dispatch 2024-02-09T20:09:15.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:15 smithi129 conmon[40092]: audit 2024-02-09T20:09:14.748270+0000 mon.smithi005 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6a4389f6-b517-40fc-8085-313e945a7b1f"}]': finished 2024-02-09T20:09:15.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:15 smithi129 conmon[40092]: cluster 2024-02-09T20:09:14.748362+0000 mon.smithi005 (mon.0) 290 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-09T20:09:15.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:15 smithi129 conmon[40092]: audit 2024-02-09T20:09:14.748483+0000 mon.smithi005 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:15.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:15 smithi129 conmon[40092]: audit 2024-02-09T20:09:14.748823+0000 mon.smithi005 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:15.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:15 smithi129 conmon[40092]: audit 2024-02-09T20:09:14.749023+0000 mon.smithi005 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:15.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:15 smithi129 conmon[40092]: audit 2024 2024-02-09T20:09:15.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:15 smithi129 conmon[40092]: -02-09T20:09:14.749216+0000 mon.smithi005 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:15.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:15 smithi129 conmon[40092]: audit 2024-02-09T20:09:14.749404+0000 mon.smithi005 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:15.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:15 smithi129 conmon[40092]: audit 2024-02-09T20:09:15.115195+0000 mon.smithi005 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.5:0/1128647780' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:16.749 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:16.783 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:16 smithi005 conmon[35754]: audit 2024-02-09T20:09:15.964692+0000 mon.smithi129 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.129:0/3054885124' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:16.784 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:16 smithi005 conmon[35754]: audit 2024-02-09T20:09:16.462075+0000 mon.smithi005 (mon.0) 297 : audit [INF] from='client.? 172.21.15.5:0/3823055698' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aa7bbc4a-b7e2-40ee-b4f5-6edabfb6f302"}]: dispatch 2024-02-09T20:09:16.784 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:16 smithi005 conmon[35754]: audit 2024-02-09T20:09:16.466110+0000 mon.smithi005 (mon.0) 298 : audit [INF] from='client.? 172.21.15.5:0/3823055698' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aa7bbc4a-b7e2-40ee-b4f5-6edabfb6f302"}]': finished 2024-02-09T20:09:16.784 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:16 smithi005 conmon[35754]: cluster 2024-02-09T20:09:16.466153+0000 mon.smithi005 (mon.0) 299 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-09T20:09:16.784 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:16 smithi005 conmon[35754]: audit 2024-02-09T20:09:16.466265+0000 mon.smithi005 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:16.784 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:16 smithi005 conmon[35754]: audit 2024-02-09T20:09:16.466599+0000 mon.smithi005 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:16.784 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:16 smithi005 conmon[35754]: audit 2024-02-09T20:09:16.466752+0000 mon.smithi005 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:16.784 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:16 smithi005 conmon[35754]: audit 2024-02-09T20:09:16.466924+0000 mon.smithi005 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:16.784 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:16 smithi005 conmon[35754]: audit 2024-02-09T20:09:16.467088+0000 mon.smithi005 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:16.784 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:16 smithi005 conmon[35754]: audit 2024-02-09T20:09:16.467227+0000 mon.smithi005 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:16.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:16 smithi129 conmon[40092]: audit 2024-02-09T20:09:15.964692+0000 mon.smithi129 (mon.1) 7 : audit [DBG] 2024-02-09T20:09:16.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:16 smithi129 conmon[40092]: from='client.? 172.21.15.129:0/3054885124' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:16.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:16 smithi129 conmon[40092]: audit 2024-02-09T20:09:16.462075+0000 mon.smithi005 (mon.0) 297 : audit [INF] from='client.? 172.21.15.5:0/3823055698' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aa7bbc4a-b7e2-40ee-b4f5-6edabfb6f302"}]: dispatch 2024-02-09T20:09:16.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:16 smithi129 conmon[40092]: audit 2024-02-09T20:09:16.466110+0000 mon.smithi005 (mon.0) 298 : audit [INF] from='client.? 172.21.15.5:0/3823055698' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aa7bbc4a-b7e2-40ee-b4f5-6edabfb6f302"}]': finished 2024-02-09T20:09:16.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:16 smithi129 conmon[40092]: cluster 2024-02-09T20:09:16.466153+0000 mon.smithi005 (mon.0) 299 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-09T20:09:16.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:16 smithi129 conmon[40092]: audit 2024-02-09T20:09:16.466265+0000 mon.smithi005 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:16.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:16 smithi129 conmon[40092]: audit 2024-02-09T20:09:16.466599+0000 mon.smithi005 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:16.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:16 smithi129 conmon[40092]: audit 2024-02-09T20:09:16.466752+0000 mon.smithi005 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:16.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:16 smithi129 conmon[40092]: audit 2024-02-09T20:09:16.466924+0000 mon.smithi005 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:16.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:16 smithi129 conmon[40092]: audit 2024-02-09T20:09:16.467088+0000 mon.smithi005 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:16.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:16 smithi129 conmon[40092]: audit 2024-02-09T20:09:16.467227+0000 mon.smithi005 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:17.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:17 smithi005 conmon[35754]: cluster 2024-02-09T20:09:16.045786+0000 mgr.smithi005.drqcnv (mgr.14182) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:17.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:17 smithi129 conmon[40092]: cluster 2024-02-09T20:09:16.045786+0000 mgr.smithi005.drqcnv (mgr.14182) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:18.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:18 smithi129 conmon[40092]: audit 2024-02-09T20:09:17.910616+0000 mon.smithi005 (mon.0) 306 : 2024-02-09T20:09:18.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:18 smithi129 conmon[40092]: audit [DBG] from='client.? 172.21.15.5:0/3561730860' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:18.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:18 smithi129 conmon[40092]: audit 2024-02-09T20:09:18.486005+0000 mon.smithi129 (mon.1) 8 : audit [INF] from='client.? 172.21.15.129:0/119821907' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dfbf81cc-1340-4bba-944f-102a436af395"}]: dispatch 2024-02-09T20:09:18.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:18 smithi129 conmon[40092]: audit 2024-02-09T20:09:18.486522+0000 mon.smithi005 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dfbf81cc-1340-4bba-944f-102a436af395"}]: dispatch 2024-02-09T20:09:18.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:18 smithi129 conmon[40092]: audit 2024-02-09T20:09:18.490778+0000 mon.smithi005 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dfbf81cc-1340-4bba-944f-102a436af395"}]': finished 2024-02-09T20:09:18.841 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:09:18.868 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:18 smithi005 conmon[35754]: audit 2024-02-09T20:09:17.910616+0000 mon.smithi005 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.5:0/3561730860' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:18.868 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:18 smithi005 conmon[35754]: audit 2024-02-09T20:09:18.486005+0000 mon.smithi129 (mon.1) 8 : audit [INF] from='client.? 172.21.15.129:0/119821907' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dfbf81cc-1340-4bba-944f-102a436af395"}]: dispatch 2024-02-09T20:09:18.868 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:18 smithi005 conmon[35754]: audit 2024-02-09T20:09:18.486522+0000 mon.smithi005 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dfbf81cc-1340-4bba-944f-102a436af395"}]: dispatch 2024-02-09T20:09:18.868 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:18 smithi005 conmon[35754]: audit 2024-02-09T20:09:18.490778+0000 mon.smithi005 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dfbf81cc-1340-4bba-944f-102a436af395"}]': finished 2024-02-09T20:09:19.489 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1707509358,"num_remapped_pgs":0} 2024-02-09T20:09:19.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:19 smithi129 conmon[40092]: cluster 2024-02-09T20:09:18.046027+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:09:19.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:19 smithi129 conmon[40092]: 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:19.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:19 smithi129 conmon[40092]: cluster 2024-02-09T20:09:18.490833+0000 mon.smithi005 (mon.0) 309 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-09T20:09:19.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:19 smithi129 conmon[40092]: audit 2024-02-09T20:09:18.490938+0000 2024-02-09T20:09:19.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:19 smithi129 conmon[40092]: mon.smithi005 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:19.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:19 smithi129 conmon[40092]: audit 2024-02-09T20:09:18.491578+0000 mon.smithi005 (mon.0) 311 : audit 2024-02-09T20:09:19.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:19 smithi129 conmon[40092]: [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:19.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:19 smithi129 conmon[40092]: audit 2024-02-09T20:09:18.491838+0000 mon.smithi005 ( 2024-02-09T20:09:19.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:19 smithi129 conmon[40092]: mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:19.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:19 smithi129 conmon[40092]: audit 2024-02-09T20:09:18 2024-02-09T20:09:19.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:19 smithi129 conmon[40092]: .494490+0000 mon.smithi005 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:19.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:19 smithi129 conmon[40092]: audit 2024- 2024-02-09T20:09:19.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:19 smithi129 conmon[40092]: 02-09T20:09:18.494737+0000 mon.smithi005 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:19.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:19 smithi129 conmon[40092]: audit 2024-02-09T20:09:18.494992+0000 mon.smithi005 (mon 2024-02-09T20:09:19.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:19 smithi129 conmon[40092]: .0) 315 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:19.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:19 smithi129 conmon[40092]: audit 2024-02-09T20:09:19.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:19 smithi129 conmon[40092]: 2024-02-09T20:09:18.499770+0000 mon.smithi005 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:19.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:19 smithi129 conmon[40092]: audit 2024-02-09T20:09:18.839626+0000 2024-02-09T20:09:19.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:19 smithi129 conmon[40092]: mon.smithi005 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.5:0/2758485880' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:19.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:19 smithi005 conmon[35754]: cluster 2024-02-09T20:09:18.046027+0000 mgr.smithi005.drqcnv (mgr.14182) 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:19.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:19 smithi005 conmon[35754]: cluster 2024-02-09T20:09:18.490833+0000 mon.smithi005 (mon.0) 309 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-09T20:09:19.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:19 smithi005 conmon[35754]: audit 2024-02-09T20:09:18.490938+0000 mon.smithi005 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:19.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:19 smithi005 conmon[35754]: audit 2024-02-09T20:09:18.491578+0000 mon.smithi005 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:19.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:19 smithi005 conmon[35754]: audit 2024-02-09T20:09:18.491838+0000 mon.smithi005 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:19.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:19 smithi005 conmon[35754]: audit 2024-02-09T20:09:18.494490+0000 mon.smithi005 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:19.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:19 smithi005 conmon[35754]: audit 2024-02-09T20:09:18.494737+0000 mon.smithi005 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:19.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:19 smithi005 conmon[35754]: audit 2024-02-09T20:09:18.494992+0000 mon.smithi005 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:19.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:19 smithi005 conmon[35754]: audit 2024-02-09T20:09:18.499770+0000 mon.smithi005 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:19.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:19 smithi005 conmon[35754]: audit 2024-02-09T20:09:18.839626+0000 mon.smithi005 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.5:0/2758485880' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:20.490 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:20.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:20 smithi129 conmon[40092]: audit 2024-02-09T20:09:19.736249+0000 mon.smithi129 (mon.1) 2024-02-09T20:09:20.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:20 smithi129 conmon[40092]: 9 : audit [DBG] from='client.? 172.21.15.129:0/4039212210' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:20.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:20 smithi129 conmon[40092]: audit 2024-02-09T20:09:20.474947+0000 mon.smithi005 (mon.0) 318 : audit [INF] from='client.? 172.21.15.5:0/349130812' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d586bd1f-22e4-46c1-bc32-850e6a1ff2e7"}]: dispatch 2024-02-09T20:09:20.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:20 smithi129 conmon[40092]: audit 2024-02-09T20:09:20.478690+0000 mon.smithi005 (mon.0) 319 : audit [INF] from='client.? 172.21.15.5:0/349130812' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d586bd1f-22e4-46c1-bc32-850e6a1ff2e7"}]': finished 2024-02-09T20:09:20.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:20 smithi129 conmon[40092]: cluster 2024-02-09T20:09:20.478729+0000 mon.smithi005 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-09T20:09:20.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:20 smithi129 conmon[40092]: audit 2024-02-09T20:09:20.478817+0000 mon.smithi005 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:20.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:20 smithi129 conmon[40092]: audit 2024- 2024-02-09T20:09:20.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:20 smithi129 conmon[40092]: 02-09T20:09:20.479158+0000 mon.smithi005 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:20.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:20 smithi129 conmon[40092]: audit 2024-02-09T20:09:20.479385+0000 mon.smithi005 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:20.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:20 smithi129 conmon[40092]: audit 2024-02-09T20:09:20.479639+0000 mon.smithi005 (mon.0) 324 : audit [DBG] 2024-02-09T20:09:20.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:20 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:20.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:20 smithi129 conmon[40092]: audit 2024-02-09T20:09 2024-02-09T20:09:20.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:20 smithi129 conmon[40092]: :20.479877+0000 mon.smithi005 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:20.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:20 smithi129 conmon[40092]: audit 2024-02-09T20:09:20.480103+0000 2024-02-09T20:09:20.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:20 smithi129 conmon[40092]: mon.smithi005 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:20.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:20 smithi129 conmon[40092]: audit 2024-02-09T20:09:20 2024-02-09T20:09:20.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:20 smithi129 conmon[40092]: .480328+0000 mon.smithi005 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:20.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:20 smithi129 conmon[40092]: audit 2024-02-09T20 2024-02-09T20:09:20.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:20 smithi129 conmon[40092]: :09:20.480558+0000 mon.smithi005 (mon.0) 328 : audit 2024-02-09T20:09:20.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:20 smithi129 conmon[40092]: [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:20.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:20 smithi005 conmon[35754]: audit 2024-02-09T20:09:19 2024-02-09T20:09:20.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:20 smithi005 conmon[35754]: .736249+0000 mon.smithi129 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.129:0/4039212210' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:20.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:20 smithi005 conmon[35754]: audit 2024-02-09T20:09:20.474947+0000 mon.smithi005 (mon.0) 318 : audit [INF] from='client.? 172.21.15.5:0/349130812' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d586bd1f-22e4-46c1-bc32-850e6a1ff2e7"}]: dispatch 2024-02-09T20:09:20.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:20 smithi005 conmon[35754]: audit 2024-02-09T20:09:20.478690+0000 mon.smithi005 (mon.0) 319 : audit [INF] from='client.? 172.21.15.5:0/349130812' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d586bd1f-22e4-46c1-bc32-850e6a1ff2e7"}]': finished 2024-02-09T20:09:20.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:20 smithi005 conmon[35754]: cluster 2024-02-09T20:09:20.478729+0000 mon.smithi005 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-09T20:09:20.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:20 smithi005 conmon[35754]: audit 2024-02-09T20:09:20.478817+0000 mon.smithi005 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:20.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:20 smithi005 conmon[35754]: audit 2024-02-09T20:09:20.479158+0000 mon.smithi005 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:20.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:20 smithi005 conmon[35754]: audit 2024-02-09T20:09:20.479385+0000 mon.smithi005 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:20.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:20 smithi005 conmon[35754]: audit 2024-02-09T20:09:20.479639+0000 mon.smithi005 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:20.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:20 smithi005 conmon[35754]: audit 2024-02-09T20:09:20.479877+0000 mon.smithi005 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:20.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:20 smithi005 conmon[35754]: audit 2024-02-09T20:09:20.480103+0000 mon.smithi005 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:20.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:20 smithi005 conmon[35754]: audit 2024-02-09T20:09:20.480328+0000 mon.smithi005 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:20.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:20 smithi005 conmon[35754]: audit 2024-02-09T20:09:20.480558+0000 mon.smithi005 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:21.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:21 smithi129 conmon[40092]: cluster 2024-02-09T20:09:20.046303+0000 mgr.smithi005.drqcnv (mgr.14182) 78 : cluster 2024-02-09T20:09:21.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:21 smithi129 conmon[40092]: [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:21.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:21 smithi005 conmon[35754]: cluster 2024-02-09T20:09:20.046303+0000 mgr.smithi005.drqcnv (mgr.14182) 78 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:22.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:22 smithi005 conmon[35754]: audit 2024-02-09T20:09:22.036218+0000 mon.smithi005 (mon 2024-02-09T20:09:22.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:22 smithi005 conmon[35754]: .0) 329 : audit [DBG] from='client.? 172.21.15.5:0/349247232' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:22.792 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:09:22.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:22 smithi129 conmon[40092]: audit 2024-02-09T20:09:22.036218+0000 mon.smithi005 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.5:0/349247232' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-09T20:09:23.506 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707509360,"num_remapped_pgs":0} 2024-02-09T20:09:23.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:23 smithi129 conmon[40092]: cluster 2024-02-09T20:09:22.046540+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:09:23.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:23 smithi129 conmon[40092]: ) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:23.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:23 smithi129 conmon[40092]: audit 2024-02-09T20:09:22.790193+0000 mon.smithi005 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.5:0/4241534345' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:23.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:23 smithi005 conmon[35754]: cluster 2024-02-09T20:09:22.046540+0000 mgr.smithi005.drqcnv (mgr.14182) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:23.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:23 smithi005 conmon[35754]: audit 2024-02-09T20:09:22.790193+0000 mon.smithi005 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.5:0/4241534345' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:24.507 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:25.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:25 smithi005 conmon[35754]: cluster 2024-02-09T20:09:24.046826+0000 mgr.smithi005.drqcnv (mgr.14182) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:25.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:25 smithi005 conmon[35754]: audit 2024-02-09T20:09:24.881165+0000 mon.smithi005 (mon.0) 331 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-09T20:09:25.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:25 smithi005 conmon[35754]: audit 2024-02-09T20:09:24.882599+0000 mon.smithi005 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:25.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:25 smithi005 conmon[35754]: cephadm 2024-02-09T20:09:24.883468+0000 mgr.smithi005.drqcnv (mgr.14182) 81 : cephadm [INF] Deploying daemon osd.0 on smithi129 2024-02-09T20:09:25.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:25 smithi129 conmon[40092]: cluster 2024-02-09T20:09:24.046826+0000 mgr.smithi005.drqcnv (mgr.14182) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:25.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:25 smithi129 conmon[40092]: audit 2024-02-09T20:09:24.881165+0000 mon.smithi005 (mon.0) 331 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-09T20:09:25.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:25 smithi129 conmon[40092]: audit 2024-02-09T20:09:24.882599+0000 mon.smithi005 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:25.748 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:25 smithi129 conmon[40092]: cephadm 2024-02-09T20:09:24.883468+0000 mgr.smithi005.drqcnv (mgr.14182) 81 : cephadm [INF] Deploying daemon osd.0 on smithi129 2024-02-09T20:09:27.308 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:09:27.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:27 smithi005 conmon[35754]: cluster 2024-02-09T20:09:26.047077+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:09:27.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:27 smithi005 conmon[35754]: 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:27.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:27 smithi005 conmon[35754]: audit 2024-02-09T20:09:27.306749+0000 mon.smithi005 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.5:0/1436352411' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:27.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:27 smithi129 conmon[40092]: cluster 2024-02-09T20:09:26.047077+0000 mgr.smithi005.drqcnv 2024-02-09T20:09:27.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:27 smithi129 conmon[40092]: (mgr.14182) 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:27.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:27 smithi129 conmon[40092]: audit 2024-02-09T20:09:27.306749+0000 mon.smithi005 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.5:0/1436352411' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:28.009 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707509360,"num_remapped_pgs":0} 2024-02-09T20:09:29.011 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:29.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:29 smithi129 conmon[40092]: cluster 2024-02-09T20:09:28.047469+0000 mgr.smithi005.drqcnv (mgr.14182) 83 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:29.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:29 smithi129 conmon[40092]: audit 2024-02-09T20:09:29.235135+0000 mon.smithi005 (mon.0) 334 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-09T20:09:29.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:29 smithi129 conmon[40092]: audit 2024-02-09T20:09:29.235939+0000 mon.smithi005 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:29.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:29 smithi129 conmon[40092]: audit 2024-02-09T20:09:29.466768+0000 mon.smithi005 (mon.0) 336 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:29.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:29 smithi129 conmon[40092]: audit 2024-02-09T20:09:29.467541+0000 mon.smithi005 (mon.0) 337 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-09T20:09:29.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:29 smithi129 conmon[40092]: audit 2024-02-09T20:09:29.468267+0000 mon.smithi005 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:29.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:29 smithi005 conmon[35754]: cluster 2024-02-09T20:09:28.047469+0000 mgr.smithi005.drqcnv (mgr.14182) 83 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:29.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:29 smithi005 conmon[35754]: audit 2024-02-09T20:09:29.235135+0000 mon.smithi005 (mon.0) 334 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-09T20:09:29.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:29 smithi005 conmon[35754]: audit 2024-02-09T20:09:29.235939+0000 mon.smithi005 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:29.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:29 smithi005 conmon[35754]: audit 2024-02-09T20:09:29.466768+0000 mon.smithi005 (mon.0) 336 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:29.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:29 smithi005 conmon[35754]: audit 2024-02-09T20:09:29.467541+0000 mon.smithi005 (mon.0) 337 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-09T20:09:29.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:29 smithi005 conmon[35754]: audit 2024-02-09T20:09:29.468267+0000 mon.smithi005 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:30.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:30 smithi005 conmon[35754]: cephadm 2024-02-09T20:09:29.236582+0000 mgr.smithi005.drqcnv (mgr.14182) 84 : cephadm [INF] Deploying daemon osd.1 on smithi005 2024-02-09T20:09:30.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:30 smithi005 conmon[35754]: cephadm 2024-02-09T20:09:29.468840+0000 mgr.smithi005.drqcnv (mgr.14182) 85 : cephadm [INF] Deploying daemon osd.2 on smithi129 2024-02-09T20:09:30.696 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:30 smithi129 conmon[40092]: cephadm 2024-02-09T20:09:29.236582+0000 mgr.smithi005.drqcnv (mgr.14182) 84 : cephadm [INF] Deploying daemon osd.1 on smithi005 2024-02-09T20:09:30.697 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:30 smithi129 conmon[40092]: cephadm 2024-02 2024-02-09T20:09:30.697 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:30 smithi129 conmon[40092]: -09T20:09:29.468840+0000 mgr.smithi005.drqcnv (mgr.14182) 85 : cephadm [INF] Deploying daemon osd.2 on smithi129 2024-02-09T20:09:31.194 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:09:31.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:31 smithi129 conmon[40092]: cluster 2024-02-09T20:09:30.047797+0000 mgr.smithi005.drqcnv (mgr.14182) 86 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:31.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:31 smithi129 conmon[40092]: audit 2024-02-09T20:09:31.193249+0000 mon.smithi005 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.5:0/2916389196' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:31.859 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:31 smithi005 conmon[35754]: cluster 2024-02-09T20:09:30.047797+0000 mgr.smithi005.drqcnv (mgr.14182) 86 2024-02-09T20:09:31.859 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:31 smithi005 conmon[35754]: : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:31.859 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:31 smithi005 conmon[35754]: audit 2024-02-09T20:09:31.193249+0000 mon.smithi005 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.5:0/2916389196' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:32.174 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707509360,"num_remapped_pgs":0} 2024-02-09T20:09:33.174 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:33.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:33 smithi129 conmon[40092]: cluster 2024-02-09T20:09:32.048072+0000 mgr.smithi005.drqcnv (mgr.14182) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:33.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:33 smithi129 conmon[40092]: audit 2024-02-09T20:09:32 2024-02-09T20:09:33.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:33 smithi129 conmon[40092]: .664527+0000 mon.smithi129 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.129:6800/2715488967,v1:172.21.15.129:6801/2715488967]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-09T20:09:33.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:33 smithi129 conmon[40092]: audit 2024-02-09T20:09:32.665140+0000 mon.smithi005 (mon.0) 340 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-09T20:09:33.893 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:33 smithi005 conmon[35754]: cluster 2024-02-09T20:09:32.048072+0000 mgr.smithi005.drqcnv (mgr.14182) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:33.894 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:33 smithi005 conmon[35754]: audit 2024-02-09T20:09:32.664527+0000 mon.smithi129 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.129:6800/2715488967,v1:172.21.15.129:6801/2715488967]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-09T20:09:33.894 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:33 smithi005 conmon[35754]: audit 2024-02-09T20:09:32.665140+0000 mon.smithi005 (mon.0) 340 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-09T20:09:34.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: audit 2024-02-09T20:09:33.536689+0000 mon.smithi005 (mon.0) 341 : audit 2024-02-09T20:09:34.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-09T20:09:34.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: cluster 2024-02-09T20:09:33.536778+0000 mon.smithi005 (mon.0) 342 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-09T20:09:34.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: audit 2024-02-09T20:09:33.536897+0000 mon.smithi005 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:34.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: audit 2024-02-09T20:09:33.537230+0000 mon.smithi005 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:34.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: audit 2024-02-09T20:09:34.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: 2024-02-09T20:09:33.537434+0000 mon.smithi129 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.129:6800/2715488967,v1:172.21.15.129:6801/2715488967]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-02-09T20:09:34.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: audit 2024-02-09T20:09:34.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: 2024-02-09T20:09:33.537471+0000 mon.smithi005 (mon.0) 345 : audit [DBG] 2024-02-09T20:09:34.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:34.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: audit 2024-02-09T20:09:34.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: 2024-02-09T20:09:33.537615+0000 mon.smithi005 (mon.0 2024-02-09T20:09:34.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: ) 346 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:34.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: audit 2024-02-09T20:09: 2024-02-09T20:09:34.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: 33.537838+0000 mon.smithi005 (mon.0) 347 : audit [DBG] 2024-02-09T20:09:34.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:34.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: audit 2024-02-09T20:09:34.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: 2024-02-09T20:09:33.538099 2024-02-09T20:09:34.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: +0000 mon.smithi005 (mon.0) 348 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-02-09T20:09:34.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: audit 2024-02-09 2024-02-09T20:09:34.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: T20:09:33.538358+0000 mon.smithi005 (mon. 2024-02-09T20:09:34.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: 0) 349 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:34.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: audit 2024-02 2024-02-09T20:09:34.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: -09T20:09:33.538532+0000 mon.smithi005 (mon. 2024-02-09T20:09:34.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: 0) 350 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:34.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: audit 2024-02-09T20:09:33 2024-02-09T20:09:34.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: .538668+0000 mon.smithi005 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:34.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: audit 2024- 2024-02-09T20:09:34.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: 02-09T20:09:34.074171+0000 2024-02-09T20:09:34.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: mon.smithi005 (mon.0) 352 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:34.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: audit 2024- 2024-02-09T20:09:34.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: 02-09T20:09:34.074884+0000 mon.smithi005 (mon. 2024-02-09T20:09:34.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: 0) 353 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-09T20:09:34.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: audit 2024-02 2024-02-09T20:09:34.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: -09T20:09:34.075603+0000 mon.smithi005 (mon 2024-02-09T20:09:34.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:34 smithi129 conmon[40092]: .0) 354 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:34.852 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:34 smithi005 conmon[35754]: audit 2024-02-09T20:09:33.536689 2024-02-09T20:09:34.852 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:34 smithi005 conmon[35754]: +0000 mon.smithi005 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-09T20:09:34.852 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:34 smithi005 conmon[35754]: cluster 2024-02-09T20:09:33.536778+0000 mon.smithi005 (mon.0) 342 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-09T20:09:34.852 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:34 smithi005 conmon[35754]: audit 2024-02-09T20:09:33.536897+0000 mon.smithi005 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:34.852 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:34 smithi005 conmon[35754]: audit 2024-02-09T20:09:33.537230+0000 mon.smithi005 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:34.852 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:34 smithi005 conmon[35754]: audit 2024-02-09T20:09:33.537434+0000 mon.smithi129 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.129:6800/2715488967,v1:172.21.15.129:6801/2715488967]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-02-09T20:09:34.852 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:34 smithi005 conmon[35754]: audit 2024-02-09T20:09:33.537471+0000 mon.smithi005 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:34.853 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:34 smithi005 conmon[35754]: audit 2024-02-09T20:09:33.537615+0000 mon.smithi005 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:34.853 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:34 smithi005 conmon[35754]: audit 2024-02-09T20:09:33.537838+0000 mon.smithi005 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:34.853 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:34 smithi005 conmon[35754]: audit 2024-02-09T20:09:33.538099+0000 mon.smithi005 (mon.0) 348 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-02-09T20:09:34.853 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:34 smithi005 conmon[35754]: audit 2024-02-09T20:09:33.538358+0000 mon.smithi005 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:34.853 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:34 smithi005 conmon[35754]: audit 2024-02-09T20:09:33.538532+0000 mon.smithi005 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:34.853 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:34 smithi005 conmon[35754]: audit 2024-02-09T20:09:33.538668+0000 mon.smithi005 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:34.853 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:34 smithi005 conmon[35754]: audit 2024-02-09T20:09:34.074171+0000 mon.smithi005 (mon.0) 352 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:34.853 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:34 smithi005 conmon[35754]: audit 2024-02-09T20:09:34.074884+0000 mon.smithi005 (mon.0) 353 : audit 2024-02-09T20:09:34.853 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:34 smithi005 conmon[35754]: [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-09T20:09:34.853 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:34 smithi005 conmon[35754]: audit 2024-02-09T20:09:34.075603+0000 mon.smithi005 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:35.591 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:35 smithi129 conmon[40092]: cluster 2024-02-09T20:09:34.048280+0000 mgr.smithi005.drqcnv 2024-02-09T20:09:35.591 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:35 smithi129 conmon[40092]: (mgr.14182) 88 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:35.591 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:35 smithi129 conmon[40092]: cephadm 2024-02-09T20:09:34.076207+0000 mgr.smithi005.drqcnv (mgr.14182) 89 : cephadm [INF] Deploying daemon osd.4 on smithi129 2024-02-09T20:09:35.591 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:35 smithi129 conmon[40092]: audit 2024-02-09T20:09:34.544503+0000 mon.smithi005 (mon.0) 355 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-02-09T20:09:35.591 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:35 smithi129 conmon[40092]: cluster 2024-02-09T20:09:34.544568+0000 mon.smithi005 (mon.0) 356 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-09T20:09:35.592 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:35 smithi129 conmon[40092]: audit 2024-02-09T20:09:34.544911+0000 mon.smithi005 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:35.592 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:35 smithi129 conmon[40092]: audit 2024-02-09T20:09:34.545409+0000 mon.smithi005 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:35.592 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:35 smithi129 conmon[40092]: audit 2024-02-09T20:09:34.545672+0000 mon.smithi005 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:35.592 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:35 smithi129 conmon[40092]: audit 2024-02-09T20:09:34.545891+0000 mon.smithi005 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:35.592 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:35 smithi129 conmon[40092]: audit 2024-02-09T20:09:34.546092+0000 mon.smithi005 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:35.592 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:35 smithi129 conmon[40092]: audit 2024-02-09T20:09:34.546287+0000 mon.smithi005 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:35.592 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:35 smithi129 conmon[40092]: audit 2024-02-09T20:09:34.546603+0000 mon.smithi005 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:35.592 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:35 smithi129 conmon[40092]: audit 2024-02-09T20:09:34.546811+0000 mon.smithi005 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:35.592 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:35 smithi129 conmon[40092]: audit 2024-02-09T20:09:34.551535+0000 mon.smithi005 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:35.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:35 smithi005 conmon[35754]: cluster 2024-02-09T20:09:34.048280+0000 2024-02-09T20:09:35.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:35 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 88 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-09T20:09:35.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:35 smithi005 conmon[35754]: cephadm 2024-02-09T20:09:34.076207+0000 mgr.smithi005.drqcnv (mgr.14182) 89 : cephadm [INF] Deploying daemon osd.4 on smithi129 2024-02-09T20:09:35.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:35 smithi005 conmon[35754]: audit 2024-02-09T20:09:34.544503+0000 mon.smithi005 (mon.0) 355 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-02-09T20:09:35.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:35 smithi005 conmon[35754]: cluster 2024-02-09T20:09:34.544568+0000 mon.smithi005 (mon.0) 356 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-09T20:09:35.666 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:35 smithi005 conmon[35754]: audit 2024-02-09T20:09:34.544911+0000 mon.smithi005 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:35.667 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:35 smithi005 conmon[35754]: audit 2024-02-09T20:09:34.545409+0000 mon.smithi005 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:35.667 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:35 smithi005 conmon[35754]: audit 2024-02-09T20:09:34.545672+0000 mon.smithi005 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:35.667 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:35 smithi005 conmon[35754]: audit 2024-02-09T20:09:34.545891+0000 mon.smithi005 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:35.667 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:35 smithi005 conmon[35754]: audit 2024-02-09T20:09:34.546092+0000 mon.smithi005 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:35.667 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:35 smithi005 conmon[35754]: audit 2024-02-09T20:09:34.546287+0000 mon.smithi005 (mon. 2024-02-09T20:09:35.667 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:35 smithi005 conmon[35754]: 0) 362 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:35.667 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:35 smithi005 conmon[35754]: audit 2024-02-09T20:09:34.546603+0000 mon.smithi005 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:35.667 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:35 smithi005 conmon[35754]: audit 2024-02-09T20:09:34. 2024-02-09T20:09:35.667 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:35 smithi005 conmon[35754]: 546811+0000 mon.smithi005 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:35.667 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:35 smithi005 conmon[35754]: audit 2024 2024-02-09T20:09:35.667 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:35 smithi005 conmon[35754]: -02-09T20:09:34.551535+0000 2024-02-09T20:09:35.667 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:35 smithi005 conmon[35754]: mon.smithi005 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:35.667 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:35 smithi005 conmon[35754]: 2024-02-09T20:09:36.191 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:09:36.718 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:36 smithi129 conmon[40092]: cluster 2024-02-09T20:09:33.635604+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:36.718 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:36 smithi129 conmon[40092]: cluster 2024-02-09T20:09:33.635660+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:36.718 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:36 smithi129 conmon[40092]: cluster 2024-02-09T20:09:35.545585+0000 mon.smithi005 (mon.0) 366 : cluster [INF] osd.0 [v2:172.21.15.129:6800/2715488967,v1:172.21.15.129:6801/2715488967] boot 2024-02-09T20:09:36.718 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:36 smithi129 conmon[40092]: cluster 2024-02-09T20:09:35.545619+0000 mon.smithi005 (mon.0) 367 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-09T20:09:36.718 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:36 smithi129 conmon[40092]: audit 2024-02-09T20:09:35.545962+0000 mon.smithi005 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:36.719 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:36 smithi129 conmon[40092]: audit 2024-02-09T20:09:35.546314+0000 mon.smithi005 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:36.719 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:36 smithi129 conmon[40092]: audit 2024-02-09T20:09:35.546550+0000 mon.smithi005 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:36.719 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:36 smithi129 conmon[40092]: audit 2024-02-09T20:09:35.546723+0000 mon.smithi005 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:36.719 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:36 smithi129 conmon[40092]: audit 2024-02-09T20:09:35.551163+0000 mon.smithi005 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:36.719 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:36 smithi129 conmon[40092]: audit 2024-02-09T20:09:35.551472+0000 mon.smithi005 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:36.719 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:36 smithi129 conmon[40092]: audit 2024-02-09T20:09:35.551798+0000 mon.smithi005 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:36.719 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:36 smithi129 conmon[40092]: audit 2024-02-09T20:09:35.552061+0000 mon.smithi005 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:36.719 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:36 smithi129 conmon[40092]: audit 2024-02-09T20:09:36.190251+0000 mon.smithi005 (mon.0) 376 : audit [DBG] from='client.? 172.21.15.5:0/2635564987' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:36.834 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:36 smithi005 conmon[35754]: cluster 2024-02-09T20:09:33.635604+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:36.835 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:36 smithi005 conmon[35754]: cluster 2024-02-09T20:09:36.835 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:36 smithi005 conmon[35754]: 2024-02-09T20:09:33.635660+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:36.835 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:36 smithi005 conmon[35754]: cluster 2024-02-09T20:09:35.545585+0000 mon.smithi005 (mon.0) 366 : cluster [INF] osd.0 [v2:172.21.15.129:6800/2715488967,v1:172.21.15.129:6801/2715488967] boot 2024-02-09T20:09:36.835 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:36 smithi005 conmon[35754]: cluster 2024-02-09T20:09:35.545619+0000 mon.smithi005 (mon.0) 367 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-09T20:09:36.835 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:36 smithi005 conmon[35754]: audit 2024-02-09T20:09:35.545962+0000 mon.smithi005 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-09T20:09:36.835 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:36 smithi005 conmon[35754]: audit 2024-02-09T20:09:35.546314+0000 mon.smithi005 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:36.835 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:36 smithi005 conmon[35754]: audit 2024-02-09T20:09:35.546550+0000 mon.smithi005 (mon.0) 2024-02-09T20:09:36.835 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:36 smithi005 conmon[35754]: 370 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:36.835 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:36 smithi005 conmon[35754]: audit 2024-02-09T20:09:35.546723+0000 mon.smithi005 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:36.835 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:36 smithi005 conmon[35754]: audit 2024-02-09T20:09:35.551163+0000 mon.smithi005 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:36.835 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:36 smithi005 conmon[35754]: audit 2024-02-09T20:09:36.836 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:36 smithi005 conmon[35754]: 2024-02-09T20:09:35.551472+0000 mon.smithi005 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:36.836 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:36 smithi005 conmon[35754]: audit 2024-02-09T20:09:35.551798+0000 mon.smithi005 (mon. 2024-02-09T20:09:36.836 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:36 smithi005 conmon[35754]: 0) 374 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:36.836 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:36 smithi005 conmon[35754]: audit 2024-02 2024-02-09T20:09:36.836 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:36 smithi005 conmon[35754]: -09T20:09:35.552061+0000 mon.smithi005 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:36.836 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:36 smithi005 conmon[35754]: audit 2024-02-09T20:09:36.190251+0000 mon.smithi005 2024-02-09T20:09:36.836 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:36 smithi005 conmon[35754]: (mon.0) 376 : audit [DBG] from='client.? 172.21.15.5:0/2635564987' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:36.858 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":16,"num_osds":8,"num_up_osds":1,"osd_up_since":1707509375,"num_in_osds":8,"osd_in_since":1707509360,"num_remapped_pgs":0} 2024-02-09T20:09:37.555 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: cluster 2024-02-09T20:09:36.048557+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:09:37.555 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: 90 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-09T20:09:37.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: cluster 2024-02-09T20:09:36.554679+0000 mon.smithi005 (mon.0) 377 : cluster [DBG] 2024-02-09T20:09:37.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: osdmap e17: 8 total, 1 up, 8 in 2024-02-09T20:09:37.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: audit 2024-02-09T20:09:37.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: 2024-02-09T20:09:36.554833+0000 2024-02-09T20:09:37.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: mon.smithi005 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:37.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: audit 2024 2024-02-09T20:09:37.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: -02-09T20:09:36.555261+0000 mon.smithi005 ( 2024-02-09T20:09:37.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:37.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: audit 2024-02-09T20:09:36 2024-02-09T20:09:37.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: .555472+0000 mon.smithi005 (mon.0) 380 : audit 2024-02-09T20:09:37.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:37.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: audit 2024-02-09T20: 2024-02-09T20:09:37.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: 09:36.555665+0000 mon.smithi005 (mon.0) 381 : 2024-02-09T20:09:37.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:37.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: audit 2024-02-09T20:09: 2024-02-09T20:09:37.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: 36.555909+0000 mon.smithi005 (mon.0) 382 : 2024-02-09T20:09:37.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:37.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: audit 2024-02-09T20:09:36 2024-02-09T20:09:37.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: .556211+0000 mon.smithi005 (mon.0) 383 : audit 2024-02-09T20:09:37.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:37.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: audit 2024-02-09T20: 2024-02-09T20:09:37.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: 09:36.556522+0000 mon.smithi005 (mon.0 2024-02-09T20:09:37.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: ) 384 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:37.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: audit 2024- 2024-02-09T20:09:37.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: 02-09T20:09:37.189200 2024-02-09T20:09:37.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: +0000 mon.smithi005 (mon.0) 385 : audit 2024-02-09T20:09:37.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:37.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: audit 2024-02-09T 2024-02-09T20:09:37.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: 20:09:37.190082+0000 mon.smithi005 (mon 2024-02-09T20:09:37.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: .0) 386 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-09T20:09:37.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: audit 2024 2024-02-09T20:09:37.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: -02-09T20:09:37.190818 2024-02-09T20:09:37.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: +0000 mon.smithi005 (mon.0) 387 : audit 2024-02-09T20:09:37.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:37.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: audit 2024-02- 2024-02-09T20:09:37.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: 09T20:09:37.286496+0000 mon.smithi129 (mon. 2024-02-09T20:09:37.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: 1) 12 : audit [INF] from='osd.2 [v2:172.21.15.129:6808/2064694177,v1:172.21.15.129:6809/2064694177]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-09T20:09:37.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: audit 2024 2024-02-09T20:09:37.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: -02-09T20:09:37.286967 2024-02-09T20:09:37.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: +0000 mon.smithi005 (mon.0) 388 : audit 2024-02-09T20:09:37.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:37 smithi129 conmon[40092]: [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-09T20:09:37.822 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:37 smithi005 conmon[35754]: cluster 2024-02-09T20:09:36.048557+0000 mgr.smithi005.drqcnv (mgr.14182) 90 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-09T20:09:37.822 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:37 smithi005 conmon[35754]: cluster 2024-02-09T20:09:36.554679+0000 mon.smithi005 (mon.0) 377 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-09T20:09:37.822 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:37 smithi005 conmon[35754]: audit 2024-02-09T20:09:36.554833+0000 mon.smithi005 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:37.822 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:37 smithi005 conmon[35754]: audit 2024-02-09T20:09:36.555261+0000 mon.smithi005 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:37.822 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:37 smithi005 conmon[35754]: audit 2024-02-09T20:09:36.555472+0000 mon.smithi005 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:37.822 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:37 smithi005 conmon[35754]: audit 2024-02-09T20:09:36.555665+0000 mon.smithi005 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:37.823 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:37 smithi005 conmon[35754]: audit 2024-02-09T20:09:36.555909+0000 mon.smithi005 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:37.823 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:37 smithi005 conmon[35754]: audit 2024-02-09T20:09:36 2024-02-09T20:09:37.823 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:37 smithi005 conmon[35754]: .556211+0000 mon.smithi005 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:37.823 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:37 smithi005 conmon[35754]: audit 2024-02-09T20:09:36.556522+0000 mon.smithi005 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:37.823 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:37 smithi005 conmon[35754]: audit 2024-02-09T20:09:37.189200+0000 mon.smithi005 (mon.0) 385 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:37.823 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:37 smithi005 conmon[35754]: audit 2024-02-09T20:09:37.190082+0000 mon.smithi005 (mon.0) 386 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-09T20:09:37.823 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:37 smithi005 conmon[35754]: audit 2024-02-09T20:09:37.190818+0000 mon.smithi005 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:37.823 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:37 smithi005 conmon[35754]: audit 2024-02-09T20:09:37.286496+0000 mon.smithi129 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.129:6808/2064694177,v1:172.21.15.129:6809/2064694177]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-09T20:09:37.823 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:37 smithi005 conmon[35754]: audit 2024-02-09T20:09:37.286967+0000 mon.smithi005 (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-09T20:09:37.858 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:38.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:38 smithi005 conmon[35754]: cephadm 2024-02-09T20:09:37.191442+0000 mgr.smithi005.drqcnv (mgr.14182) 91 : cephadm [INF] Deploying daemon osd.3 on smithi005 2024-02-09T20:09:38.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:38 smithi005 conmon[35754]: audit 2024-02-09T20:09:38.190704+0000 mon.smithi005 (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-09T20:09:38.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:38 smithi005 conmon[35754]: cluster 2024-02-09T20:09:38.190776+0000 mon.smithi005 (mon.0) 390 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-09T20:09:38.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:38 smithi005 conmon[35754]: audit 2024-02-09T20:09:38.190911+0000 mon.smithi005 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:38.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:38 smithi005 conmon[35754]: audit 2024-02-09T20:09:38.191312+0000 mon.smithi005 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:38.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:38 smithi005 conmon[35754]: audit 2024-02-09T20:09:38.191556+0000 mon.smithi005 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:38.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:38 smithi005 conmon[35754]: audit 2024-02-09T20:09:38.191810+0000 mon.smithi005 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:38.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:38 smithi005 conmon[35754]: audit 2024-02-09T20:09:38.192077+0000 mon.smithi005 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:38.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:38 smithi005 conmon[35754]: audit 2024-02-09T20:09:38.192328+0000 mon.smithi005 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:38.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:38 smithi005 conmon[35754]: audit 2024-02-09T20:09:38.192580+0000 mon.smithi005 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:38.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:38 smithi005 conmon[35754]: audit 2024-02-09T20:09:38.195621+0000 mon.smithi129 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.129:6808/2064694177,v1:172.21.15.129:6809/2064694177]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-02-09T20:09:38.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:38 smithi005 conmon[35754]: audit 2024-02-09T20:09:38.195964+0000 mon.smithi005 (mon.0) 398 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-02-09T20:09:39.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: cephadm 2024-02-09T20:09:37.191442+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:09:39.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: ) 91 : cephadm [INF] Deploying daemon osd.3 on smithi005 2024-02-09T20:09:39.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: audit 2024-02-09T20:09:38.190704+0000 mon.smithi005 (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-09T20:09:39.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: cluster 2024-02-09T20:09:38.190776+0000 mon.smithi005 (mon.0) 390 : 2024-02-09T20:09:39.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-09T20:09:39.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: audit 2024-02-09T20:09:38. 2024-02-09T20:09:39.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: 190911+0000 mon.smithi005 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:39.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: 2024-02-09T20:09:39.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: audit 2024-02- 2024-02-09T20:09:39.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: 09T20:09:38.191312+0000 mon.smithi005 (mon.0) 392 : audit 2024-02-09T20:09:39.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:39.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: audit 2024-02-09T20:09:39.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: 2024-02-09T20:09:38.191556+0000 mon.smithi005 (mon.0) 393 : audit 2024-02-09T20:09:39.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:39.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: audit 2024-02-09T20:09:38.191810+0000 mon.smithi005 (mon.0 2024-02-09T20:09:39.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: ) 394 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:39.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: audit 2024-02-09T 2024-02-09T20:09:39.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: 20:09:38.192077+0000 mon.smithi005 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:39.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: audit 2024-02-09T20:09:38.192328+0000 mon.smithi005 (mon.0) 396 2024-02-09T20:09:39.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:39.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: audit 2024-02-09T 2024-02-09T20:09:39.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: 20:09:38.192580+0000 mon.smithi005 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:39.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: audit 2024-02-09T20:09:39.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: 2024-02-09T20:09:38.195621+0000 mon.smithi129 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.129:6808/2064694177,v1:172.21.15.129:6809/2064694177]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-02-09T20:09:39.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: audit 2024-02-09T20:09:38.195964+0000 mon.smithi005 ( 2024-02-09T20:09:39.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:38 smithi129 conmon[40092]: mon.0) 398 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-02-09T20:09:40.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: cluster 2024-02-09T20:09:38.048857+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:09:40.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-09T20:09:40.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: audit 2024-02-09T20:09:38.776238+0000 mon.smithi005 (mon.0) 399 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:40.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: audit 2024-02-09T20:09:38.776974+0000 mon.smithi005 (mon.0) 400 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-09T20:09:40.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: audit 2024-02-09T20:09:38.777612+0000 mon.smithi005 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:40.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: cephadm 2024-02-09T20:09:40.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: 2024-02-09T 2024-02-09T20:09:40.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: 20:09:38.778162+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:09:40.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: ) 93 : cephadm [INF] Deploying daemon osd.6 on smithi129 2024-02-09T20:09:40.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: audit 2024-02-09T20:09:40.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: 2024-02- 2024-02-09T20:09:40.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: 09T20:09:39.192726+0000 mon.smithi005 ( 2024-02-09T20:09:40.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: mon.0) 402 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-02-09T20:09:40.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: cluster 2024- 2024-02-09T20:09:40.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: 02-09T20:09:39.192847+0000 2024-02-09T20:09:40.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: mon.smithi005 (mon.0) 403 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-09T20:09:40.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: audit 2024-02 2024-02-09T20:09:40.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: -09T20:09:39.193026+0000 mon.smithi005 2024-02-09T20:09:40.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: (mon.0) 404 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:40.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: audit 2024-02-09 2024-02-09T20:09:40.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: T20:09:39.193356+0000 mon.smithi005 (mon. 2024-02-09T20:09:40.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: 0) 405 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:40.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: audit 2024-02-09T20: 2024-02-09T20:09:40.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: 09:39.193562+0000 mon.smithi005 (mon.0) 406 2024-02-09T20:09:40.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:40.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: audit 2024-02-09T20:09:39 2024-02-09T20:09:40.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: .193805+0000 mon.smithi005 (mon.0) 407 : audit 2024-02-09T20:09:40.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:40.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: audit 2024-02-09T20:09:40.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: 2024-02-09T20:09:39.194023+0000 mon.smithi005 (mon 2024-02-09T20:09:40.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: .0) 408 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:40.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: audit 2024-02-09T 2024-02-09T20:09:40.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: 20:09:39.194253+0000 mon.smithi005 (mon.0 2024-02-09T20:09:40.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: ) 409 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:40.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: audit 2024 2024-02-09T20:09:40.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: -02-09T20:09:39.194446+0000 mon.smithi005 (mon.0) 410 2024-02-09T20:09:40.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:40.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: audit 2024-02-09T20:09:39.196343+0000 mon.smithi005 ( 2024-02-09T20:09:40.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:39 smithi129 conmon[40092]: mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:40.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: cluster 2024-02-09T20:09:38. 2024-02-09T20:09:40.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: 048857+0000 mgr.smithi005.drqcnv (mgr.14182) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-09T20:09:40.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: audit 2024-02-09T20:09:38.776238+0000 mon.smithi005 (mon.0) 399 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:40.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: audit 2024-02-09T20:09:38.776974+0000 mon.smithi005 (mon.0) 400 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-09T20:09:40.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: audit 2024-02-09T20:09:38.777612+0000 mon.smithi005 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:40.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: 2024-02-09T20:09:40.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: cephadm 2024- 2024-02-09T20:09:40.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: 02-09T20:09:38.778162+0000 2024-02-09T20:09:40.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 93 : cephadm 2024-02-09T20:09:40.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: [INF] Deploying daemon osd.6 on smithi129 2024-02-09T20:09:40.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: audit 2024-02-09T20:09:40.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: 2024-02- 2024-02-09T20:09:40.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: 09T20:09:39.192726+0000 2024-02-09T20:09:40.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: mon.smithi005 (mon.0) 402 : 2024-02-09T20:09:40.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-02-09T20:09:40.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: cluster 2024 2024-02-09T20:09:40.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: -02-09T20:09:39.192847 2024-02-09T20:09:40.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: +0000 mon.smithi005 (mon.0) 403 2024-02-09T20:09:40.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-09T20:09:40.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: audit 2024-02-09T20:09:40.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: 2024-02-09T20:09:39 2024-02-09T20:09:40.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: .193026+0000 mon.smithi005 (mon.0) 404 : audit 2024-02-09T20:09:40.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:40.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: audit 2024-02-09T20:09:40.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: 2024-02-09T20 2024-02-09T20:09:40.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: :09:39.193356+0000 mon.smithi005 2024-02-09T20:09:40.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: (mon.0) 405 : audit 2024-02-09T20:09:40.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:40.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: audit 2024 2024-02-09T20:09:40.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: -02-09T20:09:39 2024-02-09T20:09:40.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: .193562+0000 mon.smithi005 (mon. 2024-02-09T20:09:40.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: 0) 406 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:40.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: 2024-02-09T20:09:40.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: audit 2024- 2024-02-09T20:09:40.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: 02-09T20:09:39.193805+0000 2024-02-09T20:09:40.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: mon.smithi005 (mon.0) 407 : audit [DBG] 2024-02-09T20:09:40.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:40.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: audit 2024 2024-02-09T20:09:40.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: -02-09T20:09: 2024-02-09T20:09:40.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: 39.194023+0000 mon.smithi005 (mon 2024-02-09T20:09:40.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: .0) 408 : audit [DBG] 2024-02-09T20:09:40.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:40.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: audit 2024-02-09T20:09:40.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: 2024-02 2024-02-09T20:09:40.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: -09T20:09:39. 2024-02-09T20:09:40.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: 194253+0000 mon.smithi005 (mon.0 2024-02-09T20:09:40.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: ) 409 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:40.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: audit 2024-02-09T20:09:40.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: 2024-02-09T 2024-02-09T20:09:40.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: 20:09:39.194446+0000 mon.smithi005 2024-02-09T20:09:40.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: (mon.0) 410 : audit 2024-02-09T20:09:40.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:40.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: audit 2024-02-09T20:09:40.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: 2024-02- 2024-02-09T20:09:40.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: 09T20:09:39.196343+0000 2024-02-09T20:09:40.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: mon.smithi005 (mon.0) 411 : audit [DBG] 2024-02-09T20:09:40.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:39 smithi005 conmon[35754]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:41.114 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:09:41.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:41 smithi005 conmon[35754]: cluster 2024-02-09T20:09:38.262475 2024-02-09T20:09:41.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:41 smithi005 conmon[35754]: +0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:41.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:41 smithi005 conmon[35754]: cluster 2024-02-09T20:09:38.262548+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:41.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:41 smithi005 conmon[35754]: cluster 2024-02-09T20:09:40.049179+0000 mgr.smithi005.drqcnv (mgr.14182) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-09T20:09:41.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:41 smithi005 conmon[35754]: cluster 2024-02-09T20:09:40.194623+0000 mon.smithi005 (mon.0) 412 : cluster [INF] osd.2 [v2:172.21.15.129:6808/2064694177,v1:172.21.15.129:6809/2064694177] boot 2024-02-09T20:09:41.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:41 smithi005 conmon[35754]: cluster 2024-02-09T20:09:40.194659+0000 mon.smithi005 (mon.0) 413 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-09T20:09:41.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:41 smithi005 conmon[35754]: audit 2024-02-09T20:09:40.194789+0000 mon.smithi005 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:41.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:41 smithi005 conmon[35754]: audit 2024-02-09T20:09:40.195129+0000 mon.smithi005 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:41.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:41 smithi005 conmon[35754]: audit 2024-02-09T20:09:40.195433+0000 mon.smithi005 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:41.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:41 smithi005 conmon[35754]: audit 2024-02-09T20:09:40.195715+0000 mon.smithi005 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:41.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:41 smithi005 conmon[35754]: audit 2024-02-09T20:09:40.195987+0000 mon.smithi005 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:41.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:41 smithi005 conmon[35754]: audit 2024-02-09T20:09:40.196206+0000 mon.smithi005 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:41.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:41 smithi005 conmon[35754]: audit 2024-02-09T20:09:40.196367+0000 mon.smithi005 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:41.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:41 smithi005 conmon[35754]: audit 2024-02-09T20:09:40.364109+0000 mon.smithi005 (mon.0) 421 : audit [INF] from='osd.1 [v2:172.21.15.5:6802/347856134,v1:172.21.15.5:6803/347856134]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-09T20:09:41.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:41 smithi005 conmon[35754]: audit 2024-02-09T20:09:41.112024+0000 mon.smithi129 (mon.1) 14 : audit [DBG] from='client.? 172.21.15.5:0/1558859752' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:41.495 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:41 smithi129 conmon[40092]: cluster 2024-02-09T20:09:38.262475+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:41 smithi129 conmon[40092]: cluster 2024-02-09T20:09:38.262548+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:41 smithi129 conmon[40092]: cluster 2024-02-09T20:09:40.049179+0000 mgr.smithi005.drqcnv (mgr.14182) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-09T20:09:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:41 smithi129 conmon[40092]: cluster 2024-02-09T20:09:40.194623+0000 mon.smithi005 (mon.0) 412 : cluster [INF] osd.2 [v2:172.21.15.129:6808/2064694177,v1:172.21.15.129:6809/2064694177] boot 2024-02-09T20:09:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:41 smithi129 conmon[40092]: cluster 2024-02-09T20:09:40.194659+0000 mon.smithi005 (mon.0) 413 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-09T20:09:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:41 smithi129 conmon[40092]: audit 2024-02-09T20:09:40.194789+0000 mon.smithi005 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:41 smithi129 conmon[40092]: audit 2024-02-09T20:09:40.195129+0000 mon.smithi005 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-09T20:09:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:41 smithi129 conmon[40092]: audit 2024-02-09T20:09:40.195433+0000 mon.smithi005 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:41 smithi129 conmon[40092]: audit 2024- 2024-02-09T20:09:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:41 smithi129 conmon[40092]: 02-09T20:09:40.195715+0000 mon.smithi005 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:41 smithi129 conmon[40092]: audit 2024-02-09T20:09:40.195987+0000 mon.smithi005 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:41 smithi129 conmon[40092]: audit 2024-02-09T20:09:40.196206+0000 mon.smithi005 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:41 smithi129 conmon[40092]: audit 2024-02-09T20:09:40.196367+0000 mon.smithi005 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:41.496 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:41 smithi129 conmon[40092]: audit 2024-02-09T20:09:40.364109+0000 mon.smithi005 (mon.0) 421 : audit [INF] from='osd.1 [v2:172.21.15.5:6802/347856134,v1:172.21.15.5:6803/347856134]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-09T20:09:41.497 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:41 smithi129 conmon[40092]: audit 2024-02-09T20:09:41.112024+0000 mon.smithi129 (mon.1) 14 : audit [DBG] from='client.? 172.21.15.5:0/1558859752' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:42.295 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":20,"num_osds":8,"num_up_osds":2,"osd_up_since":1707509380,"num_in_osds":8,"osd_in_since":1707509360,"num_remapped_pgs":0} 2024-02-09T20:09:42.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: audit 2024-02-09T20:09:41.200040+0000 mon.smithi005 (mon.0) 422 : audit 2024-02-09T20:09:42.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: [INF] from='osd.1 [v2:172.21.15.5:6802/347856134,v1:172.21.15.5:6803/347856134]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-09T20:09:42.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: cluster 2024-02-09T20:09:41.200092+0000 mon.smithi005 (mon.0) 423 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-09T20:09:42.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: audit 2024-02-09T20:09:41.200216+0000 2024-02-09T20:09:42.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: mon.smithi005 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:42.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: audit 2024-02-09T20:09: 2024-02-09T20:09:42.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: 41.200521+0000 mon.smithi005 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:42.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: audit 2024- 2024-02-09T20:09:42.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: 02-09T20:09:41.200674+0000 mon.smithi005 ( 2024-02-09T20:09:42.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:42.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: audit 2024-02-09T20:09: 2024-02-09T20:09:42.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: 41.200876+0000 mon.smithi005 (mon.0) 427 : audit [INF] 2024-02-09T20:09:42.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: from='osd.1 [v2:172.21.15.5:6802/347856134,v1:172.21.15.5:6803/347856134]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-09T20:09:42.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: audit 2024-02-09T20:09:41.201117 2024-02-09T20:09:42.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: +0000 mon.smithi005 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:42.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: 2024-02-09T20:09:42.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: audit 2024-02-09T20:09:42.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: 2024-02-09T20:09:41.201306+0000 mon.smithi005 (mon.0 2024-02-09T20:09:42.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: ) 429 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:42.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: audit 2024-02-09T 2024-02-09T20:09:42.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: 20:09:41.201488+0000 mon.smithi005 (mon.0 2024-02-09T20:09:42.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: ) 430 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:42.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: audit 2024 2024-02-09T20:09:42.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: -02-09T20:09:41.941804+0000 mon.smithi129 2024-02-09T20:09:42.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.129:6816/605601451,v1:172.21.15.129:6817/605601451]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-09T20:09:42.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: audit 2024 2024-02-09T20:09:42.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: -02-09T20:09:41.942154+0000 2024-02-09T20:09:42.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: mon.smithi005 (mon.0) 431 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-09T20:09:42.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:42 smithi129 conmon[40092]: 2024-02-09T20:09:42.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:42 smithi005 conmon[35754]: audit 2024-02-09T20:09:41.200040+0000 mon.smithi005 (mon.0) 422 : audit [INF] from='osd.1 [v2:172.21.15.5:6802/347856134,v1:172.21.15.5:6803/347856134]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-09T20:09:42.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:42 smithi005 conmon[35754]: cluster 2024-02-09T20:09:41.200092+0000 mon.smithi005 (mon.0) 423 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-09T20:09:42.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:42 smithi005 conmon[35754]: audit 2024-02-09T20:09:41.200216+0000 mon.smithi005 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:42.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:42 smithi005 conmon[35754]: audit 2024-02-09T20:09:41.200521+0000 mon.smithi005 (mon.0) 425 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:42.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:42 smithi005 conmon[35754]: audit 2024-02-09T20:09:41.200674+0000 mon.smithi005 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:42.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:42 smithi005 conmon[35754]: audit 2024-02-09T20:09:41.200876+0000 mon.smithi005 (mon.0) 427 : audit [INF] from='osd.1 [v2:172.21.15.5:6802/347856134,v1:172.21.15.5:6803/347856134]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-09T20:09:42.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:42 smithi005 conmon[35754]: audit 2024-02-09T20:09:41.201117+0000 mon.smithi005 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:42.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:42 smithi005 conmon[35754]: audit 2024-02-09T20:09:41.201306+0000 mon.smithi005 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:42.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:42 smithi005 conmon[35754]: audit 2024-02-09T20:09:41.201488+0000 mon.smithi005 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:42.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:42 smithi005 conmon[35754]: audit 2024-02-09T20:09:41.941804+0000 mon.smithi129 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.129:6816/605601451,v1:172.21.15.129:6817/605601451]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-09T20:09:42.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:42 smithi005 conmon[35754]: audit 2024-02-09T20:09:41.942154+0000 mon.smithi005 (mon.0) 431 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-09T20:09:43.296 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:43.521 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:43 smithi129 conmon[40092]: cluster 2024-02-09T20:09:42.049570+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:09:43.521 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:43 smithi129 conmon[40092]: 95 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-09T20:09:43.521 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:43 smithi129 conmon[40092]: audit 2024-02-09T20:09:42.205218+0000 mon.smithi005 (mon.0) 432 : audit [INF] from='osd.1 [v2:172.21.15.5:6802/347856134,v1:172.21.15.5:6803/347856134]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-02-09T20:09:43.521 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:43 smithi129 conmon[40092]: audit 2024-02-09T20:09:42.205299+0000 mon.smithi005 (mon.0) 433 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-09T20:09:43.521 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:43 smithi129 conmon[40092]: cluster 2024-02-09T20:09:42.205357+0000 mon.smithi005 (mon.0) 434 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-02-09T20:09:43.521 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:43 smithi129 conmon[40092]: audit 2024-02-09T20:09:42.205734+0000 mon.smithi005 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:43.522 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:43 smithi129 conmon[40092]: audit 2024-02-09T20:09:42.206423+0000 mon.smithi005 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:43.522 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:43 smithi129 conmon[40092]: audit 2024-02-09T20:09:42.207123+0000 mon.smithi005 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:43.522 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:43 smithi129 conmon[40092]: audit 2024-02-09T20:09:42.207450+0000 mon.smithi005 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:43.522 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:43 smithi129 conmon[40092]: audit 2024-02-09T20:09:42.207754+0000 mon.smithi005 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:43.522 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:43 smithi129 conmon[40092]: audit 2024-02-09T20:09:42.208044+0000 mon.smithi005 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:43.522 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:43 smithi129 conmon[40092]: audit 2024-02-09T20:09:42.210191+0000 mon.smithi005 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:43.522 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:43 smithi129 conmon[40092]: audit 2024-02-09T20:09:42.210889+0000 mon.smithi129 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.129:6816/605601451,v1:172.21.15.129:6817/605601451]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-02-09T20:09:43.522 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:43 smithi129 conmon[40092]: audit 2024-02-09T20:09:42.211280+0000 mon.smithi005 (mon.0) 442 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-02-09T20:09:43.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: cluster 2024-02-09T20:09:42 2024-02-09T20:09:43.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: .049570+0000 mgr.smithi005.drqcnv (mgr.14182) 95 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-09T20:09:43.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: audit 2024-02-09T20:09:42.205218+0000 mon.smithi005 (mon.0) 432 : audit 2024-02-09T20:09:43.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: [INF] from='osd.1 [v2:172.21.15.5:6802/347856134,v1:172.21.15.5:6803/347856134]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-02-09T20:09:43.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: audit 2024-02-09T20:09:42.205299+0000 mon.smithi005 (mon.0) 433 : audit [INF] 2024-02-09T20:09:43.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-09T20:09:43.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: cluster 2024-02-09T20:09:42.205357+0000 mon.smithi005 (mon.0 2024-02-09T20:09:43.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: ) 434 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-02-09T20:09:43.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: audit 2024-02-09T20:09:42.205734+0000 mon.smithi005 2024-02-09T20:09:43.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:43.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: audit 2024-02-09T20:09:42.206423+0000 mon.smithi005 (mon.0) 2024-02-09T20:09:43.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: 436 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:43.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: audit 2024-02-09T20:09:43.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: 2024-02-09T20:09:42.207123+0000 mon.smithi005 (mon.0) 2024-02-09T20:09:43.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: 437 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:43.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: audit 2024-02-09T20:09:43.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: 2024-02-09T20:09:42.207450+0000 mon.smithi005 (mon.0) 2024-02-09T20:09:43.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: 438 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:43.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: audit 2024-02- 2024-02-09T20:09:43.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: 09T20:09:42.207754+0000 mon.smithi005 ( 2024-02-09T20:09:43.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:43.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: audit 2024-02-09T20:09:43.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: 2024-02-09T20:09:42 2024-02-09T20:09:43.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: .208044+0000 mon.smithi005 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:43.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: audit 2024-02-09T20:09:42.210191 2024-02-09T20:09:43.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: +0000 mon.smithi005 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:43.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: audit 2024-02-09T20:09:42.210889+0000 mon.smithi129 ( 2024-02-09T20:09:43.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.129:6816/605601451,v1:172.21.15.129:6817/605601451]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-02-09T20:09:43.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: audit 2024-02 2024-02-09T20:09:43.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: -09T20:09:42.211280+0000 mon.smithi005 (mon. 2024-02-09T20:09:43.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:43 smithi005 conmon[35754]: 0) 442 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-02-09T20:09:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: cluster 2024-02-09T20:09:41.354715+0000 osd.1 (osd.1) 1 : cluster 2024-02-09T20:09:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: [DBG] purged_snaps scrub starts 2024-02-09T20:09:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: cluster 2024-02-09T20:09:41.354818+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: audit 2024-02-09T20:09:43.206987+0000 mon.smithi005 (mon.0) 443 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-02-09T20:09:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: cluster 2024-02-09T20:09:43.207085+0000 mon.smithi005 (mon.0) 444 : cluster [INF] osd.1 [v2:172.21.15.5:6802/347856134,v1:172.21.15.5:6803/347856134] boot 2024-02-09T20:09:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: cluster 2024-02-09T20:09:43.207131+0000 2024-02-09T20:09:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: mon.smithi005 (mon.0) 445 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-09T20:09:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: audit 2024-02-09T 2024-02-09T20:09:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: 20:09:43.207610+0000 mon.smithi005 (mon.0) 446 : audit 2024-02-09T20:09:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: audit 2024-02-09T20:09:43. 2024-02-09T20:09:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: 207857+0000 mon.smithi005 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: audit 2024-02-09 2024-02-09T20:09:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: T20:09:43.208003+0000 mon.smithi005 (mon.0) 448 : 2024-02-09T20:09:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: audit 2024-02-09T20:09:43. 2024-02-09T20:09:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: 208201+0000 mon.smithi005 (mon.0) 449 : audit [DBG] 2024-02-09T20:09:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: audit 2024-02-09T20:09:43.208373+0000 2024-02-09T20:09:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: mon.smithi005 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: audit 2024-02 2024-02-09T20:09:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: -09T20:09:43.208608+0000 mon.smithi005 (mon.0) 2024-02-09T20:09:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: 451 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: audit 2024-02-09T20: 2024-02-09T20:09:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: 09:43.212381+0000 mon.smithi005 (mon.0) 452 : audit [INF] 2024-02-09T20:09:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-09T20:09:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: audit 2024-02-09T20:09:43.687437+0000 2024-02-09T20:09:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: mon.smithi005 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: audit 2024-02-09T20:09:43. 2024-02-09T20:09:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: 692046+0000 mon.smithi005 (mon.0) 454 : audit [INF] 2024-02-09T20:09:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: audit 2024-02-09T20:09: 2024-02-09T20:09:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: 43.692972+0000 mon.smithi005 (mon.0) 455 : audit 2024-02-09T20:09:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-09T20:09:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: audit 2024-02-09T20:09 2024-02-09T20:09:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: :43.695069+0000 mon.smithi005 (mon.0) 456 : audit 2024-02-09T20:09:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: audit 2024-02-09T20:09:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: 2024-02-09T20:09:43. 2024-02-09T20:09:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: 695360+0000 mon.smithi005 (mon.0) 457 : audit 2024-02-09T20:09:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: cephadm 2024- 2024-02-09T20:09:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: 02-09T20:09:43.696156+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:09:44.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:44 smithi129 conmon[40092]: ) 96 : cephadm [INF] Deploying daemon osd.5 on smithi005 2024-02-09T20:09:44.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:44 smithi005 conmon[35754]: cluster 2024-02-09T20:09:41.354715+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:44.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:44 smithi005 conmon[35754]: cluster 2024-02-09T20:09:41.354818+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:44.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:44 smithi005 conmon[35754]: audit 2024-02-09T20:09:43.206987+0000 mon.smithi005 (mon.0) 443 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-02-09T20:09:44.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:44 smithi005 conmon[35754]: cluster 2024-02-09T20:09:43.207085+0000 mon.smithi005 (mon.0) 444 : cluster [INF] osd.1 [v2:172.21.15.5:6802/347856134,v1:172.21.15.5:6803/347856134] boot 2024-02-09T20:09:44.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:44 smithi005 conmon[35754]: cluster 2024-02-09T20:09:43.207131+0000 mon.smithi005 (mon.0) 445 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-09T20:09:44.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:44 smithi005 conmon[35754]: audit 2024-02-09T20:09:43.207610+0000 mon.smithi005 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-09T20:09:44.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:44 smithi005 conmon[35754]: audit 2024-02-09T20:09:43.207857+0000 mon.smithi005 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:44.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:44 smithi005 conmon[35754]: audit 2024-02-09T20:09:43.208003+0000 mon.smithi005 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:44.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:44 smithi005 conmon[35754]: audit 2024-02-09T20:09:43.208201+0000 mon.smithi005 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:44.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:44 smithi005 conmon[35754]: audit 2024-02-09T20:09:43.208373+0000 mon.smithi005 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:44.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:44 smithi005 conmon[35754]: audit 2024-02-09T20:09:43.208608+0000 mon.smithi005 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:44.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:44 smithi005 conmon[35754]: audit 2024- 2024-02-09T20:09:44.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:44 smithi005 conmon[35754]: 02-09T20:09:43.212381+0000 mon.smithi005 (mon.0) 452 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-09T20:09:44.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:44 smithi005 conmon[35754]: audit 2024-02-09T20:09:43.687437+0000 mon.smithi005 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:44.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:44 smithi005 conmon[35754]: audit 2024-02-09T20:09:43.692046+0000 mon.smithi005 (mon.0) 454 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:44.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:44 smithi005 conmon[35754]: audit 2024-02-09T20:09:43.692972+0000 mon.smithi005 (mon.0) 455 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-09T20:09:44.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:44 smithi005 conmon[35754]: audit 2024-02-09T20:09:43.695069+0000 mon.smithi005 (mon.0) 456 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:44.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:44 smithi005 conmon[35754]: audit 2024-02-09T20:09:43.695360+0000 mon.smithi005 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:44.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:44 smithi005 conmon[35754]: cephadm 2024-02-09T20:09:43.696156+0000 mgr.smithi005.drqcnv (mgr.14182) 96 : cephadm [INF] Deploying daemon osd.5 on smithi005 2024-02-09T20:09:45.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:45 smithi129 conmon[40092]: cluster 2024-02-09T20:09:42.957525+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:45.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:45 smithi129 conmon[40092]: cluster 2024-02-09T20:09:42.957601+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:45.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:45 smithi129 conmon[40092]: cluster 2024-02-09T20:09:44.049909+0000 mgr.smithi005.drqcnv (mgr.14182) 97 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-09T20:09:45.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:45 smithi129 conmon[40092]: audit 2024-02-09T20:09:44.214998+0000 mon.smithi005 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:45.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:45 smithi129 conmon[40092]: audit 2024-02-09T20:09:44.218673+0000 mon.smithi005 (mon.0) 459 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-09T20:09:45.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:45 smithi129 conmon[40092]: cluster 2024-02-09T20:09:44.218778+0000 mon.smithi005 (mon.0) 460 : cluster [INF] osd.4 [v2:172.21.15.129:6816/605601451,v1:172.21.15.129:6817/605601451] boot 2024-02-09T20:09:45.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:45 smithi129 conmon[40092]: cluster 2024-02-09T20:09:44.218836+0000 mon.smithi005 (mon.0) 461 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2024-02-09T20:09:45.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:45 smithi129 conmon[40092]: audit 2024-02-09T20:09:44.219026+0000 mon.smithi005 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:45.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:45 smithi129 conmon[40092]: audit 2024-02-09T20:09:44.219358+0000 mon.smithi005 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:45.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:45 smithi129 conmon[40092]: audit 2024-02-09T20:09:44.219645+0000 mon.smithi005 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:45.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:45 smithi129 conmon[40092]: audit 2024-02-09T20:09:44.219942+0000 mon.smithi005 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:45.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:45 smithi129 conmon[40092]: audit 2024-02-09T20:09:44.220145+0000 mon.smithi005 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:45.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:45 smithi129 conmon[40092]: audit 2024-02-09T20:09:44.220885+0000 mon.smithi005 (mon.0) 467 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-09T20:09:45.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:45 smithi005 conmon[35754]: cluster 2024-02-09T20:09:42.957525+0000 osd.4 (osd.4) 2024-02-09T20:09:45.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:45 smithi005 conmon[35754]: 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:45.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:45 smithi005 conmon[35754]: cluster 2024-02-09T20:09:42.957601+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:45.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:45 smithi005 conmon[35754]: cluster 2024-02-09T20:09:44.049909+0000 mgr.smithi005.drqcnv (mgr.14182) 97 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-09T20:09:45.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:45 smithi005 conmon[35754]: audit 2024-02-09T20:09:44.214998+0000 mon.smithi005 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:45.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:45 smithi005 conmon[35754]: audit 2024-02-09T20:09:44.218673+0000 mon.smithi005 (mon.0) 459 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-09T20:09:45.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:45 smithi005 conmon[35754]: cluster 2024-02-09T20:09:44.218778+0000 mon.smithi005 (mon.0) 460 : cluster [INF] osd.4 [v2:172.21.15.129:6816/605601451,v1:172.21.15.129:6817/605601451] boot 2024-02-09T20:09:45.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:45 smithi005 conmon[35754]: cluster 2024-02-09T20:09:44.218836+0000 mon.smithi005 (mon.0) 461 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2024-02-09T20:09:45.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:45 smithi005 conmon[35754]: audit 2024-02-09T20:09:44.219026+0000 mon.smithi005 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:45.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:45 smithi005 conmon[35754]: audit 2024-02-09T20:09:44.219358+0000 mon.smithi005 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-09T20:09:45.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:45 smithi005 conmon[35754]: audit 2024-02-09T20:09:44.219645+0000 mon.smithi005 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:45.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:45 smithi005 conmon[35754]: audit 2024-02-09T20:09:44.219942+0000 mon.smithi005 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:45.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:45 smithi005 conmon[35754]: audit 2024-02-09T20:09:44.220145+0000 mon.smithi005 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:45.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:45 smithi005 conmon[35754]: audit 2024-02-09T20:09:44.220885+0000 mon.smithi005 (mon.0) 467 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-09T20:09:45.991 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:09:46.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:46 smithi129 conmon[40092]: audit 2024-02-09T20:09:45.218469+0000 mon.smithi005 (mon.0) 468 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-09T20:09:46.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:46 smithi129 conmon[40092]: cluster 2024-02-09T20:09:45.218564+0000 mon.smithi005 (mon.0) 469 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-02-09T20:09:46.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:46 smithi129 conmon[40092]: audit 2024-02-09T20:09:45.218778+0000 mon.smithi005 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:46.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:46 smithi129 conmon[40092]: audit 2024-02-09T20:09:45.219128+0000 mon.smithi005 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:46.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:46 smithi129 conmon[40092]: audit 2024-02-09T20:09:45.219329+0000 mon.smithi005 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:46.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:46 smithi129 conmon[40092]: audit 2024-02-09T20:09:45.219527+0000 mon.smithi005 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:46.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:46 smithi129 conmon[40092]: audit 2024-02-09T20:09:45.989472+0000 mon.smithi005 (mon.0) 474 : audit [DBG] from='client.? 172.21.15.5:0/1057853229' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:46.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:46 smithi005 conmon[35754]: audit 2024-02-09T20:09:45.218469+0000 mon.smithi005 (mon.0) 468 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-09T20:09:46.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:46 smithi005 conmon[35754]: cluster 2024-02-09T20:09:45.218564+0000 mon.smithi005 (mon.0) 469 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-02-09T20:09:46.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:46 smithi005 conmon[35754]: audit 2024-02-09T20:09:45.218778+0000 mon.smithi005 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:46.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:46 smithi005 conmon[35754]: audit 2024-02-09T20:09:45.219128+0000 mon.smithi005 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:46.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:46 smithi005 conmon[35754]: audit 2024-02-09T20:09:45.219329+0000 mon.smithi005 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:46.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:46 smithi005 conmon[35754]: audit 2024-02-09T20:09:45.219527+0000 mon.smithi005 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:46.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:46 smithi005 conmon[35754]: audit 2024-02-09T20:09:45.989472+0000 mon.smithi005 (mon.0) 474 : audit [DBG] from='client.? 172.21.15.5:0/1057853229' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:46.808 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":25,"num_osds":8,"num_up_osds":4,"osd_up_since":1707509384,"num_in_osds":8,"osd_in_since":1707509360,"num_remapped_pgs":0} 2024-02-09T20:09:47.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:47 smithi005 conmon[35754]: cluster 2024-02-09T20:09:46.050433+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:09:47.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:47 smithi005 conmon[35754]: 14182) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-09T20:09:47.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:47 smithi005 conmon[35754]: cluster 2024-02-09T20:09:46.224667+0000 mon.smithi005 (mon.0) 475 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-02-09T20:09:47.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:47 smithi005 conmon[35754]: audit 2024-02-09T20:09:46.224823+0000 mon.smithi005 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:47.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:47 smithi005 conmon[35754]: audit 2024-02-09T20:09:46.225141+0000 mon.smithi005 (mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:47.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:47 smithi005 conmon[35754]: audit 2024-02-09T20:09:46.225309+0000 mon.smithi005 (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:47.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:47 smithi005 conmon[35754]: audit 2024-02-09T20:09:46.225518+0000 mon.smithi005 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:47.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:47 smithi005 conmon[35754]: audit 2024-02-09T20:09:46.356248+0000 mon.smithi005 (mon.0) 480 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:47.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:47 smithi005 conmon[35754]: audit 2024-02-09T20:09: 2024-02-09T20:09:47.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:47 smithi005 conmon[35754]: 46.566611+0000 mon.smithi005 (mon.0) 481 : 2024-02-09T20:09:47.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:47 smithi005 conmon[35754]: audit [INF] from='osd.3 [v2:172.21.15.5:6810/1629225853,v1:172.21.15.5:6811/1629225853]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-09T20:09:47.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:47 smithi005 conmon[35754]: audit 2024-02-09T20:09 2024-02-09T20:09:47.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:47 smithi005 conmon[35754]: :46.778771+0000 mon.smithi129 (mon.1) 17 2024-02-09T20:09:47.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:47 smithi005 conmon[35754]: : audit [INF] from='osd.6 [v2:172.21.15.129:6824/3189333271,v1:172.21.15.129:6825/3189333271]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-09T20:09:47.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:47 smithi005 conmon[35754]: audit 2024-02-09T20 2024-02-09T20:09:47.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:47 smithi005 conmon[35754]: :09:46.779189+0000 mon.smithi005 (mon. 2024-02-09T20:09:47.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:47 smithi005 conmon[35754]: 0) 482 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-09T20:09:47.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: cluster 2024-02-09T20:09:46.050433+0000 mgr.smithi005.drqcnv (mgr.14182) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-09T20:09:47.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: cluster 2024-02-09T20:09:46. 2024-02-09T20:09:47.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: 224667+0000 mon.smithi005 (mon.0) 475 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-02-09T20:09:47.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: audit 2024-02-09T20:09:46.224823+0000 mon.smithi005 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:47.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: audit 2024-02-09T20:09:46 2024-02-09T20:09:47.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: .225141+0000 mon.smithi005 (mon.0) 477 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:47.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: audit 2024 2024-02-09T20:09:47.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: -02-09T20:09:46.225309+0000 mon.smithi005 (mon.0) 478 : 2024-02-09T20:09:47.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:47.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: audit 2024-02-09T20:09:46. 2024-02-09T20:09:47.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: 225518+0000 mon.smithi005 (mon.0) 479 : audit [DBG] 2024-02-09T20:09:47.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:47.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: audit 2024-02-09T20:09:47.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: 2024-02-09T20:09:46.356248+0000 mon.smithi005 (mon. 2024-02-09T20:09:47.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: 0) 480 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:47.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: audit 2024-02-09T20 2024-02-09T20:09:47.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: :09:46.566611+0000 mon.smithi005 (mon.0 2024-02-09T20:09:47.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: ) 481 : audit [INF] from='osd.3 [v2:172.21.15.5:6810/1629225853,v1:172.21.15.5:6811/1629225853]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-09T20:09:47.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: audit 2024-02-09T20: 2024-02-09T20:09:47.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: 09:46.778771+0000 mon.smithi129 (mon.1) 17 2024-02-09T20:09:47.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: : audit [INF] from='osd.6 [v2:172.21.15.129:6824/3189333271,v1:172.21.15.129:6825/3189333271]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-09T20:09:47.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: audit 2024-02-09T20:09: 2024-02-09T20:09:47.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: 46.779189+0000 mon.smithi005 (mon.0) 482 : 2024-02-09T20:09:47.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:47 smithi129 conmon[40092]: audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-09T20:09:47.810 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:48.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:48 smithi005 conmon[35754]: audit 2024-02-09T20:09:47. 2024-02-09T20:09:48.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:48 smithi005 conmon[35754]: 358191+0000 mon.smithi005 (mon.0) 483 : audit [INF] from='osd.3 [v2:172.21.15.5:6810/1629225853,v1:172.21.15.5:6811/1629225853]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-09T20:09:48.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:48 smithi005 conmon[35754]: audit 2024-02-09T20:09:47.358315+0000 mon.smithi005 (mon.0) 484 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-09T20:09:48.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:48 smithi005 conmon[35754]: cluster 2024-02-09T20:09:47.358440+0000 mon.smithi005 (mon.0) 485 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-09T20:09:48.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:48 smithi005 conmon[35754]: audit 2024-02-09T20:09:47.358622+0000 mon.smithi005 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:48.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:48 smithi005 conmon[35754]: audit 2024-02-09T20:09:47.359006+0000 mon.smithi005 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:48.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:48 smithi005 conmon[35754]: audit 2024-02-09T20:09:47.359109+0000 mon.smithi129 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.129:6824/3189333271,v1:172.21.15.129:6825/3189333271]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-02-09T20:09:48.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:48 smithi005 conmon[35754]: audit 2024-02-09T20:09:47.359211+0000 mon.smithi005 (mon.0) 488 : audit [INF] from='osd.3 [v2:172.21.15.5:6810/1629225853,v1:172.21.15.5:6811/1629225853]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-09T20:09:48.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:48 smithi005 conmon[35754]: audit 2024-02-09T20:09:47.359462+0000 mon.smithi005 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:48.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:48 smithi005 conmon[35754]: audit 2024-02-09T20:09:47.359786+0000 mon.smithi005 (mon.0) 490 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-02-09T20:09:48.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:48 smithi005 conmon[35754]: audit 2024-02-09T20:09:47.360030+0000 mon.smithi005 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:48.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:48 smithi129 conmon[40092]: audit 2024-02-09T20:09:47.358191+0000 mon.smithi005 (mon.0) 483 : audit [INF] from='osd.3 [v2:172.21.15.5:6810/1629225853,v1:172.21.15.5:6811/1629225853]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-09T20:09:48.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:48 smithi129 conmon[40092]: audit 2024-02-09T20:09:47.358315+0000 mon.smithi005 (mon.0) 484 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-09T20:09:48.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:48 smithi129 conmon[40092]: cluster 2024-02-09T20:09:47.358440+0000 mon.smithi005 (mon.0) 485 2024-02-09T20:09:48.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:48 smithi129 conmon[40092]: : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-09T20:09:48.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:48 smithi129 conmon[40092]: audit 2024-02-09T20:09:47.358622+0000 mon.smithi005 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:48.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:48 smithi129 conmon[40092]: 2024-02-09T20:09:48.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:48 smithi129 conmon[40092]: audit 2024-02-09T20:09:47.359006+0000 mon.smithi005 (mon.0) 487 2024-02-09T20:09:48.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:48 smithi129 conmon[40092]: : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:48.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:48 smithi129 conmon[40092]: audit 2024-02-09T20:09:47.359109 2024-02-09T20:09:48.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:48 smithi129 conmon[40092]: +0000 mon.smithi129 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.129:6824/3189333271,v1:172.21.15.129:6825/3189333271]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-02-09T20:09:48.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:48 smithi129 conmon[40092]: audit 2024-02-09T 2024-02-09T20:09:48.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:48 smithi129 conmon[40092]: 20:09:47.359211+0000 mon.smithi005 (mon.0) 488 : audit [INF] from='osd.3 [v2:172.21.15.5:6810/1629225853,v1:172.21.15.5:6811/1629225853]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-09T20:09:48.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:48 smithi129 conmon[40092]: audit 2024-02-09T20:09:48.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:48 smithi129 conmon[40092]: 2024-02-09T20:09:47.359462+0000 mon.smithi005 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:48.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:48 smithi129 conmon[40092]: audit 2024-02-09T20:09:47.359786+0000 mon.smithi005 (mon.0) 490 : 2024-02-09T20:09:48.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:48 smithi129 conmon[40092]: audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-02-09T20:09:48.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:48 smithi129 conmon[40092]: audit 2024-02-09T20: 2024-02-09T20:09:48.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:48 smithi129 conmon[40092]: 09:47.360030+0000 mon.smithi005 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:49.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:49 smithi005 conmon[35754]: cluster 2024-02-09T20:09:48.050789+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:09:49.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:49 smithi005 conmon[35754]: .14182) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-09T20:09:49.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:49 smithi005 conmon[35754]: audit 2024-02-09T20:09:48.363223+0000 mon.smithi005 (mon.0) 492 : audit [INF] from='osd.3 [v2:172.21.15.5:6810/1629225853,v1:172.21.15.5:6811/1629225853]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-02-09T20:09:49.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:49 smithi005 conmon[35754]: audit 2024-02-09T20:09:48.363293+0000 mon.smithi005 (mon.0) 493 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-02-09T20:09:49.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:49 smithi005 conmon[35754]: cluster 2024-02-09T20:09:48.363369+0000 mon.smithi005 (mon.0) 494 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-02-09T20:09:49.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:49 smithi005 conmon[35754]: audit 2024-02-09T20:09:48.363806+0000 mon.smithi005 (mon.0) 495 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:49.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:49 smithi005 conmon[35754]: audit 2024-02-09T20:09:48.364284+0000 mon.smithi005 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:49.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:49 smithi005 conmon[35754]: audit 2024-02-09T20:09:48.364945+0000 mon.smithi005 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:49.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:49 smithi005 conmon[35754]: audit 2024-02-09T20:09:48.365204+0000 mon.smithi005 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:49.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:49 smithi005 conmon[35754]: audit 2024-02-09T20:09:48.367455+0000 mon.smithi005 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:49.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:49 smithi005 conmon[35754]: audit 2024-02-09T20:09:48.367809+0000 mon.smithi005 (mon.0) 500 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:49.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: cluster 2024-02-09T20:09:48.050789+0000 mgr.smithi005.drqcnv (mgr.14182) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-09T20:09:49.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: audit 2024-02-09T20:09:48.363223+0000 mon.smithi005 (mon.0) 492 : audit [INF] from='osd.3 [v2:172.21.15.5:6810/1629225853,v1:172.21.15.5:6811/1629225853]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-02-09T20:09:49.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: audit 2024-02-09T20:09:48.363293+0000 mon.smithi005 (mon.0) 493 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-02-09T20:09:49.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: cluster 2024-02-09T20:09:48.363369+0000 mon.smithi005 (mon.0) 494 : cluster [DBG] 2024-02-09T20:09:49.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: osdmap e28: 8 total, 4 up, 8 in 2024-02-09T20:09:49.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: audit 2024- 2024-02-09T20:09:49.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: 02-09T20:09:48.363806+0000 mon.smithi005 (mon.0) 495 : 2024-02-09T20:09:49.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:49.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: audit 2024-02-09T20:09:48.364284 2024-02-09T20:09:49.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: +0000 mon.smithi005 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:49.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: 2024-02-09T20:09:49.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: audit 2024-02 2024-02-09T20:09:49.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: -09T20:09:48.364945+0000 mon.smithi005 (mon.0) 497 : 2024-02-09T20:09:49.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:49.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: audit 2024-02-09T20:09:48.365204 2024-02-09T20:09:49.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: +0000 mon.smithi005 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:49.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: 2024-02-09T20:09:49.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: audit 2024- 2024-02-09T20:09:49.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: 02-09T20:09:48.367455+0000 mon.smithi005 (mon.0) 499 2024-02-09T20:09:49.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:49.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: audit 2024-02-09T20:09:48 2024-02-09T20:09:49.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: .367809+0000 mon.smithi005 (mon.0) 500 : audit [DBG] 2024-02-09T20:09:49.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:49 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:50.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: cluster 2024-02-09T20:09:47.596231+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:50.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: cluster 2024-02-09T20:09:47.596298+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:50.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: cluster 2024-02-09T20:09:47.817444+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:50.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: cluster 2024-02-09T20:09:47.817542+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:50.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: cluster 2024-02-09T20:09:49.364323+0000 mon.smithi005 (mon.0) 501 : cluster [INF] osd.6 [v2:172.21.15.129:6824/3189333271,v1:172.21.15.129:6825/3189333271] boot 2024-02-09T20:09:50.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: cluster 2024-02-09T20:09:49.364366+0000 mon.smithi005 (mon.0) 502 : cluster [INF] osd.3 [v2:172.21.15.5:6810/1629225853,v1:172.21.15.5:6811/1629225853] boot 2024-02-09T20:09:50.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: cluster 2024-02-09T20:09:49.364401+0000 mon.smithi005 (mon.0) 503 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2024-02-09T20:09:50.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: audit 2024-02-09T20:09:49 2024-02-09T20:09:50.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: .364926+0000 mon.smithi005 (mon.0) 504 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:50.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: audit 2024-02-09T20:09:49 2024-02-09T20:09:50.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: .365166+0000 mon.smithi005 (mon.0) 505 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:50.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: 2024-02-09T20:09:50.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: audit 2024-02-09T20:09:50.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: 2024-02-09T20:09 2024-02-09T20:09:50.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: :49.365311+0000 mon.smithi005 (mon.0 2024-02-09T20:09:50.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: ) 506 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:50.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: audit 2024 2024-02-09T20:09:50.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: -02-09T20:09 2024-02-09T20:09:50.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: :49.365618+0000 mon.smithi005 (mon. 2024-02-09T20:09:50.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: 0) 507 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:50.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: cluster 2024-02-09T20:09:50.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: 2024-02-09T20 2024-02-09T20:09:50.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: :09:50.365562+0000 2024-02-09T20:09:50.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: mon.smithi005 (mon.0) 508 : cluster [DBG] 2024-02-09T20:09:50.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: osdmap e30: 8 total, 6 up, 8 in 2024-02-09T20:09:50.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: audit 2024-02-09T20:09:50.656 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: 2024-02-09T20:09: 2024-02-09T20:09:50.656 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: 50.365762+0000 mon.smithi005 (mon. 2024-02-09T20:09:50.656 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:50 smithi005 conmon[35754]: 0) 509 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:50.754 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:09:50.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: cluster 2024-02-09T20:09:47.596231+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:50.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: cluster 2024-02-09T20:09:47.596298+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:50.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: cluster 2024-02-09T20:09:47.817444+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:50.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: cluster 2024-02-09T20:09:50.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: 2024-02-09T20:09:47.817542+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:50.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: cluster 2024-02-09T20:09: 2024-02-09T20:09:50.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: 49.364323+0000 mon.smithi005 (mon.0) 501 : cluster 2024-02-09T20:09:50.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: [INF] osd.6 [v2:172.21.15.129:6824/3189333271,v1:172.21.15.129:6825/3189333271] boot 2024-02-09T20:09:50.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: cluster 2024-02-09T20:09:50.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: 2024-02-09T20:09:49.364366+0000 mon.smithi005 (mon.0) 502 2024-02-09T20:09:50.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: : cluster [INF] osd.3 [v2:172.21.15.5:6810/1629225853,v1:172.21.15.5:6811/1629225853] boot 2024-02-09T20:09:50.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: cluster 2024-02-09T20:09:49 2024-02-09T20:09:50.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: .364401+0000 mon.smithi005 (mon.0) 503 : cluster 2024-02-09T20:09:50.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: [DBG] osdmap e29: 8 total, 6 up, 8 in 2024-02-09T20:09:50.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: audit 2024-02-09T20:09:50.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: 2024-02-09T20:09:49.364926+0000 mon.smithi005 (mon.0) 2024-02-09T20:09:50.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: 504 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-09T20:09:50.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: audit 2024-02-09T20:09:49.365166+0000 2024-02-09T20:09:50.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: mon.smithi005 (mon.0) 505 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:50.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: 2024-02-09T20:09:50.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: audit 2024-02 2024-02-09T20:09:50.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: -09T20:09:49.365311+0000 mon.smithi005 (mon.0) 506 : 2024-02-09T20:09:50.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-09T20:09:50.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: audit 2024-02-09T20:09:49.365618 2024-02-09T20:09:50.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: +0000 mon.smithi005 (mon.0) 507 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:50.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: cluster 2024-02- 2024-02-09T20:09:50.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: 09T20:09:50.365562+0000 mon.smithi005 (mon. 2024-02-09T20:09:50.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: 0) 508 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-02-09T20:09:50.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: audit 2024-02-09T20 2024-02-09T20:09:50.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: :09:50.365762+0000 mon.smithi005 (mon.0) 509 2024-02-09T20:09:50.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:50 smithi129 conmon[40092]: : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:51.568 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:51 smithi005 conmon[35754]: cluster 2024-02-09T20:09:50.051323+0000 mgr.smithi005.drqcnv (mgr.14182) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-09T20:09:51.568 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:51 smithi005 conmon[35754]: audit 2024-02 2024-02-09T20:09:51.569 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:51 smithi005 conmon[35754]: -09T20:09:50.366099+0000 mon.smithi005 (mon.0) 510 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:51.569 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:51 smithi005 conmon[35754]: audit 2024-02-09T20:09:50.753170+0000 mon.smithi005 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.5:0/1656791091' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:51.569 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:51 smithi005 conmon[35754]: cluster 2024-02-09T 2024-02-09T20:09:51.569 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:51 smithi005 conmon[35754]: 20:09:51.367006+0000 mon.smithi005 (mon.0) 512 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-09T20:09:51.569 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:51 smithi005 conmon[35754]: audit 2024-02-09T20: 2024-02-09T20:09:51.569 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:51 smithi005 conmon[35754]: 09:51.367187+0000 mon.smithi005 (mon.0) 2024-02-09T20:09:51.569 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:51 smithi005 conmon[35754]: 513 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:51.569 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:51 smithi005 conmon[35754]: audit 2024-02-09T20:09 2024-02-09T20:09:51.569 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:51 smithi005 conmon[35754]: :51.367471+0000 mon.smithi005 (mon.0) 514 2024-02-09T20:09:51.569 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:51 smithi005 conmon[35754]: : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:51.570 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":30,"num_osds":8,"num_up_osds":6,"osd_up_since":1707509389,"num_in_osds":8,"osd_in_since":1707509360,"num_remapped_pgs":0} 2024-02-09T20:09:51.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:51 smithi129 conmon[40092]: cluster 2024-02-09T20:09:50.051323+0000 mgr.smithi005.drqcnv (mgr.14182) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-09T20:09:51.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:51 smithi129 conmon[40092]: audit 2024-02-09T20:09:50.366099+0000 mon.smithi005 (mon.0) 510 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:51.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:51 smithi129 conmon[40092]: audit 2024-02-09T20:09:50.753170+0000 mon.smithi005 (mon.0) 511 : audit [DBG] from='client.? 172.21.15.5:0/1656791091' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:51.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:51 smithi129 conmon[40092]: cluster 2024- 2024-02-09T20:09:51.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:51 smithi129 conmon[40092]: 02-09T20:09:51.367006+0000 mon.smithi005 (mon.0) 512 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-09T20:09:51.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:51 smithi129 conmon[40092]: audit 2024-02-09T20:09:51.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:51 smithi129 conmon[40092]: 2024-02-09T20:09:51.367187+0000 mon.smithi005 (mon.0) 2024-02-09T20:09:51.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:51 smithi129 conmon[40092]: 513 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:51.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:51 smithi129 conmon[40092]: audit 2024-02-09T20:09: 2024-02-09T20:09:51.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:51 smithi129 conmon[40092]: 51.367471+0000 mon.smithi005 (mon.0) 514 : audit 2024-02-09T20:09:51.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:51 smithi129 conmon[40092]: [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:52.572 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:52.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:52 smithi129 conmon[40092]: audit 2024-02-09T20:09:51.536474+0000 mon.smithi005 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:52.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:52 smithi129 conmon[40092]: audit 2024-02-09T20:09:51.537572+0000 mon.smithi005 (mon.0) 516 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-09T20:09:52.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:52 smithi129 conmon[40092]: audit 2024-02-09T20:09:51.538445+0000 mon.smithi005 (mon.0) 517 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:52.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:52 smithi129 conmon[40092]: cephadm 2024-02-09T20:09:51.539226+0000 mgr.smithi005.drqcnv (mgr.14182) 101 : 2024-02-09T20:09:52.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:52 smithi129 conmon[40092]: cephadm [INF] Deploying daemon osd.7 on smithi005 2024-02-09T20:09:52.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:52 smithi005 conmon[35754]: audit 2024-02-09T20:09:51.536474+0000 mon.smithi005 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:52.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:52 smithi005 conmon[35754]: audit 2024-02-09T20:09:52.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:52 smithi005 conmon[35754]: 2024-02-09T20:09:51.537572+0000 mon.smithi005 (mon.0) 516 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-09T20:09:52.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:52 smithi005 conmon[35754]: audit 2024-02-09T20:09:51.538445+0000 mon.smithi005 (mon.0) 517 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:09:52.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:52 smithi005 conmon[35754]: cephadm 2024-02-09T20:09:51.539226+0000 mgr.smithi005.drqcnv (mgr.14182) 101 : cephadm [INF] Deploying daemon osd.7 on smithi005 2024-02-09T20:09:53.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:53 smithi005 conmon[35754]: cluster 2024-02-09T20:09:52.051736+0000 mgr.smithi005.drqcnv (mgr.14182) 102 : cluster [DBG] pgmap v79: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-09T20:09:53.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:53 smithi129 conmon[40092]: cluster 2024-02-09T20:09:52.051736+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:09:53.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:53 smithi129 conmon[40092]: ) 102 : cluster [DBG] pgmap v79: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-09T20:09:55.437 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:09:55.808 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:55 smithi005 conmon[35754]: cluster 2024-02-09T20:09:54.052044 2024-02-09T20:09:55.808 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:55 smithi005 conmon[35754]: +0000 mgr.smithi005.drqcnv (mgr.14182) 103 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-09T20:09:55.808 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:55 smithi005 conmon[35754]: audit 2024-02-09T20:09:54.568868+0000 mon.smithi129 (mon.1) 19 : audit [INF] from='osd.5 [v2:172.21.15.5:6818/2631406180,v1:172.21.15.5:6819/2631406180]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-09T20:09:55.808 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:55 smithi005 conmon[35754]: audit 2024-02-09T20:09:54.569252+0000 mon.smithi005 (mon.0) 518 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-09T20:09:55.808 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:55 smithi005 conmon[35754]: audit 2024-02-09T20:09:55.434169+0000 mon.smithi005 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.5:0/454869341' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:55.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:55 smithi129 conmon[40092]: cluster 2024-02-09T20:09:54.052044+0000 mgr.smithi005.drqcnv (mgr.14182) 103 : cluster [DBG] 2024-02-09T20:09:55.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:55 smithi129 conmon[40092]: pgmap v80: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-09T20:09:55.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:55 smithi129 conmon[40092]: audit 2024-02-09T20:09:54.568868+0000 mon.smithi129 (mon.1) 19 : audit [INF] from='osd.5 [v2:172.21.15.5:6818/2631406180,v1:172.21.15.5:6819/2631406180]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-09T20:09:55.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:55 smithi129 conmon[40092]: audit 2024-02-09T20:09:54.569252+0000 mon.smithi005 (mon 2024-02-09T20:09:55.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:55 smithi129 conmon[40092]: .0) 518 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-09T20:09:55.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:55 smithi129 conmon[40092]: audit 2024-02-09T20:09:55 2024-02-09T20:09:55.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:55 smithi129 conmon[40092]: .434169+0000 mon.smithi005 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.5:0/454869341' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:09:56.463 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":31,"num_osds":8,"num_up_osds":6,"osd_up_since":1707509389,"num_in_osds":8,"osd_in_since":1707509360,"num_remapped_pgs":0} 2024-02-09T20:09:56.710 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:56 smithi005 conmon[35754]: audit 2024-02-09T20:09:55.549472+0000 mon.smithi005 (mon.0 2024-02-09T20:09:56.710 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:56 smithi005 conmon[35754]: ) 520 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-09T20:09:56.710 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:56 smithi005 conmon[35754]: cluster 2024-02-09T20:09:55.549545+0000 mon.smithi005 (mon.0) 521 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-09T20:09:56.710 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:56 smithi005 conmon[35754]: audit 2024-02-09T20:09:55.549715+0000 mon.smithi005 (mon.0) 522 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:56.710 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:56 smithi005 conmon[35754]: audit 2024-02-09T20:09:55.550188+0000 mon.smithi005 (mon.0) 523 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:56.710 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:56 smithi005 conmon[35754]: audit 2024-02-09T20:09:55.550219+0000 mon.smithi129 (mon.1) 20 : audit [INF] from='osd.5 [v2:172.21.15.5:6818/2631406180,v1:172.21.15.5:6819/2631406180]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-09T20:09:56.710 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:56 smithi005 conmon[35754]: audit 2024-02-09T20:09:55.550594+0000 mon.smithi005 (mon.0) 524 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-09T20:09:56.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:56 smithi129 conmon[40092]: audit 2024-02-09T20:09:55.549472+0000 mon.smithi005 (mon.0) 520 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-09T20:09:56.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:56 smithi129 conmon[40092]: cluster 2024-02-09T20:09:55.549545+0000 mon.smithi005 (mon.0) 521 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-09T20:09:56.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:56 smithi129 conmon[40092]: audit 2024-02-09T20:09:55.549715+0000 mon.smithi005 (mon.0) 522 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:56.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:56 smithi129 conmon[40092]: audit 2024- 2024-02-09T20:09:56.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:56 smithi129 conmon[40092]: 02-09T20:09:55.550188+0000 mon.smithi005 (mon.0) 523 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:56.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:56 smithi129 conmon[40092]: audit 2024-02-09T20:09:56.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:56 smithi129 conmon[40092]: 2024-02-09T20:09:55.550219+0000 mon.smithi129 (mon.1) 2024-02-09T20:09:56.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:56 smithi129 conmon[40092]: 20 : audit [INF] from='osd.5 [v2:172.21.15.5:6818/2631406180,v1:172.21.15.5:6819/2631406180]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-09T20:09:56.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:56 smithi129 conmon[40092]: audit 2024-02-09T20:09:55. 2024-02-09T20:09:56.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:56 smithi129 conmon[40092]: 550594+0000 mon.smithi005 (mon.0) 524 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-09T20:09:56.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:56 smithi129 conmon[40092]: 2024-02-09T20:09:57.465 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:09:57.767 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:57 smithi005 conmon[35754]: cluster 2024-02-09T20:09:56 2024-02-09T20:09:57.768 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:57 smithi005 conmon[35754]: .052504+0000 mgr.smithi005.drqcnv (mgr.14182) 104 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-09T20:09:57.768 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:57 smithi005 conmon[35754]: audit 2024-02-09T20:09:56.551216+0000 mon.smithi005 (mon.0) 525 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-02-09T20:09:57.768 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:57 smithi005 conmon[35754]: cluster 2024-02-09T20:09:56.551289+0000 mon.smithi005 (mon.0) 526 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-09T20:09:57.768 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:57 smithi005 conmon[35754]: audit 2024-02-09T20:09:56.551675+0000 mon.smithi005 (mon.0) 527 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:57.768 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:57 smithi005 conmon[35754]: audit 2024-02-09T20:09:56.552070+0000 mon.smithi005 (mon. 2024-02-09T20:09:57.768 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:57 smithi005 conmon[35754]: 0) 528 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:57.768 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:57 smithi005 conmon[35754]: audit 2024-02-09T20:09:57.768 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:57 smithi005 conmon[35754]: 2024-02-09T20:09 2024-02-09T20:09:57.768 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:57 smithi005 conmon[35754]: :56.555325+0000 mon.smithi005 (mon 2024-02-09T20:09:57.768 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:57 smithi005 conmon[35754]: .0) 529 : audit [DBG] 2024-02-09T20:09:57.768 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:57 smithi005 conmon[35754]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:58.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:57 smithi129 conmon[40092]: cluster 2024-02-09T20:09:56.052504+0000 mgr.smithi005.drqcnv (mgr.14182) 104 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-09T20:09:58.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:57 smithi129 conmon[40092]: 2024-02-09T20:09:58.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:57 smithi129 conmon[40092]: audit 2024-02-09T20:09:56.551216+0000 mon.smithi005 (mon.0) 525 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-02-09T20:09:58.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:57 smithi129 conmon[40092]: cluster 2024-02-09T20:09:56.551289+0000 mon.smithi005 (mon.0) 526 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-09T20:09:58.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:57 smithi129 conmon[40092]: audit 2024-02-09T20:09:56.551675+0000 mon.smithi005 (mon.0) 527 : audit [DBG] 2024-02-09T20:09:58.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:57 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:58.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:57 smithi129 conmon[40092]: audit 2024-02 2024-02-09T20:09:58.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:57 smithi129 conmon[40092]: -09T20:09:56.552070+0000 mon.smithi005 (mon.0) 528 : 2024-02-09T20:09:58.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:57 smithi129 conmon[40092]: audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:58.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:57 smithi129 conmon[40092]: audit 2024-02-09T20:09:56.555325 2024-02-09T20:09:58.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:57 smithi129 conmon[40092]: +0000 mon.smithi005 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:58.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:57 smithi129 conmon[40092]: 2024-02-09T20:09:58.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:58 smithi005 conmon[35754]: cluster 2024-02-09T20:09:55.535019+0000 osd.5 (osd.5) 1 : 2024-02-09T20:09:58.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:58 smithi005 conmon[35754]: cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:58.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:58 smithi005 conmon[35754]: cluster 2024-02-09T20:09:55.535074+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:58.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:58 smithi005 conmon[35754]: cluster 2024 2024-02-09T20:09:58.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:58 smithi005 conmon[35754]: -02-09T20:09:57.557253+0000 mon.smithi005 (mon.0) 530 : cluster [INF] 2024-02-09T20:09:58.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:58 smithi005 conmon[35754]: osd.5 [v2:172.21.15.5:6818/2631406180,v1:172.21.15.5:6819/2631406180] boot 2024-02-09T20:09:58.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:58 smithi005 conmon[35754]: cluster 2024-02-09T20:09:57.557304+0000 mon.smithi005 (mon.0) 2024-02-09T20:09:58.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:58 smithi005 conmon[35754]: 531 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-02-09T20:09:58.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:58 smithi005 conmon[35754]: audit 2024-02-09T20:09:58.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:58 smithi005 conmon[35754]: 2024-02-09T20:09 2024-02-09T20:09:58.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:58 smithi005 conmon[35754]: :57.557720+0000 mon.smithi005 (mon 2024-02-09T20:09:58.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:58 smithi005 conmon[35754]: .0) 532 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:58.905 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:58 smithi005 conmon[35754]: audit 2024-02-09T20:09:57.558063+0000 mon.smithi005 (mon.0) 533 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:58.905 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:58 smithi005 conmon[35754]: 2024-02-09T20:09:58.905 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:58 smithi005 conmon[35754]: audit 2024-02-09T20:09:57. 2024-02-09T20:09:58.905 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:58 smithi005 conmon[35754]: 926321+0000 mon.smithi005 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:09:59.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:58 smithi129 conmon[40092]: cluster 2024-02-09T20:09:55.535019+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:09:59.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:58 smithi129 conmon[40092]: cluster 2024-02-09T20:09:55.535074+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:09:59.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:58 smithi129 conmon[40092]: cluster 2024-02-09T20:09:57.557253+0000 mon.smithi005 (mon.0) 2024-02-09T20:09:59.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:58 smithi129 conmon[40092]: 530 : cluster [INF] osd.5 [v2:172.21.15.5:6818/2631406180,v1:172.21.15.5:6819/2631406180] boot 2024-02-09T20:09:59.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:58 smithi129 conmon[40092]: cluster 2024-02-09 2024-02-09T20:09:59.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:58 smithi129 conmon[40092]: T20:09:57.557304+0000 mon.smithi005 2024-02-09T20:09:59.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:58 smithi129 conmon[40092]: (mon.0) 531 : cluster 2024-02-09T20:09:59.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:58 smithi129 conmon[40092]: [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-02-09T20:09:59.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:58 smithi129 conmon[40092]: audit 2024-02 2024-02-09T20:09:59.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:58 smithi129 conmon[40092]: -09T20:09:57.557720+0000 mon.smithi005 ( 2024-02-09T20:09:59.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:58 smithi129 conmon[40092]: mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-09T20:09:59.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:58 smithi129 conmon[40092]: audit 2024 2024-02-09T20:09:59.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:58 smithi129 conmon[40092]: -02-09T20:09:57.558063+0000 2024-02-09T20:09:59.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:58 smithi129 conmon[40092]: mon.smithi005 (mon.0) 533 : 2024-02-09T20:09:59.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:58 smithi129 conmon[40092]: audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:09:59.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:58 smithi129 conmon[40092]: audit 2024- 2024-02-09T20:09:59.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:58 smithi129 conmon[40092]: 02-09T20:09:57.926321+0000 2024-02-09T20:09:59.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:58 smithi129 conmon[40092]: mon.smithi005 (mon.0) 534 : audit 2024-02-09T20:09:59.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:58 smithi129 conmon[40092]: [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:10:00.125 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:10:00.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:59 smithi129 conmon[40092]: cluster 2024-02-09T20:09:58.052804+0000 mgr.smithi005.drqcnv (mgr.14182) 105 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-09T20:10:00.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:59 smithi129 conmon[40092]: cluster 2024-02-09T20:09:58.931148+0000 mon.smithi005 (mon.0) 535 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-09T20:10:00.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:59 smithi129 conmon[40092]: audit 2024-02-09T20:09:58. 2024-02-09T20:10:00.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:09:59 smithi129 conmon[40092]: 931332+0000 mon.smithi005 (mon.0) 536 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:00.313 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:59 smithi005 conmon[35754]: cluster 2024-02-09T20:09:58.052804+0000 mgr.smithi005.drqcnv (mgr.14182) 105 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-09T20:10:00.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:59 smithi005 conmon[35754]: cluster 2024-02-09T20:09:58.931148+0000 mon.smithi005 (mon.0) 535 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-09T20:10:00.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:09:59 smithi005 conmon[35754]: audit 2024-02-09T20:09:58.931332+0000 mon.smithi005 (mon.0) 536 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:01.100 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1707509397,"num_in_osds":8,"osd_in_since":1707509360,"num_remapped_pgs":0} 2024-02-09T20:10:01.208 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:00 smithi005 conmon[35754]: cluster 2024-02-09T20:10:00.000123+0000 mon.smithi005 (mon.0) 2024-02-09T20:10:01.208 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:00 smithi005 conmon[35754]: 537 : cluster [INF] overall HEALTH_OK 2024-02-09T20:10:01.208 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:00 smithi005 conmon[35754]: audit 2024-02-09T20:10:00.122841+0000 mon.smithi005 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.5:0/2027618307' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:10:01.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:00 smithi129 conmon[40092]: cluster 2024-02-09T20:10:00.000123+0000 mon.smithi005 (mon.0) 537 : cluster [INF] overall HEALTH_OK 2024-02-09T20:10:01.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:00 smithi129 conmon[40092]: audit 2024-02-09T20:10:00.122841+0000 mon.smithi005 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.5:0/2027618307' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:10:02.101 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-09T20:10:02.136 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:01 smithi005 conmon[35754]: cluster 2024-02-09T20:10:00.053104+0000 mgr.smithi005.drqcnv (mgr.14182) 106 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-09T20:10:02.137 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:01 smithi005 conmon[35754]: audit 2024-02-09T20:10:01.131479+0000 mon.smithi005 (mon.0) 539 : audit [INF] from='osd.7 [v2:172.21.15.5:6826/103990211,v1:172.21.15.5:6827/103990211]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-09T20:10:02.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:01 smithi129 conmon[40092]: cluster 2024-02-09T20:10:00.053104+0000 mgr.smithi005.drqcnv (mgr.14182) 106 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-09T20:10:02.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:01 smithi129 conmon[40092]: audit 2024-02-09T20:10:01.131479+0000 mon.smithi005 (mon.0) 539 : audit [INF] from='osd.7 [v2:172.21.15.5:6826/103990211,v1:172.21.15.5:6827/103990211]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-09T20:10:03.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:02 smithi129 conmon[40092]: audit 2024-02-09T20:10:01.940355+0000 mon.smithi005 (mon.0) 540 : audit 2024-02-09T20:10:03.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:02 smithi129 conmon[40092]: [INF] from='osd.7 [v2:172.21.15.5:6826/103990211,v1:172.21.15.5:6827/103990211]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-09T20:10:03.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:02 smithi129 conmon[40092]: cluster 2024-02-09T20:10:01.940416+0000 mon.smithi005 (mon.0) 541 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-09T20:10:03.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:02 smithi129 conmon[40092]: audit 2024-02-09T20:10:01.940853+0000 mon.smithi005 (mon.0) 542 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:03.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:02 smithi129 conmon[40092]: audit 2024-02-09T20:10:01.941250+0000 mon.smithi005 (mon.0) 543 : audit [INF] from='osd.7 [v2:172.21.15.5:6826/103990211,v1:172.21.15.5:6827/103990211]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-09T20:10:03.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:02 smithi129 conmon[40092]: audit 2024-02-09T20:10:02.390102+0000 mon.smithi005 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:10:03.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:02 smithi129 conmon[40092]: audit 2024-02-09T20:10:02.392029+0000 mon.smithi005 (mon.0) 545 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:10:03.395 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:02 smithi005 conmon[35754]: audit 2024-02-09T20:10:01.940355+0000 mon.smithi005 2024-02-09T20:10:03.395 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:02 smithi005 conmon[35754]: (mon.0) 540 : audit [INF] from='osd.7 [v2:172.21.15.5:6826/103990211,v1:172.21.15.5:6827/103990211]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-09T20:10:03.395 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:02 smithi005 conmon[35754]: cluster 2024-02- 2024-02-09T20:10:03.395 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:02 smithi005 conmon[35754]: 09T20:10:01.940416+0000 mon.smithi005 (mon.0) 541 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-09T20:10:03.395 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:02 smithi005 conmon[35754]: audit 2024-02 2024-02-09T20:10:03.395 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:02 smithi005 conmon[35754]: -09T20:10:01.940853+0000 mon.smithi005 (mon.0) 2024-02-09T20:10:03.395 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:02 smithi005 conmon[35754]: 542 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:03.395 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:02 smithi005 conmon[35754]: audit 2024-02-09T20: 2024-02-09T20:10:03.395 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:02 smithi005 conmon[35754]: 10:01.941250+0000 mon.smithi005 (mon.0) 543 : audit [INF] 2024-02-09T20:10:03.395 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:02 smithi005 conmon[35754]: from='osd.7 [v2:172.21.15.5:6826/103990211,v1:172.21.15.5:6827/103990211]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]: dispatch 2024-02-09T20:10:03.395 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:02 smithi005 conmon[35754]: audit 2024-02-09T20:10 2024-02-09T20:10:03.395 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:02 smithi005 conmon[35754]: :02.390102+0000 mon.smithi005 (mon.0) 544 : 2024-02-09T20:10:03.395 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:02 smithi005 conmon[35754]: audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:10:03.396 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:02 smithi005 conmon[35754]: audit 2024- 2024-02-09T20:10:03.396 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:02 smithi005 conmon[35754]: 02-09T20:10:02.392029+0000 mon.smithi005 (mon. 2024-02-09T20:10:03.396 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:02 smithi005 conmon[35754]: 0) 545 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:10:03.396 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:02 smithi005 conmon[35754]: 2024-02-09T20:10:04.193 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:10:04.222 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:03 smithi005 conmon[35754]: cluster 2024-02-09T20:10:02.053484+0000 mgr.smithi005.drqcnv (mgr.14182) 107 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-09T20:10:04.222 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:03 smithi005 conmon[35754]: audit 2024-02-09T20:10:02.941597+0000 mon.smithi005 (mon.0) 546 : audit [INF] from='osd.7 [v2:172.21.15.5:6826/103990211,v1:172.21.15.5:6827/103990211]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-02-09T20:10:04.222 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:03 smithi005 conmon[35754]: cluster 2024-02-09T20:10:02.941671+0000 mon.smithi005 (mon.0) 547 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-09T20:10:04.222 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:03 smithi005 conmon[35754]: audit 2024-02-09T20:10:02.941837+0000 mon.smithi005 (mon.0) 548 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:04.222 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:03 smithi005 conmon[35754]: audit 2024-02-09T20:10:02.947215+0000 2024-02-09T20:10:04.223 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:03 smithi005 conmon[35754]: mon.smithi005 (mon.0) 549 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:04.223 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:03 smithi005 conmon[35754]: cluster 2024-02-09T20:10:03.943424+0000 mon.smithi005 (mon.0) 550 : cluster [INF] osd.7 [v2:172.21.15.5:6826/103990211,v1:172.21.15.5:6827/103990211] boot 2024-02-09T20:10:04.223 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:03 smithi005 conmon[35754]: cluster 2024-02-09T20:10:03.943468+0000 mon.smithi005 (mon.0) 551 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-09T20:10:04.223 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:03 smithi005 conmon[35754]: audit 2024-02-09T20:10:03.943836+0000 mon.smithi005 (mon.0) 552 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:04.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:03 smithi129 conmon[40092]: cluster 2024-02-09T20:10: 2024-02-09T20:10:04.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:03 smithi129 conmon[40092]: 02.053484+0000 mgr.smithi005.drqcnv (mgr.14182) 107 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-09T20:10:04.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:03 smithi129 conmon[40092]: audit 2024-02-09T20:10:02.941597+0000 mon.smithi005 (mon.0) 546 : audit [INF] from='osd.7 [v2:172.21.15.5:6826/103990211,v1:172.21.15.5:6827/103990211]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi005", "root=default"]}]': finished 2024-02-09T20:10:04.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:03 smithi129 conmon[40092]: cluster 2024-02-09T20:10:02.941671+0000 mon.smithi005 (mon.0) 547 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-09T20:10:04.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:03 smithi129 conmon[40092]: audit 2024-02-09T20:10 2024-02-09T20:10:04.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:03 smithi129 conmon[40092]: :02.941837+0000 mon.smithi005 (mon.0) 548 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:04.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:03 smithi129 conmon[40092]: audit 2024-02-09T20:10 2024-02-09T20:10:04.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:03 smithi129 conmon[40092]: :02.947215+0000 mon.smithi005 (mon.0) 549 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:04.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:03 smithi129 conmon[40092]: cluster 2024-02-09T20 2024-02-09T20:10:04.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:03 smithi129 conmon[40092]: :10:03.943424+0000 mon.smithi005 (mon.0) 550 : cluster 2024-02-09T20:10:04.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:03 smithi129 conmon[40092]: [INF] osd.7 [v2:172.21.15.5:6826/103990211,v1:172.21.15.5:6827/103990211] boot 2024-02-09T20:10:04.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:03 smithi129 conmon[40092]: cluster 2024-02-09T20:10:03 2024-02-09T20:10:04.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:03 smithi129 conmon[40092]: .943468+0000 mon.smithi005 (mon.0) 551 : cluster [DBG] 2024-02-09T20:10:04.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:03 smithi129 conmon[40092]: osdmap e38: 8 total, 8 up, 8 in 2024-02-09T20:10:04.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:03 smithi129 conmon[40092]: audit 2024-02-09T20:10:04.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:03 smithi129 conmon[40092]: 2024-02-09T20:10:03. 2024-02-09T20:10:04.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:03 smithi129 conmon[40092]: 943836+0000 mon.smithi005 (mon.0) 2024-02-09T20:10:04.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:03 smithi129 conmon[40092]: 552 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-09T20:10:05.274 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:05 smithi129 conmon[40092]: cluster 2024-02-09T20:10:02.118929+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-09T20:10:05.275 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:05 smithi129 conmon[40092]: cluster 2024-02-09T20:10:02.118999+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:10:05.275 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:05 smithi129 conmon[40092]: audit 2024-02-09T20:10:04.016585+0000 mon.smithi005 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:10:05.275 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:05 smithi129 conmon[40092]: cluster 2024-02-09T20:10:04.053762+0000 mgr.smithi005.drqcnv (mgr.14182) 108 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:05.275 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:05 smithi129 conmon[40092]: audit 2024-02-09T20:10:04.191223+0000 mon.smithi005 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.5:0/3561713132' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:10:05.275 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:05 smithi129 conmon[40092]: cluster 2024-02-09T20:10:04.944349+0000 mon.smithi005 (mon.0) 555 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-09T20:10:05.282 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:05 smithi005 conmon[35754]: cluster 2024-02-09T20:10:02.118929+0000 osd.7 (osd.7) 1 : 2024-02-09T20:10:05.282 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:05 smithi005 conmon[35754]: cluster [DBG] purged_snaps scrub starts 2024-02-09T20:10:05.282 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:05 smithi005 conmon[35754]: cluster 2024-02-09T20:10:02.118999+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-09T20:10:05.282 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:05 smithi005 conmon[35754]: audit 2024-02-09T20:10:04.016585+0000 mon.smithi005 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:10:05.282 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:05 smithi005 conmon[35754]: cluster 2024-02-09T20:10:04.053762+0000 mgr.smithi005.drqcnv (mgr.14182) 108 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:05.283 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:05 smithi005 conmon[35754]: audit 2024-02-09T20:10:04.191223+0000 mon.smithi005 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.5:0/3561713132' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-09T20:10:05.283 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:05 smithi005 conmon[35754]: cluster 2024-02-09T20:10:04.944349+0000 mon.smithi005 (mon.0) 555 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-09T20:10:05.284 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":38,"num_osds":8,"num_up_osds":8,"osd_up_since":1707509403,"num_in_osds":8,"osd_in_since":1707509360,"num_remapped_pgs":1} 2024-02-09T20:10:05.284 INFO:tasks.cephadm:Setting up client nodes... 2024-02-09T20:10:05.285 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-09T20:10:07.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:06 smithi129 conmon[40092]: cluster 2024-02-09T20:10:05.945672+0000 mon.smithi005 (mon.0) 2024-02-09T20:10:07.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:06 smithi129 conmon[40092]: 556 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-09T20:10:07.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:06 smithi005 conmon[35754]: cluster 2024-02-09T20:10:05.945672+0000 mon.smithi005 (mon 2024-02-09T20:10:07.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:06 smithi005 conmon[35754]: .0) 556 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-09T20:10:08.164 INFO:teuthology.orchestra.run.smithi005.stdout:[client.0] 2024-02-09T20:10:08.164 INFO:teuthology.orchestra.run.smithi005.stdout: key = AQCghsZl6bByCRAABUXfYK5NPOOZeWi3GnJIMA== 2024-02-09T20:10:08.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:07 smithi129 conmon[40092]: cluster 2024-02-09T20:10:06.054052+0000 mgr.smithi005.drqcnv (mgr.14182) 109 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:08.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:07 smithi129 conmon[40092]: audit 2024-02-09T20:10:07.392322+0000 mon.smithi005 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:10:08.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:07 smithi129 conmon[40092]: audit 2024-02-09T20:10:07.684800+0000 mon.smithi005 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:08.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:07 smithi129 conmon[40092]: audit 2024-02-09T20:10:07.685673+0000 mon.smithi005 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:08.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:07 smithi129 conmon[40092]: audit 2024-02-09T20:10:07.686599+0000 mon.smithi005 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:08.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:07 smithi129 conmon[40092]: audit 2024-02-09T20:10:07.687404+0000 mon.smithi005 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:08.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:07 smithi129 conmon[40092]: audit 2024-02-09T20:10:07.692361+0000 mon.smithi005 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:10:08.394 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:07 smithi005 conmon[35754]: cluster 2024-02-09T20:10:06.054052+0000 mgr.smithi005.drqcnv (mgr.14182) 109 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:08.394 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:07 smithi005 conmon[35754]: audit 2024-02-09T20:10:07.392322+0000 mon.smithi005 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:10:08.394 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:07 smithi005 conmon[35754]: audit 2024-02-09T20:10:07.684800+0000 mon.smithi005 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:08.394 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:07 smithi005 conmon[35754]: audit 2024-02-09T20:10:07.685673+0000 mon.smithi005 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:08.394 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:07 smithi005 conmon[35754]: audit 2024-02-09T20:10:07.686599+0000 mon.smithi005 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:08.394 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:07 smithi005 conmon[35754]: audit 2024-02-09T20:10:07.687404+0000 mon.smithi005 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:08.394 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:07 smithi005 conmon[35754]: audit 2024-02-09T20:10:07.692361+0000 mon.smithi005 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:10:08.853 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-09T20:10:08.853 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-09T20:10:08.853 DEBUG:teuthology.orchestra.run.smithi005:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-09T20:10:08.906 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-09T20:10:09.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:08 smithi129 conmon[40092]: cephadm 2024-02-09T20:10:07.386132+0000 mgr.smithi005.drqcnv (mgr.14182) 110 : cephadm [INF] Detected new or changed devices on smithi129 2024-02-09T20:10:09.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:08 smithi129 conmon[40092]: 2024-02-09T20:10:09.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:08 smithi129 conmon[40092]: cephadm 2024-02-09T20:10:07.688032+0000 mgr.smithi005.drqcnv (mgr.14182) 111 : cephadm [INF] Adjusting osd_memory_target on smithi129 to 3990M 2024-02-09T20:10:09.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:08 smithi129 conmon[40092]: audit 2024-02-09T20:10:08.086861+0000 mon.smithi005 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:10:09.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:08 smithi129 conmon[40092]: audit 2024-02-09T20:10:08.158242+0000 mon.smithi005 (mon.0) 564 : audit [INF] from='client.? 172.21.15.5:0/3762114956' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-09T20:10:09.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:08 smithi129 conmon[40092]: audit 2024-02-09T20:10:08.162751+0000 mon.smithi005 (mon.0) 565 : audit [INF] from='client.? 172.21.15.5:0/3762114956' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-09T20:10:09.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:08 smithi005 conmon[35754]: cephadm 2024-02-09T20:10:07.386132+0000 mgr.smithi005.drqcnv (mgr.14182) 110 : cephadm [INF] Detected new or changed devices on smithi129 2024-02-09T20:10:09.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:08 smithi005 conmon[35754]: 2024-02-09T20:10:09.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:08 smithi005 conmon[35754]: cephadm 2024-02-09T20:10:07.688032+0000 mgr.smithi005.drqcnv (mgr.14182) 111 : cephadm [INF] Adjusting osd_memory_target on smithi129 to 3990M 2024-02-09T20:10:09.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:08 smithi005 conmon[35754]: audit 2024-02-09T20:10:08.086861+0000 mon.smithi005 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:10:09.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:08 smithi005 conmon[35754]: audit 2024-02-09T20:10:08.158242+0000 mon.smithi005 (mon.0) 564 : audit [INF] from='client.? 172.21.15.5:0/3762114956' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-09T20:10:09.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:08 smithi005 conmon[35754]: audit 2024-02-09T20:10:08.162751+0000 mon.smithi005 (mon.0) 565 : audit [INF] from='client.? 172.21.15.5:0/3762114956' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-09T20:10:10.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:09 smithi129 conmon[40092]: cluster 2024-02-09T20:10:08.054367+0000 mgr.smithi005.drqcnv (mgr.14182) 112 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:10.215 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:09 smithi005 conmon[35754]: cluster 2024-02-09T20:10:08.054367+0000 mgr.smithi005.drqcnv (mgr.14182) 112 : cluster 2024-02-09T20:10:10.216 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:09 smithi005 conmon[35754]: [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:10.745 INFO:teuthology.orchestra.run.smithi129.stdout:[client.1] 2024-02-09T20:10:10.745 INFO:teuthology.orchestra.run.smithi129.stdout: key = AQCihsZlp9sTLBAAIS1Yx5Ew55DfQ8r4aAiwig== 2024-02-09T20:10:11.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:10 smithi129 conmon[40092]: audit 2024-02-09T20:10:10.738679+0000 mon.smithi129 (mon.1) 21 : audit [INF] from='client.? 172.21.15.129:0/3902779797' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-09T20:10:11.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:10 smithi129 conmon[40092]: audit 2024-02-09T20:10:10.739235+0000 mon.smithi005 (mon.0) 566 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-09T20:10:11.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:10 smithi129 conmon[40092]: audit 2024-02-09T20:10:10.743302+0000 mon.smithi005 (mon.0) 567 : 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 2024-02-09T20:10:11.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:10 smithi005 conmon[35754]: audit 2024-02-09T20:10:10.738679+0000 mon.smithi129 (mon.1) 21 : audit [INF] from='client.? 172.21.15.129:0/3902779797' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-09T20:10:11.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:10 smithi005 conmon[35754]: audit 2024-02-09T20:10:10.739235+0000 mon.smithi005 (mon.0) 566 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-09T20:10:11.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:10 smithi005 conmon[35754]: audit 2024-02-09T20:10:10.743302+0000 mon.smithi005 (mon.0) 567 : 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 2024-02-09T20:10:11.424 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-02-09T20:10:11.424 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-09T20:10:11.424 DEBUG:teuthology.orchestra.run.smithi129:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-09T20:10:11.468 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-09T20:10:12.226 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:10:12.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:11 smithi129 conmon[40092]: cluster 2024-02-09T20:10:10.054893+0000 mgr.smithi005.drqcnv (mgr.14182) 113 : 2024-02-09T20:10:12.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:11 smithi129 conmon[40092]: cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:12.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:11 smithi005 conmon[35754]: cluster 2024-02-09T20:10:10.054893+0000 mgr.smithi005.drqcnv (mgr.14182) 113 2024-02-09T20:10:12.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:11 smithi005 conmon[35754]: : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:13.562 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:13 smithi005 conmon[35754]: cluster 2024-02-09T20:10:12.055301+0000 mgr.smithi005.drqcnv (mgr.14182) 114 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:13.562 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:13 smithi005 conmon[35754]: cephadm 2024-02-09T20:10:12.433248+0000 mgr.smithi005.drqcnv (mgr.14182) 115 : cephadm [INF] Detected new or changed devices on smithi005 2024-02-09T20:10:13.562 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:13 smithi005 conmon[35754]: audit 2024-02-09T20:10:12.439906+0000 mon.smithi005 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:10:13.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:13 smithi005 conmon[35754]: audit 2024-02-09T20:10:13.149178+0000 mon.smithi005 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:13.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:13 smithi005 conmon[35754]: audit 2024-02-09T20:10:13.149925+0000 mon.smithi005 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:13.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:13 smithi005 conmon[35754]: audit 2024-02-09T20:10:13.150549+0000 mon.smithi005 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:13.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:13 smithi005 conmon[35754]: audit 2024-02-09T20:10:13.151184+0000 mon.smithi005 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:13.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:13 smithi005 conmon[35754]: audit 2024-02-09T20:10:13.155961+0000 mon.smithi005 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:10:13.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:13 smithi005 conmon[35754]: audit 2024-02-09T20:10:13.156987+0000 mon.smithi005 (mon.0) 574 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:10:13.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:13 smithi005 conmon[35754]: audit 2024-02-09T20:10:13.157713+0000 mon.smithi005 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:10:13.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:13 smithi005 conmon[35754]: audit 2024-02-09T20:10:13.161977+0000 mon.smithi005 (mon.0) 576 : audit [INF] 2024-02-09T20:10:13.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:13 smithi005 conmon[35754]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:10:13.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:13 smithi005 conmon[35754]: audit 2024-02-09T20:10:13.165769+0000 mon.smithi005 (mon.0) 577 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:10:13.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:13 smithi005 conmon[35754]: audit 2024-02-09T20:10:13.168804+0000 mon.smithi005 (mon.0) 578 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:10:13.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:13 smithi005 conmon[35754]: audit 2024-02-09T20:10:13.170096+0000 mon.smithi005 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:10:13.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:13 smithi005 conmon[35754]: audit 2024-02-09T20:10:13.170305+0000 mon.smithi005 (mon.0) 580 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:10:13.563 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:13 smithi005 conmon[35754]: audit 2024-02-09T20:10:13.170777+0000 mon.smithi005 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:10:13.701 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: cluster 2024-02-09T20:10:12.055301+0000 mgr.smithi005.drqcnv (mgr.14182) 114 : 2024-02-09T20:10:13.701 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:13.701 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: cephadm 2024-02-09T20:10:12.433248+0000 mgr.smithi005.drqcnv (mgr.14182) 115 : cephadm [INF] Detected new or changed devices on smithi005 2024-02-09T20:10:13.701 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: audit 2024 2024-02-09T20:10:13.701 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: -02-09T20:10:12.439906+0000 mon.smithi005 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:10:13.701 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: audit 2024- 2024-02-09T20:10:13.701 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: 02-09T20:10:13.149178+0000 mon.smithi005 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:13.701 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: audit 2024-02-09T20:10:13.149925+0000 mon.smithi005 ( 2024-02-09T20:10:13.701 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:13.702 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: audit 2024-02-09T20:10:13.702 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: 2024-02-09T20:10:13.150549+0000 mon.smithi005 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:13.702 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: audit 2024-02-09T20:10:13.151184+0000 2024-02-09T20:10:13.702 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: mon.smithi005 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:10:13.702 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: audit 2024-02-09T20:10:13.155961+0000 mon.smithi005 (mon. 2024-02-09T20:10:13.702 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: 0) 573 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:10:13.702 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: audit 2024-02-09T20:10:13.702 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: 2024-02-09T20:10:13.156987+0000 mon.smithi005 (mon.0) 574 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:10:13.702 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: audit 2024-02-09T 2024-02-09T20:10:13.702 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: 20:10:13.157713+0000 mon.smithi005 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:10:13.702 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: 2024-02-09T20:10:13.702 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: audit 2024-02-09T20:10:13 2024-02-09T20:10:13.702 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: .161977+0000 mon.smithi005 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:10:13.702 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: audit 2024-02-09T20:10:13.702 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: 2024-02-09T20:10:13.165769+0000 mon.smithi005 (mon.0) 577 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:10:13.702 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: 2024-02-09T20:10:13.703 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: audit 2024-02-09T20:10:13 2024-02-09T20:10:13.703 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: .168804+0000 mon.smithi005 (mon.0) 578 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:10:13.703 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: audit 2024-02-09T20:10:13.703 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: 2024-02-09T20:10:13.170096+0000 mon.smithi005 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-09T20:10:13.703 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: audit 2024-02-09T20:10:13.170305+0000 mon.smithi005 (mon. 2024-02-09T20:10:13.703 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: 0) 580 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:10:13.703 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: audit 2024 2024-02-09T20:10:13.703 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:13 smithi129 conmon[40092]: -02-09T20:10:13.170777+0000 mon.smithi005 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:10:13.979 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:10:13.979 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":40,"fsid":"887d148e-c786-11ee-95b8-87774f69a715","created":"2024-02-09T20:06:06.683481+0000","modified":"2024-02-09T20:10:05.941695+0000","last_up_change":"2024-02-09T20:10:03.938768+0000","last_in_change":"2024-02-09T20:09:20.475603+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-09T20:09:43.686893+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":"26","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":"be586f1d-4a14-48f1-9d2b-3954a35fc7b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6800","nonce":2715488967},{"type":"v1","addr":"172.21.15.129:6801","nonce":2715488967}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6802","nonce":2715488967},{"type":"v1","addr":"172.21.15.129:6803","nonce":2715488967}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6806","nonce":2715488967},{"type":"v1","addr":"172.21.15.129:6807","nonce":2715488967}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6804","nonce":2715488967},{"type":"v1","addr":"172.21.15.129:6805","nonce":2715488967}]},"public_addr":"172.21.15.129:6801/2715488967","cluster_addr":"172.21.15.129:6803/2715488967","heartbeat_back_addr":"172.21.15.129:6807/2715488967","heartbeat_front_addr":"172.21.15.129:6805/2715488967","state":["exists","up"]},{"osd":1,"uuid":"c835b8d2-8b3b-43cf-b9af-4b4eb9f26214","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6802","nonce":347856134},{"type":"v1","addr":"172.21.15.5:6803","nonce":347856134}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":347856134},{"type":"v1","addr":"172.21.15.5:6805","nonce":347856134}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":347856134},{"type":"v1","addr":"172.21.15.5:6809","nonce":347856134}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":347856134},{"type":"v1","addr":"172.21.15.5:6807","nonce":347856134}]},"public_addr":"172.21.15.5:6803/347856134","cluster_addr":"172.21.15.5:6805/347856134","heartbeat_back_addr":"172.21.15.5:6809/347856134","heartbeat_front_addr":"172.21.15.5:6807/347856134","state":["exists","up"]},{"osd":2,"uuid":"822d3b7b-0528-44f0-b3b9-7ab69694a0a3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6808","nonce":2064694177},{"type":"v1","addr":"172.21.15.129:6809","nonce":2064694177}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6810","nonce":2064694177},{"type":"v1","addr":"172.21.15.129:6811","nonce":2064694177}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6814","nonce":2064694177},{"type":"v1","addr":"172.21.15.129:6815","nonce":2064694177}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6812","nonce":2064694177},{"type":"v1","addr":"172.21.15.129:6813","nonce":2064694177}]},"public_addr":"172.21.15.129:6809/2064694177","cluster_addr":"172.21.15.129:6811/2064694177","heartbeat_back_addr":"172.21.15.129:6815/2064694177","heartbeat_front_addr":"172.21.15.129:6813/2064694177","state":["exists","up"]},{"osd":3,"uuid":"9d52f15a-73ef-41c5-9fd8-22feedb3a0d4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6810","nonce":1629225853},{"type":"v1","addr":"172.21.15.5:6811","nonce":1629225853}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6812","nonce":1629225853},{"type":"v1","addr":"172.21.15.5:6813","nonce":1629225853}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6816","nonce":1629225853},{"type":"v1","addr":"172.21.15.5:6817","nonce":1629225853}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6814","nonce":1629225853},{"type":"v1","addr":"172.21.15.5:6815","nonce":1629225853}]},"public_addr":"172.21.15.5:6811/1629225853","cluster_addr":"172.21.15.5:6813/1629225853","heartbeat_back_addr":"172.21.15.5:6817/1629225853","heartbeat_front_addr":"172.21.15.5:6815/1629225853","state":["exists","up"]},{"osd":4,"uuid":"6a4389f6-b517-40fc-8085-313e945a7b1f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6816","nonce":605601451},{"type":"v1","addr":"172.21.15.129:6817","nonce":605601451}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6818","nonce":605601451},{"type":"v1","addr":"172.21.15.129:6819","nonce":605601451}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6822","nonce":605601451},{"type":"v1","addr":"172.21.15.129:6823","nonce":605601451}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6820","nonce":605601451},{"type":"v1","addr":"172.21.15.129:6821","nonce":605601451}]},"public_addr":"172.21.15.129:6817/605601451","cluster_addr":"172.21.15.129:6819/605601451","heartbeat_back_addr":"172.21.15.129:6823/605601451","heartbeat_front_addr":"172.21.15.129:6821/605601451","state":["exists","up"]},{"osd":5,"uuid":"aa7bbc4a-b7e2-40ee-b4f5-6edabfb6f302","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6818","nonce":2631406180},{"type":"v1","addr":"172.21.15.5:6819","nonce":2631406180}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6820","nonce":2631406180},{"type":"v1","addr":"172.21.15.5:6821","nonce":2631406180}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6824","nonce":2631406180},{"type":"v1","addr":"172.21.15.5:6825","nonce":2631406180}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6822","nonce":2631406180},{"type":"v1","addr":"172.21.15.5:6823","nonce":2631406180}]},"public_addr":"172.21.15.5:6819/2631406180","cluster_addr":"172.21.15.5:6821/2631406180","heartbeat_back_addr":"172.21.15.5:6825/2631406180","heartbeat_front_addr":"172.21.15.5:6823/2631406180","state":["exists","up"]},{"osd":6,"uuid":"dfbf81cc-1340-4bba-944f-102a436af395","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6824","nonce":3189333271},{"type":"v1","addr":"172.21.15.129:6825","nonce":3189333271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6826","nonce":3189333271},{"type":"v1","addr":"172.21.15.129:6827","nonce":3189333271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6830","nonce":3189333271},{"type":"v1","addr":"172.21.15.129:6831","nonce":3189333271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6828","nonce":3189333271},{"type":"v1","addr":"172.21.15.129:6829","nonce":3189333271}]},"public_addr":"172.21.15.129:6825/3189333271","cluster_addr":"172.21.15.129:6827/3189333271","heartbeat_back_addr":"172.21.15.129:6831/3189333271","heartbeat_front_addr":"172.21.15.129:6829/3189333271","state":["exists","up"]},{"osd":7,"uuid":"d586bd1f-22e4-46c1-bc32-850e6a1ff2e7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6826","nonce":103990211},{"type":"v1","addr":"172.21.15.5:6827","nonce":103990211}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6828","nonce":103990211},{"type":"v1","addr":"172.21.15.5:6829","nonce":103990211}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6832","nonce":103990211},{"type":"v1","addr":"172.21.15.5:6833","nonce":103990211}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6830","nonce":103990211},{"type":"v1","addr":"172.21.15.5:6831","nonce":103990211}]},"public_addr":"172.21.15.5:6827/103990211","cluster_addr":"172.21.15.5:6829/103990211","heartbeat_back_addr":"172.21.15.5:6833/103990211","heartbeat_front_addr":"172.21.15.5:6831/103990211","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":"2024-02-09T20:09:33.635664+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":"2024-02-09T20:09:41.354823+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":"2024-02-09T20:09:38.262553+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":"2024-02-09T20:09:47.596301+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":"2024-02-09T20:09:42.957604+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":"2024-02-09T20:09:55.535077+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":"2024-02-09T20:09:47.817547+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":"2024-02-09T20:10:02.119002+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.5:0/3586134151":"2024-02-10T20:07:54.029661+0000","172.21.15.5:0/2971742692":"2024-02-10T20:07:01.037765+0000","172.21.15.5:0/673068256":"2024-02-10T20:07:01.037765+0000","172.21.15.5:6800/2197562704":"2024-02-10T20:07:01.037765+0000","172.21.15.5:6801/123429500":"2024-02-10T20:07:54.029661+0000","172.21.15.5:0/3010513419":"2024-02-10T20:06:32.515777+0000","172.21.15.5:0/673459090":"2024-02-10T20:06:32.515777+0000","172.21.15.5:0/1238550955":"2024-02-10T20:07:54.029661+0000","172.21.15.5:6800/123429500":"2024-02-10T20:07:54.029661+0000","172.21.15.5:6800/2712253671":"2024-02-10T20:06:32.515777+0000","172.21.15.5:6801/2197562704":"2024-02-10T20:07:01.037765+0000","172.21.15.5:6801/2712253671":"2024-02-10T20:06:32.515777+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}} 2024-02-09T20:10:14.698 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:14 smithi129 conmon[40092]: cephadm 2024-02-09T20:10:13.151699+0000 2024-02-09T20:10:14.699 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:14 smithi129 conmon[40092]: mgr.smithi005.drqcnv (mgr.14182) 116 : cephadm [INF] Adjusting osd_memory_target on smithi005 to 3223M 2024-02-09T20:10:14.699 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:14 smithi129 conmon[40092]: audit 2024-02-09T20:10:13.977432+0000 mon.smithi129 (mon.1) 22 : audit [DBG] from='client.? 172.21.15.5:0/1781256487' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-09T20:10:14.866 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:14 smithi005 conmon[35754]: cephadm 2024-02-09T20:10:13.151699+0000 mgr.smithi005.drqcnv (mgr.14182) 116 : cephadm [INF] Adjusting osd_memory_target on smithi005 to 3223M 2024-02-09T20:10:14.866 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:14 smithi005 conmon[35754]: audit 2024-02-09T20:10:13.977432+0000 mon.smithi129 (mon.1) 22 : audit [DBG] from='client.? 172.21.15.5:0/1781256487' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-09T20:10:14.889 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-09T20:09:43.686893+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': '26', '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': {}}}] 2024-02-09T20:10:14.889 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-09T20:10:15.444 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:10:15.647 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:15 smithi005 conmon[35754]: cluster 2024-02-09T20:10:14.055654+0000 mgr.smithi005.drqcnv (mgr.14182) 117 : 2024-02-09T20:10:15.647 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:15 smithi005 conmon[35754]: cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:15.775 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:15 smithi129 conmon[40092]: cluster 2024-02-09T20:10:14.055654+0000 mgr.smithi005.drqcnv (mgr.14182) 117 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:17.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:17 smithi005 conmon[35754]: cluster 2024-02-09T20:10:16.055993+0000 mgr.smithi005.drqcnv (mgr.14182) 118 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:17.781 INFO:teuthology.orchestra.run.smithi005.stdout:pg_num: 1 2024-02-09T20:10:17.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:17 smithi129 conmon[40092]: cluster 2024-02-09T20:10:16.055993+0000 mgr.smithi005.drqcnv (mgr.14182) 118 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:18.372 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-09T20:10:18.372 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-09T20:10:18.373 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph mgr dump --format=json 2024-02-09T20:10:18.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:18 smithi005 conmon[35754]: audit 2024-02-09T20:10:17.779394+0000 mon.smithi005 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.5:0/2911073843' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-09T20:10:18.749 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:18 smithi129 conmon[40092]: audit 2024-02-09T20:10:17.779394+0000 mon.smithi005 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.5:0/2911073843' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-09T20:10:19.516 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:10:19.648 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:19 smithi129 conmon[40092]: cluster 2024-02-09T20:10:18.056289+0000 mgr.smithi005.drqcnv (mgr.14182) 119 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:19.753 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:19 smithi005 conmon[35754]: cluster 2024-02-09T20:10:18.056289+0000 mgr.smithi005.drqcnv (mgr.14182) 119 2024-02-09T20:10:19.754 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:19 smithi005 conmon[35754]: : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:21.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:21 smithi129 conmon[40092]: cluster 2024-02-09T20:10:20.056616+0000 mgr.smithi005.drqcnv (mgr.14182) 120 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:21.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:21 smithi129 conmon[40092]: audit 2024-02-09T20:10:21.392064+0000 mon.smithi005 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:10:21.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:21 smithi005 conmon[35754]: cluster 2024-02-09T20:10:20.056616+0000 mgr.smithi005.drqcnv (mgr.14182) 120 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:21.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:21 smithi005 conmon[35754]: audit 2024-02-09T20:10:21.392064+0000 mon.smithi005 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:10:21.990 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:10:22.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:22 smithi005 conmon[35754]: audit 2024-02-09T20:10:21.984102+0000 mon.smithi005 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.5:0/577042360' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-09T20:10:22.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:22 smithi129 conmon[40092]: audit 2024-02-09T20:10:21.984102+0000 mon.smithi005 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.5:0/577042360' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-09T20:10:23.312 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi005.drqcnv","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6800","nonce":2858506526},{"type":"v1","addr":"172.21.15.5:6801","nonce":2858506526}]},"active_addr":"172.21.15.5:6801/2858506526","active_change":"2024-02-09T20:07:54.029801+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi129.zcbvcd","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.5:8443/","prometheus":"http://172.21.15.5: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.5:0","nonce":3250821951}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.5:0","nonce":2831107318}]}]} 2024-02-09T20:10:23.315 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-09T20:10:23.315 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-09T20:10:23.315 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-09T20:10:23.627 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:23 smithi005 conmon[35754]: cluster 2024-02-09T20:10:22. 2024-02-09T20:10:23.628 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:23 smithi005 conmon[35754]: 057115+0000 mgr.smithi005.drqcnv (mgr.14182) 121 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:23.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:23 smithi129 conmon[40092]: cluster 2024-02-09T20:10:22.057115+0000 mgr.smithi005.drqcnv (mgr.14182) 121 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:23.896 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:10:25.779 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:25 smithi005 conmon[35754]: cluster 2024-02-09T20:10:24.057438+0000 mgr.smithi005.drqcnv (mgr.14182) 122 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:25.779 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:25 smithi005 conmon[35754]: audit 2024-02-09T20:10:25.336108+0000 mon.smithi005 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:10:25.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:25 smithi129 conmon[40092]: cluster 2024-02-09T20:10:24.057438+0000 mgr.smithi005.drqcnv (mgr.14182) 122 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:25.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:25 smithi129 conmon[40092]: 2024-02-09T20:10:25.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:25 smithi129 conmon[40092]: audit 2024-02-09T20:10:25.336108+0000 mon.smithi005 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:10:26.168 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:10:26.169 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":40,"fsid":"887d148e-c786-11ee-95b8-87774f69a715","created":"2024-02-09T20:06:06.683481+0000","modified":"2024-02-09T20:10:05.941695+0000","last_up_change":"2024-02-09T20:10:03.938768+0000","last_in_change":"2024-02-09T20:09:20.475603+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-09T20:09:43.686893+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":"26","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":"be586f1d-4a14-48f1-9d2b-3954a35fc7b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6800","nonce":2715488967},{"type":"v1","addr":"172.21.15.129:6801","nonce":2715488967}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6802","nonce":2715488967},{"type":"v1","addr":"172.21.15.129:6803","nonce":2715488967}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6806","nonce":2715488967},{"type":"v1","addr":"172.21.15.129:6807","nonce":2715488967}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6804","nonce":2715488967},{"type":"v1","addr":"172.21.15.129:6805","nonce":2715488967}]},"public_addr":"172.21.15.129:6801/2715488967","cluster_addr":"172.21.15.129:6803/2715488967","heartbeat_back_addr":"172.21.15.129:6807/2715488967","heartbeat_front_addr":"172.21.15.129:6805/2715488967","state":["exists","up"]},{"osd":1,"uuid":"c835b8d2-8b3b-43cf-b9af-4b4eb9f26214","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6802","nonce":347856134},{"type":"v1","addr":"172.21.15.5:6803","nonce":347856134}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":347856134},{"type":"v1","addr":"172.21.15.5:6805","nonce":347856134}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":347856134},{"type":"v1","addr":"172.21.15.5:6809","nonce":347856134}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":347856134},{"type":"v1","addr":"172.21.15.5:6807","nonce":347856134}]},"public_addr":"172.21.15.5:6803/347856134","cluster_addr":"172.21.15.5:6805/347856134","heartbeat_back_addr":"172.21.15.5:6809/347856134","heartbeat_front_addr":"172.21.15.5:6807/347856134","state":["exists","up"]},{"osd":2,"uuid":"822d3b7b-0528-44f0-b3b9-7ab69694a0a3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6808","nonce":2064694177},{"type":"v1","addr":"172.21.15.129:6809","nonce":2064694177}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6810","nonce":2064694177},{"type":"v1","addr":"172.21.15.129:6811","nonce":2064694177}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6814","nonce":2064694177},{"type":"v1","addr":"172.21.15.129:6815","nonce":2064694177}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6812","nonce":2064694177},{"type":"v1","addr":"172.21.15.129:6813","nonce":2064694177}]},"public_addr":"172.21.15.129:6809/2064694177","cluster_addr":"172.21.15.129:6811/2064694177","heartbeat_back_addr":"172.21.15.129:6815/2064694177","heartbeat_front_addr":"172.21.15.129:6813/2064694177","state":["exists","up"]},{"osd":3,"uuid":"9d52f15a-73ef-41c5-9fd8-22feedb3a0d4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6810","nonce":1629225853},{"type":"v1","addr":"172.21.15.5:6811","nonce":1629225853}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6812","nonce":1629225853},{"type":"v1","addr":"172.21.15.5:6813","nonce":1629225853}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6816","nonce":1629225853},{"type":"v1","addr":"172.21.15.5:6817","nonce":1629225853}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6814","nonce":1629225853},{"type":"v1","addr":"172.21.15.5:6815","nonce":1629225853}]},"public_addr":"172.21.15.5:6811/1629225853","cluster_addr":"172.21.15.5:6813/1629225853","heartbeat_back_addr":"172.21.15.5:6817/1629225853","heartbeat_front_addr":"172.21.15.5:6815/1629225853","state":["exists","up"]},{"osd":4,"uuid":"6a4389f6-b517-40fc-8085-313e945a7b1f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6816","nonce":605601451},{"type":"v1","addr":"172.21.15.129:6817","nonce":605601451}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6818","nonce":605601451},{"type":"v1","addr":"172.21.15.129:6819","nonce":605601451}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6822","nonce":605601451},{"type":"v1","addr":"172.21.15.129:6823","nonce":605601451}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6820","nonce":605601451},{"type":"v1","addr":"172.21.15.129:6821","nonce":605601451}]},"public_addr":"172.21.15.129:6817/605601451","cluster_addr":"172.21.15.129:6819/605601451","heartbeat_back_addr":"172.21.15.129:6823/605601451","heartbeat_front_addr":"172.21.15.129:6821/605601451","state":["exists","up"]},{"osd":5,"uuid":"aa7bbc4a-b7e2-40ee-b4f5-6edabfb6f302","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6818","nonce":2631406180},{"type":"v1","addr":"172.21.15.5:6819","nonce":2631406180}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6820","nonce":2631406180},{"type":"v1","addr":"172.21.15.5:6821","nonce":2631406180}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6824","nonce":2631406180},{"type":"v1","addr":"172.21.15.5:6825","nonce":2631406180}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6822","nonce":2631406180},{"type":"v1","addr":"172.21.15.5:6823","nonce":2631406180}]},"public_addr":"172.21.15.5:6819/2631406180","cluster_addr":"172.21.15.5:6821/2631406180","heartbeat_back_addr":"172.21.15.5:6825/2631406180","heartbeat_front_addr":"172.21.15.5:6823/2631406180","state":["exists","up"]},{"osd":6,"uuid":"dfbf81cc-1340-4bba-944f-102a436af395","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6824","nonce":3189333271},{"type":"v1","addr":"172.21.15.129:6825","nonce":3189333271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6826","nonce":3189333271},{"type":"v1","addr":"172.21.15.129:6827","nonce":3189333271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6830","nonce":3189333271},{"type":"v1","addr":"172.21.15.129:6831","nonce":3189333271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6828","nonce":3189333271},{"type":"v1","addr":"172.21.15.129:6829","nonce":3189333271}]},"public_addr":"172.21.15.129:6825/3189333271","cluster_addr":"172.21.15.129:6827/3189333271","heartbeat_back_addr":"172.21.15.129:6831/3189333271","heartbeat_front_addr":"172.21.15.129:6829/3189333271","state":["exists","up"]},{"osd":7,"uuid":"d586bd1f-22e4-46c1-bc32-850e6a1ff2e7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6826","nonce":103990211},{"type":"v1","addr":"172.21.15.5:6827","nonce":103990211}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6828","nonce":103990211},{"type":"v1","addr":"172.21.15.5:6829","nonce":103990211}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6832","nonce":103990211},{"type":"v1","addr":"172.21.15.5:6833","nonce":103990211}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6830","nonce":103990211},{"type":"v1","addr":"172.21.15.5:6831","nonce":103990211}]},"public_addr":"172.21.15.5:6827/103990211","cluster_addr":"172.21.15.5:6829/103990211","heartbeat_back_addr":"172.21.15.5:6833/103990211","heartbeat_front_addr":"172.21.15.5:6831/103990211","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":"2024-02-09T20:09:33.635664+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":"2024-02-09T20:09:41.354823+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":"2024-02-09T20:09:38.262553+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":"2024-02-09T20:09:47.596301+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":"2024-02-09T20:09:42.957604+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":"2024-02-09T20:09:55.535077+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":"2024-02-09T20:09:47.817547+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":"2024-02-09T20:10:02.119002+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.5:0/3586134151":"2024-02-10T20:07:54.029661+0000","172.21.15.5:0/2971742692":"2024-02-10T20:07:01.037765+0000","172.21.15.5:0/673068256":"2024-02-10T20:07:01.037765+0000","172.21.15.5:6800/2197562704":"2024-02-10T20:07:01.037765+0000","172.21.15.5:6801/123429500":"2024-02-10T20:07:54.029661+0000","172.21.15.5:0/3010513419":"2024-02-10T20:06:32.515777+0000","172.21.15.5:0/673459090":"2024-02-10T20:06:32.515777+0000","172.21.15.5:0/1238550955":"2024-02-10T20:07:54.029661+0000","172.21.15.5:6800/123429500":"2024-02-10T20:07:54.029661+0000","172.21.15.5:6800/2712253671":"2024-02-10T20:06:32.515777+0000","172.21.15.5:6801/2197562704":"2024-02-10T20:07:01.037765+0000","172.21.15.5:6801/2712253671":"2024-02-10T20:06:32.515777+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}} 2024-02-09T20:10:26.784 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:26 smithi005 conmon[35754]: audit 2024-02-09T20:10:26.166475+0000 mon.smithi005 (mon.0 2024-02-09T20:10:26.784 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:26 smithi005 conmon[35754]: ) 586 : audit [DBG] from='client.? 172.21.15.5:0/1872593874' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-09T20:10:26.806 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-09T20:10:26.806 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-09T20:10:26.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:26 smithi129 conmon[40092]: audit 2024-02-09T20:10:26.166475+0000 mon.smithi005 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.5:0/1872593874' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-09T20:10:26.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:26 smithi129 conmon[40092]: 2024-02-09T20:10:27.192 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:10:27.757 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:27 smithi005 conmon[35754]: cluster 2024-02-09T20:10:26.057818+0000 mgr.smithi005.drqcnv (mgr.14182) 123 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:27.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:27 smithi129 conmon[40092]: cluster 2024-02-09T20:10:26.057818+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:10:27.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:27 smithi129 conmon[40092]: 123 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:28.828 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:10:28.828 INFO:teuthology.orchestra.run.smithi005.stdout:{"epoch":40,"fsid":"887d148e-c786-11ee-95b8-87774f69a715","created":"2024-02-09T20:06:06.683481+0000","modified":"2024-02-09T20:10:05.941695+0000","last_up_change":"2024-02-09T20:10:03.938768+0000","last_in_change":"2024-02-09T20:09:20.475603+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-09T20:09:43.686893+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":"26","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":"be586f1d-4a14-48f1-9d2b-3954a35fc7b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6800","nonce":2715488967},{"type":"v1","addr":"172.21.15.129:6801","nonce":2715488967}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6802","nonce":2715488967},{"type":"v1","addr":"172.21.15.129:6803","nonce":2715488967}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6806","nonce":2715488967},{"type":"v1","addr":"172.21.15.129:6807","nonce":2715488967}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6804","nonce":2715488967},{"type":"v1","addr":"172.21.15.129:6805","nonce":2715488967}]},"public_addr":"172.21.15.129:6801/2715488967","cluster_addr":"172.21.15.129:6803/2715488967","heartbeat_back_addr":"172.21.15.129:6807/2715488967","heartbeat_front_addr":"172.21.15.129:6805/2715488967","state":["exists","up"]},{"osd":1,"uuid":"c835b8d2-8b3b-43cf-b9af-4b4eb9f26214","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6802","nonce":347856134},{"type":"v1","addr":"172.21.15.5:6803","nonce":347856134}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6804","nonce":347856134},{"type":"v1","addr":"172.21.15.5:6805","nonce":347856134}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6808","nonce":347856134},{"type":"v1","addr":"172.21.15.5:6809","nonce":347856134}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6806","nonce":347856134},{"type":"v1","addr":"172.21.15.5:6807","nonce":347856134}]},"public_addr":"172.21.15.5:6803/347856134","cluster_addr":"172.21.15.5:6805/347856134","heartbeat_back_addr":"172.21.15.5:6809/347856134","heartbeat_front_addr":"172.21.15.5:6807/347856134","state":["exists","up"]},{"osd":2,"uuid":"822d3b7b-0528-44f0-b3b9-7ab69694a0a3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6808","nonce":2064694177},{"type":"v1","addr":"172.21.15.129:6809","nonce":2064694177}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6810","nonce":2064694177},{"type":"v1","addr":"172.21.15.129:6811","nonce":2064694177}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6814","nonce":2064694177},{"type":"v1","addr":"172.21.15.129:6815","nonce":2064694177}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6812","nonce":2064694177},{"type":"v1","addr":"172.21.15.129:6813","nonce":2064694177}]},"public_addr":"172.21.15.129:6809/2064694177","cluster_addr":"172.21.15.129:6811/2064694177","heartbeat_back_addr":"172.21.15.129:6815/2064694177","heartbeat_front_addr":"172.21.15.129:6813/2064694177","state":["exists","up"]},{"osd":3,"uuid":"9d52f15a-73ef-41c5-9fd8-22feedb3a0d4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6810","nonce":1629225853},{"type":"v1","addr":"172.21.15.5:6811","nonce":1629225853}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6812","nonce":1629225853},{"type":"v1","addr":"172.21.15.5:6813","nonce":1629225853}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6816","nonce":1629225853},{"type":"v1","addr":"172.21.15.5:6817","nonce":1629225853}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6814","nonce":1629225853},{"type":"v1","addr":"172.21.15.5:6815","nonce":1629225853}]},"public_addr":"172.21.15.5:6811/1629225853","cluster_addr":"172.21.15.5:6813/1629225853","heartbeat_back_addr":"172.21.15.5:6817/1629225853","heartbeat_front_addr":"172.21.15.5:6815/1629225853","state":["exists","up"]},{"osd":4,"uuid":"6a4389f6-b517-40fc-8085-313e945a7b1f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6816","nonce":605601451},{"type":"v1","addr":"172.21.15.129:6817","nonce":605601451}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6818","nonce":605601451},{"type":"v1","addr":"172.21.15.129:6819","nonce":605601451}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6822","nonce":605601451},{"type":"v1","addr":"172.21.15.129:6823","nonce":605601451}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6820","nonce":605601451},{"type":"v1","addr":"172.21.15.129:6821","nonce":605601451}]},"public_addr":"172.21.15.129:6817/605601451","cluster_addr":"172.21.15.129:6819/605601451","heartbeat_back_addr":"172.21.15.129:6823/605601451","heartbeat_front_addr":"172.21.15.129:6821/605601451","state":["exists","up"]},{"osd":5,"uuid":"aa7bbc4a-b7e2-40ee-b4f5-6edabfb6f302","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6818","nonce":2631406180},{"type":"v1","addr":"172.21.15.5:6819","nonce":2631406180}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6820","nonce":2631406180},{"type":"v1","addr":"172.21.15.5:6821","nonce":2631406180}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6824","nonce":2631406180},{"type":"v1","addr":"172.21.15.5:6825","nonce":2631406180}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6822","nonce":2631406180},{"type":"v1","addr":"172.21.15.5:6823","nonce":2631406180}]},"public_addr":"172.21.15.5:6819/2631406180","cluster_addr":"172.21.15.5:6821/2631406180","heartbeat_back_addr":"172.21.15.5:6825/2631406180","heartbeat_front_addr":"172.21.15.5:6823/2631406180","state":["exists","up"]},{"osd":6,"uuid":"dfbf81cc-1340-4bba-944f-102a436af395","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6824","nonce":3189333271},{"type":"v1","addr":"172.21.15.129:6825","nonce":3189333271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6826","nonce":3189333271},{"type":"v1","addr":"172.21.15.129:6827","nonce":3189333271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6830","nonce":3189333271},{"type":"v1","addr":"172.21.15.129:6831","nonce":3189333271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6828","nonce":3189333271},{"type":"v1","addr":"172.21.15.129:6829","nonce":3189333271}]},"public_addr":"172.21.15.129:6825/3189333271","cluster_addr":"172.21.15.129:6827/3189333271","heartbeat_back_addr":"172.21.15.129:6831/3189333271","heartbeat_front_addr":"172.21.15.129:6829/3189333271","state":["exists","up"]},{"osd":7,"uuid":"d586bd1f-22e4-46c1-bc32-850e6a1ff2e7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6826","nonce":103990211},{"type":"v1","addr":"172.21.15.5:6827","nonce":103990211}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6828","nonce":103990211},{"type":"v1","addr":"172.21.15.5:6829","nonce":103990211}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6832","nonce":103990211},{"type":"v1","addr":"172.21.15.5:6833","nonce":103990211}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.5:6830","nonce":103990211},{"type":"v1","addr":"172.21.15.5:6831","nonce":103990211}]},"public_addr":"172.21.15.5:6827/103990211","cluster_addr":"172.21.15.5:6829/103990211","heartbeat_back_addr":"172.21.15.5:6833/103990211","heartbeat_front_addr":"172.21.15.5:6831/103990211","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":"2024-02-09T20:09:33.635664+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":"2024-02-09T20:09:41.354823+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":"2024-02-09T20:09:38.262553+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":"2024-02-09T20:09:47.596301+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":"2024-02-09T20:09:42.957604+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":"2024-02-09T20:09:55.535077+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":"2024-02-09T20:09:47.817547+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":"2024-02-09T20:10:02.119002+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.5:0/3586134151":"2024-02-10T20:07:54.029661+0000","172.21.15.5:0/2971742692":"2024-02-10T20:07:01.037765+0000","172.21.15.5:0/673068256":"2024-02-10T20:07:01.037765+0000","172.21.15.5:6800/2197562704":"2024-02-10T20:07:01.037765+0000","172.21.15.5:6801/123429500":"2024-02-10T20:07:54.029661+0000","172.21.15.5:0/3010513419":"2024-02-10T20:06:32.515777+0000","172.21.15.5:0/673459090":"2024-02-10T20:06:32.515777+0000","172.21.15.5:0/1238550955":"2024-02-10T20:07:54.029661+0000","172.21.15.5:6800/123429500":"2024-02-10T20:07:54.029661+0000","172.21.15.5:6800/2712253671":"2024-02-10T20:06:32.515777+0000","172.21.15.5:6801/2197562704":"2024-02-10T20:07:01.037765+0000","172.21.15.5:6801/2712253671":"2024-02-10T20:06:32.515777+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}} 2024-02-09T20:10:29.435 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-09T20:10:29.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:29 smithi129 conmon[40092]: cluster 2024-02-09T20:10:28.058199+0000 mgr.smithi005.drqcnv (mgr.14182) 124 : cluster 2024-02-09T20:10:29.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:29 smithi129 conmon[40092]: [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:29.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:29 smithi129 conmon[40092]: audit 2024-02-09T20:10:28.825913+0000 mon.smithi005 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.5:0/3933085029' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-09T20:10:29.828 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:10:29.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:29 smithi005 conmon[35754]: cluster 2024-02-09T20:10:28.058199+0000 mgr.smithi005.drqcnv (mgr.14182) 124 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:29.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:29 smithi005 conmon[35754]: audit 2024-02-09T20:10:28.825913+0000 mon.smithi005 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.5:0/3933085029' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-09T20:10:31.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:31 smithi129 conmon[40092]: cluster 2024-02-09T20:10:30.058581+0000 mgr.smithi005.drqcnv (mgr.14182) 125 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:31.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:31 smithi005 conmon[35754]: cluster 2024-02-09T20:10:30.058581+0000 mgr.smithi005.drqcnv (mgr.14182) 125 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:32.028 INFO:teuthology.orchestra.run.smithi005.stdout:68719476750 2024-02-09T20:10:32.029 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-09T20:10:32.411 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:10:33.619 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:33 smithi005 conmon[35754]: cluster 2024-02-09T20:10:32.058984+0000 mgr.smithi005.drqcnv (mgr.14182) 126 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:33.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:33 smithi129 conmon[40092]: cluster 2024-02-09T20:10:32.058984+0000 mgr.smithi005.drqcnv (mgr.14182) 126 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:34.506 INFO:teuthology.orchestra.run.smithi005.stdout:98784247820 2024-02-09T20:10:34.507 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-09T20:10:34.890 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:10:35.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:35 smithi129 conmon[40092]: cluster 2024-02-09T20:10:34.059556+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:10:35.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:35 smithi129 conmon[40092]: ) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:35.865 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:35 smithi005 conmon[35754]: cluster 2024-02-09T20:10:34.059556+0000 mgr.smithi005.drqcnv (mgr.14182) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:37.069 INFO:teuthology.orchestra.run.smithi005.stdout:85899345934 2024-02-09T20:10:37.070 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-09T20:10:37.458 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:10:37.755 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:37 smithi005 conmon[35754]: cluster 2024-02-09T20:10:36.059999+0000 mgr.smithi005.drqcnv (mgr.14182) 128 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:37.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:37 smithi129 conmon[40092]: cluster 2024-02-09T20:10:36.059999+0000 mgr.smithi005.drqcnv (mgr.14182) 128 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:39.637 INFO:teuthology.orchestra.run.smithi005.stdout:124554051596 2024-02-09T20:10:39.637 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-09T20:10:39.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:39 smithi129 conmon[40092]: cluster 2024-02-09T20:10:38.060348+0000 mgr.smithi005.drqcnv (mgr.14182) 129 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:39.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:39 smithi005 conmon[35754]: cluster 2024-02-09T20:10:38.060348+0000 mgr.smithi005.drqcnv (mgr.14182) 129 : cluster [DBG] 2024-02-09T20:10:39.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:39 smithi005 conmon[35754]: pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:40.023 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:10:41.562 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:41 smithi005 conmon[35754]: cluster 2024-02-09T20:10:40.060700+0000 mgr.smithi005.drqcnv (mgr.14182) 130 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:41.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:41 smithi129 conmon[40092]: cluster 2024-02-09T20:10:40.060700+0000 mgr.smithi005.drqcnv (mgr.14182) 130 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:42.130 INFO:teuthology.orchestra.run.smithi005.stdout:103079215119 2024-02-09T20:10:42.131 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-09T20:10:42.516 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:10:43.733 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:43 smithi005 conmon[35754]: cluster 2024-02-09T20:10:42.061140+0000 mgr.smithi005.drqcnv (mgr.14182) 131 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:43.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:43 smithi129 conmon[40092]: cluster 2024-02-09T20:10:42.061140+0000 mgr.smithi005.drqcnv (mgr.14182) 131 : cluster [DBG] 2024-02-09T20:10:43.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:43 smithi129 conmon[40092]: pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:44.527 INFO:teuthology.orchestra.run.smithi005.stdout:146028888077 2024-02-09T20:10:44.528 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-09T20:10:44.912 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:10:45.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:45 smithi129 conmon[40092]: cluster 2024-02-09T20:10:44.061552+0000 mgr.smithi005.drqcnv (mgr.14182) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:45.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:45 smithi129 conmon[40092]: 2024-02-09T20:10:45.873 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:45 smithi005 conmon[35754]: cluster 2024-02-09T20:10:44.061552+0000 mgr.smithi005.drqcnv (mgr.14182) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:47.036 INFO:teuthology.orchestra.run.smithi005.stdout:124554051598 2024-02-09T20:10:47.037 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-09T20:10:47.426 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:10:47.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:47 smithi129 conmon[40092]: cluster 2024-02-09T20:10:46.062005+0000 mgr.smithi005.drqcnv (mgr.14182) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:47.841 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:47 smithi005 conmon[35754]: cluster 2024-02-09T20:10:46.062005+0000 mgr.smithi005.drqcnv (mgr.14182) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:49.553 INFO:teuthology.orchestra.run.smithi005.stdout:163208757259 2024-02-09T20:10:49.554 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-09T20:10:49.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:49 smithi129 conmon[40092]: cluster 2024-02-09T20:10:48.062478+0000 mgr.smithi005.drqcnv (mgr.14182) 134 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:49.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:49 smithi005 conmon[35754]: cluster 2024-02-09T20:10:48.062478+0000 mgr.smithi005.drqcnv (mgr.14182) 134 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:49.941 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:10:51.543 INFO:teuthology.orchestra.run.smithi005.stdout:68719476753 2024-02-09T20:10:51.771 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:51 smithi005 conmon[35754]: cluster 2024-02-09T20:10:50.063048+0000 mgr.smithi005.drqcnv (mgr.14182) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:51.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:51 smithi129 conmon[40092]: cluster 2024-02-09T20:10:50.063048+0000 mgr.smithi005.drqcnv (mgr.14182) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:52.171 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476750 got 68719476753 for osd.0 2024-02-09T20:10:52.171 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-09T20:10:52.557 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:10:52.796 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:52 smithi005 conmon[35754]: audit 2024-02-09T20:10:51.541949+0000 mon.smithi005 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.5:0/1282062275' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-09T20:10:52.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:52 smithi129 conmon[40092]: audit 2024-02-09T20:10:51.541949+0000 mon.smithi005 (mon.0) 588 : audit 2024-02-09T20:10:52.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:52 smithi129 conmon[40092]: [DBG] from='client.? 172.21.15.5:0/1282062275' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-09T20:10:53.782 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:53 smithi005 conmon[35754]: cluster 2024-02-09T20:10:52.063492+0000 mgr.smithi005.drqcnv (mgr.14182) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:53.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:53 smithi129 conmon[40092]: cluster 2024-02-09T20:10:52.063492+0000 mgr.smithi005.drqcnv (mgr.14182) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:54.169 INFO:teuthology.orchestra.run.smithi005.stdout:98784247823 2024-02-09T20:10:54.780 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:54 smithi005 conmon[35754]: audit 2024-02-09T20:10:54.167987+0000 mon.smithi005 (mon. 2024-02-09T20:10:54.780 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:54 smithi005 conmon[35754]: 0) 589 : audit [DBG] from='client.? 172.21.15.5:0/3263601856' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-09T20:10:54.802 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247820 got 98784247823 for osd.1 2024-02-09T20:10:54.802 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-09T20:10:54.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:54 smithi129 conmon[40092]: audit 2024-02-09T20:10:54.167987+0000 mon.smithi005 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.5:0/3263601856' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-09T20:10:55.189 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:10:55.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:55 smithi005 conmon[35754]: cluster 2024-02-09T20:10:54.063828+0000 mgr.smithi005.drqcnv (mgr.14182) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:55.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:55 smithi129 conmon[40092]: cluster 2024-02-09T20:10:54.063828+0000 mgr.smithi005.drqcnv (mgr.14182) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:56.792 INFO:teuthology.orchestra.run.smithi005.stdout:85899345938 2024-02-09T20:10:57.435 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345934 got 85899345938 for osd.2 2024-02-09T20:10:57.435 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-09T20:10:57.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:57 smithi129 conmon[40092]: cluster 2024-02-09T20:10:56.064136+0000 mgr.smithi005.drqcnv (mgr.14182) 138 : cluster 2024-02-09T20:10:57.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:57 smithi129 conmon[40092]: [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:57.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:57 smithi129 conmon[40092]: audit 2024-02-09T20:10:56.791005+0000 mon.smithi005 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.5:0/3955982551' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-09T20:10:57.817 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:10:57.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:57 smithi005 conmon[35754]: cluster 2024-02-09T20:10:56.064136+0000 mgr.smithi005.drqcnv (mgr.14182) 138 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:57.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:57 smithi005 conmon[35754]: audit 2024-02-09T20:10:56.791005+0000 mon.smithi005 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.5:0/3955982551' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-09T20:10:59.471 INFO:teuthology.orchestra.run.smithi005.stdout:124554051600 2024-02-09T20:10:59.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:59 smithi129 conmon[40092]: cluster 2024-02-09T20:10:58.064561+0000 mgr.smithi005.drqcnv (mgr.14182) 139 : cluster 2024-02-09T20:10:59.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:59 smithi129 conmon[40092]: [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:59.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:10:59 smithi129 conmon[40092]: audit 2024-02-09T20:10:59.469268+0000 mon.smithi005 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.5:0/3402856792' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-09T20:10:59.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:59 smithi005 conmon[35754]: cluster 2024-02-09T20:10:58.064561+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:10:59.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:59 smithi005 conmon[35754]: 14182) 139 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:10:59.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:10:59 smithi005 conmon[35754]: audit 2024-02-09T20:10:59.469268+0000 mon.smithi005 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.5:0/3402856792' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-09T20:11:00.051 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051596 got 124554051600 for osd.3 2024-02-09T20:11:00.052 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-09T20:11:00.439 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:11:01.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:01 smithi005 conmon[35754]: cluster 2024-02-09T20:11:00.065045+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:11:01.748 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:01 smithi005 conmon[35754]: ) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:01.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:01 smithi129 conmon[40092]: cluster 2024-02-09T20:11:00.065045+0000 mgr.smithi005.drqcnv (mgr.14182) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:02.124 INFO:teuthology.orchestra.run.smithi005.stdout:103079215122 2024-02-09T20:11:02.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:02 smithi129 conmon[40092]: audit 2024-02-09T20:11:02.122332+0000 mon.smithi005 (mon.0) 592 : audit 2024-02-09T20:11:02.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:02 smithi129 conmon[40092]: [DBG] from='client.? 172.21.15.5:0/4087137012' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-09T20:11:02.864 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:02 smithi005 conmon[35754]: audit 2024-02-09T20:11:02.122332+0000 mon.smithi005 ( 2024-02-09T20:11:02.864 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:02 smithi005 conmon[35754]: mon.0) 592 : audit [DBG] from='client.? 172.21.15.5:0/4087137012' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-09T20:11:02.885 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215119 got 103079215122 for osd.4 2024-02-09T20:11:02.885 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-09T20:11:03.267 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:11:03.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:03 smithi129 conmon[40092]: cluster 2024-02-09T20:11:02.065426+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:11:03.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:03 smithi129 conmon[40092]: 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:03.886 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:03 smithi005 conmon[35754]: cluster 2024-02-09T20:11:02.065426+0000 mgr.smithi005.drqcnv (mgr.14182) 141 : cluster 2024-02-09T20:11:03.886 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:03 smithi005 conmon[35754]: [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:04.968 INFO:teuthology.orchestra.run.smithi005.stdout:146028888081 2024-02-09T20:11:05.644 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888077 got 146028888081 for osd.5 2024-02-09T20:11:05.644 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-09T20:11:05.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:05 smithi129 conmon[40092]: cluster 2024-02-09T20:11:04.065986+0000 mgr.smithi005.drqcnv (mgr.14182) 142 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:05.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:05 smithi129 conmon[40092]: 2024-02-09T20:11:05.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:05 smithi129 conmon[40092]: audit 2024-02-09T20:11:04.967308+0000 mon.smithi005 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.5:0/3730242672' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-09T20:11:05.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:05 smithi005 conmon[35754]: cluster 2024-02-09T20:11:04.065986+0000 mgr.smithi005.drqcnv (mgr.14182) 142 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:05.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:05 smithi005 conmon[35754]: audit 2024-02-09T20:11:04.967308+0000 mon.smithi005 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.5:0/3730242672' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-09T20:11:06.031 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:11:07.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:07 smithi005 conmon[35754]: cluster 2024-02-09T20:11:06.066393+0000 mgr.smithi005.drqcnv (mgr.14182) 143 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:07.692 INFO:teuthology.orchestra.run.smithi005.stdout:124554051602 2024-02-09T20:11:07.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:07 smithi129 conmon[40092]: cluster 2024-02-09T20:11:06.066393+0000 mgr.smithi005.drqcnv (mgr.14182) 143 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:07.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:07 smithi129 conmon[40092]: 2024-02-09T20:11:08.333 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051598 got 124554051602 for osd.6 2024-02-09T20:11:08.333 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-09T20:11:08.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:08 smithi005 conmon[35754]: audit 2024-02-09T20:11:07.690918+0000 mon.smithi005 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.5:0/4037968693' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-09T20:11:08.718 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:11:09.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:08 smithi129 conmon[40092]: audit 2024-02-09T20:11:07.690918+0000 mon.smithi005 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.5:0/4037968693' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-09T20:11:09.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:09 smithi005 conmon[35754]: cluster 2024-02-09T20:11:08.066804+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:11:09.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:09 smithi005 conmon[35754]: ) 144 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:10.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:09 smithi129 conmon[40092]: cluster 2024-02-09T20:11:08.066804+0000 mgr.smithi005.drqcnv (mgr.14182) 144 : cluster 2024-02-09T20:11:10.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:09 smithi129 conmon[40092]: [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:10.358 INFO:teuthology.orchestra.run.smithi005.stdout:163208757263 2024-02-09T20:11:10.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:10 smithi005 conmon[35754]: audit 2024-02-09T20:11:10.356817+0000 mon.smithi005 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.5:0/4276571496' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-09T20:11:10.985 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757259 got 163208757263 for osd.7 2024-02-09T20:11:10.985 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-09T20:11:10.985 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph pg dump --format=json 2024-02-09T20:11:11.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:10 smithi129 conmon[40092]: audit 2024-02-09T20:11:10.356817+0000 mon.smithi005 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.5:0/4276571496' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-09T20:11:11.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:10 smithi129 conmon[40092]: 2024-02-09T20:11:11.374 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:11:11.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:11 smithi005 conmon[35754]: cluster 2024-02-09T20:11:10.067148+0000 mgr.smithi005.drqcnv (mgr.14182) 145 : 2024-02-09T20:11:11.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:11 smithi005 conmon[35754]: cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:12.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:11 smithi129 conmon[40092]: cluster 2024-02-09T20:11:10.067148+0000 mgr.smithi005.drqcnv (mgr.14182) 145 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:12.995 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:11:12.997 INFO:teuthology.orchestra.run.smithi005.stderr:dumped all 2024-02-09T20:11:13.593 INFO:teuthology.orchestra.run.smithi005.stdout:{"pg_ready":true,"pg_map":{"version":128,"stamp":"2024-02-09T20:11:12.067432+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":2379904,"kb_used_data":3136,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548544,"statfs":{"total":767926730752,"available":765489709056,"internally_reserved":0,"allocated":3211264,"data_stored":1234368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-02-09T20:10:06.597180+0000","last_change":"2024-02-09T20:10:06.597180+0000","last_active":"2024-02-09T20:10:06.597180+0000","last_peered":"2024-02-09T20:10:06.597180+0000","last_clean":"2024-02-09T20:10:06.597180+0000","last_became_active":"2024-02-09T20:10:06.596812+0000","last_became_peered":"2024-02-09T20:10:06.596812+0000","last_unstale":"2024-02-09T20:10:06.597180+0000","last_undegraded":"2024-02-09T20:10:06.597180+0000","last_fullsized":"2024-02-09T20:10:06.597180+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-09T20:09:44.209428+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-09T20:09:44.209428+0000","last_clean_scrub_stamp":"2024-02-09T20:09:44.209428+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757264,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154296,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 9 20:11:05 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.56299999999999994}]},{"osd":1,"last update":"Fri Feb 9 20:11:05 2024","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"last":0.48299999999999998}]},{"osd":2,"last update":"Fri Feb 9 20:11:05 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.59699999999999998}]},{"osd":3,"last update":"Fri Feb 9 20:11:05 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.45500000000000002}]},{"osd":4,"last update":"Fri Feb 9 20:11:05 2024","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.51200000000000001},{"interface":"front","average":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"last":0.622}]},{"osd":5,"last update":"Fri Feb 9 20:11:05 2024","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.53800000000000003},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.69999999999999996}]},{"osd":6,"last update":"Fri Feb 9 20:11:05 2024","interfaces":[{"interface":"back","average":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.745},{"interface":"front","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.57699999999999996}]}]},{"osd":5,"up_from":34,"seq":146028888082,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154296,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 9 20:10:59 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":2.887,"5min":2.887,"15min":2.887},"last":0.57499999999999996}]},{"osd":1,"last update":"Fri Feb 9 20:10:59 2024","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.33900000000000002},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.35299999999999998}]},{"osd":2,"last update":"Fri Feb 9 20:10:59 2024","interfaces":[{"interface":"back","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":1.536,"5min":1.536,"15min":1.536},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":2.9359999999999999,"5min":2.9359999999999999,"15min":2.9359999999999999},"last":0.53500000000000003}]},{"osd":3,"last update":"Fri Feb 9 20:10:59 2024","interfaces":[{"interface":"back","average":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":2.9780000000000002,"5min":2.9780000000000002,"15min":2.9780000000000002},"last":0.32600000000000001},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":1.0309999999999999,"5min":1.0309999999999999,"15min":1.0309999999999999},"last":0.44400000000000001}]},{"osd":4,"last update":"Fri Feb 9 20:10:59 2024","interfaces":[{"interface":"back","average":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"last":0.499},{"interface":"front","average":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.6200000000000001,"5min":1.6200000000000001,"15min":1.6200000000000001},"last":0.51600000000000001}]},{"osd":6,"last update":"Fri Feb 9 20:10:59 2024","interfaces":[{"interface":"back","average":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":3.016,"5min":3.016,"15min":3.016},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.52400000000000002}]},{"osd":7,"last update":"Fri Feb 9 20:11:07 2024","interfaces":[{"interface":"back","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.48499999999999999}]}]},{"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":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154296,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 9 20:10:40 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.19900000000000001,"5min":0.19900000000000001,"15min":0.19900000000000001},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.28799999999999998},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"last":0.36799999999999999}]},{"osd":1,"last update":"Fri Feb 9 20:10:46 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.70999999999999996}]},{"osd":3,"last update":"Fri Feb 9 20:10:49 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.77000000000000002}]},{"osd":4,"last update":"Fri Feb 9 20:10:46 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.42699999999999999}]},{"osd":5,"last update":"Fri Feb 9 20:10:57 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.63},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.69899999999999995}]},{"osd":6,"last update":"Fri Feb 9 20:10:49 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.38600000000000001}]},{"osd":7,"last update":"Fri Feb 9 20:11:06 2024","interfaces":[{"interface":"back","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.746},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.59299999999999997}]}]},{"osd":0,"up_from":16,"seq":68719476758,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154296,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Feb 9 20:10:45 2024","interfaces":[{"interface":"back","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.67200000000000004},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.72599999999999998}]},{"osd":2,"last update":"Fri Feb 9 20:10:45 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.44500000000000001}]},{"osd":3,"last update":"Fri Feb 9 20:10:54 2024","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.73399999999999999},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.71699999999999997}]},{"osd":4,"last update":"Fri Feb 9 20:10:45 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.53900000000000003}]},{"osd":5,"last update":"Fri Feb 9 20:10:57 2024","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.69899999999999995},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.68700000000000006}]},{"osd":6,"last update":"Fri Feb 9 20:10:54 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.58199999999999996}]},{"osd":7,"last update":"Fri Feb 9 20:11:04 2024","interfaces":[{"interface":"back","average":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.86899999999999999,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.77200000000000002},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.747}]}]},{"osd":1,"up_from":23,"seq":98784247827,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154296,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 9 20:10:46 2024","interfaces":[{"interface":"back","average":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"last":0.70199999999999996},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.51100000000000001}]},{"osd":2,"last update":"Fri Feb 9 20:10:46 2024","interfaces":[{"interface":"back","average":{"1min":0.629,"5min":0.629,"15min":0.629},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.72299999999999998},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.5}]},{"osd":3,"last update":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.35699999999999998},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.46600000000000003}]},{"osd":4,"last update":"Fri Feb 9 20:10:46 2024","interfaces":[{"interface":"back","average":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"min":{"1min":0.503,"5min":0.503,"15min":0.503},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.76900000000000002},{"interface":"front","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.53200000000000003}]},{"osd":5,"last update":"Fri Feb 9 20:11:00 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":1.107,"5min":1.107,"15min":1.107},"last":0.439}]},{"osd":6,"last update":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"min":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"last":0.754}]},{"osd":7,"last update":"Fri Feb 9 20:11:05 2024","interfaces":[{"interface":"back","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":1.05,"5min":1.05,"15min":1.05},"last":0.61799999999999999}]}]},{"osd":4,"up_from":24,"seq":103079215125,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154296,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 9 20:10:45 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.28999999999999998},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.38900000000000001}]},{"osd":1,"last update":"Fri Feb 9 20:10:45 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.61899999999999999}]},{"osd":2,"last update":"Fri Feb 9 20:10:45 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.437},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.36399999999999999}]},{"osd":3,"last update":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.53300000000000003},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.58699999999999997}]},{"osd":5,"last update":"Fri Feb 9 20:10:59 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.51400000000000001}]},{"osd":6,"last update":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.46999999999999997}]},{"osd":7,"last update":"Fri Feb 9 20:11:06 2024","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.48599999999999999},{"interface":"front","average":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"last":0.56999999999999995}]}]},{"osd":3,"up_from":29,"seq":124554051603,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154296,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 9 20:10:52 2024","interfaces":[{"interface":"back","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.72099999999999997}]},{"osd":1,"last update":"Fri Feb 9 20:10:52 2024","interfaces":[{"interface":"back","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.47999999999999998},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":1.0840000000000001,"5min":1.0840000000000001,"15min":1.0840000000000001},"last":0.40300000000000002}]},{"osd":2,"last update":"Fri Feb 9 20:10:52 2024","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.68400000000000005}]},{"osd":4,"last update":"Fri Feb 9 20:10:52 2024","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.61099999999999999}]},{"osd":5,"last update":"Fri Feb 9 20:10:59 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":1.1160000000000001,"5min":1.1160000000000001,"15min":1.1160000000000001},"last":0.433},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.41599999999999998}]},{"osd":6,"last update":"Fri Feb 9 20:10:52 2024","interfaces":[{"interface":"back","average":{"1min":0.629,"5min":0.629,"15min":0.629},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.627},{"interface":"front","average":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"min":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.70099999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65200000000000002}]}]},{"osd":6,"up_from":29,"seq":124554051603,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154296,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.31900000000000001}]},{"osd":1,"last update":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.47999999999999998}]},{"osd":2,"last update":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.44},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.42299999999999999}]},{"osd":3,"last update":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.505}]},{"osd":4,"last update":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.873,"5min":0.873,"15min":0.873},"last":0.40899999999999997}]},{"osd":5,"last update":"Fri Feb 9 20:10:57 2024","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.58799999999999997}]},{"osd":7,"last update":"Fri Feb 9 20:11:05 2024","interfaces":[{"interface":"back","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.56499999999999995}]}]}],"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}]}} 2024-02-09T20:11:13.595 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph pg dump --format=json 2024-02-09T20:11:13.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:13 smithi005 conmon[35754]: cluster 2024-02-09T20:11:12.067648+0000 mgr.smithi005.drqcnv (mgr.14182) 146 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:13.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:13 smithi005 conmon[35754]: audit 2024-02-09T20:11:12.990529+0000 mgr.smithi005.drqcnv (mgr.14182) 147 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:11:13.978 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:11:14.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:13 smithi129 conmon[40092]: cluster 2024-02-09T20:11:12.067648+0000 mgr.smithi005.drqcnv (mgr.14182) 146 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:14.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:13 smithi129 conmon[40092]: audit 2024-02-09T20:11:12.990529+0000 mgr.smithi005.drqcnv (mgr.14182) 147 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:11:15.627 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:11:15.629 INFO:teuthology.orchestra.run.smithi005.stderr:dumped all 2024-02-09T20:11:15.900 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:15 smithi005 conmon[35754]: cluster 2024-02-09T20:11:14.068066+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:11:15.901 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:15 smithi005 conmon[35754]: 148 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:16.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:15 smithi129 conmon[40092]: cluster 2024-02-09T20:11:14.068066+0000 mgr.smithi005.drqcnv (mgr.14182) 148 : cluster [DBG] 2024-02-09T20:11:16.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:15 smithi129 conmon[40092]: pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:16.331 INFO:teuthology.orchestra.run.smithi005.stdout:{"pg_ready":true,"pg_map":{"version":129,"stamp":"2024-02-09T20:11:14.067889+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":2379904,"kb_used_data":3136,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548544,"statfs":{"total":767926730752,"available":765489709056,"internally_reserved":0,"allocated":3211264,"data_stored":1234368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-02-09T20:10:06.597180+0000","last_change":"2024-02-09T20:10:06.597180+0000","last_active":"2024-02-09T20:10:06.597180+0000","last_peered":"2024-02-09T20:10:06.597180+0000","last_clean":"2024-02-09T20:10:06.597180+0000","last_became_active":"2024-02-09T20:10:06.596812+0000","last_became_peered":"2024-02-09T20:10:06.596812+0000","last_unstale":"2024-02-09T20:10:06.597180+0000","last_undegraded":"2024-02-09T20:10:06.597180+0000","last_fullsized":"2024-02-09T20:10:06.597180+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-09T20:09:44.209428+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-09T20:09:44.209428+0000","last_clean_scrub_stamp":"2024-02-09T20:09:44.209428+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757265,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154296,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 9 20:11:05 2024","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.67200000000000004},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.49299999999999999}]},{"osd":1,"last update":"Fri Feb 9 20:11:05 2024","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.52700000000000002},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"last":0.42399999999999999}]},{"osd":2,"last update":"Fri Feb 9 20:11:05 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.63100000000000001}]},{"osd":3,"last update":"Fri Feb 9 20:11:05 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.64600000000000002},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.51100000000000001}]},{"osd":4,"last update":"Fri Feb 9 20:11:05 2024","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.56299999999999994},{"interface":"front","average":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"last":0.58299999999999996}]},{"osd":5,"last update":"Fri Feb 9 20:11:05 2024","interfaces":[{"interface":"back","average":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.54500000000000004}]},{"osd":6,"last update":"Fri Feb 9 20:11:05 2024","interfaces":[{"interface":"back","average":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.61099999999999999}]}]},{"osd":5,"up_from":34,"seq":146028888083,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154296,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 9 20:10:59 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.60499999999999998},{"interface":"front","average":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":2.887,"5min":2.887,"15min":2.887},"last":0.55700000000000005}]},{"osd":1,"last update":"Fri Feb 9 20:10:59 2024","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.53800000000000003},{"interface":"front","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.496}]},{"osd":2,"last update":"Fri Feb 9 20:10:59 2024","interfaces":[{"interface":"back","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":1.536,"5min":1.536,"15min":1.536},"last":0.64600000000000002},{"interface":"front","average":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":2.9359999999999999,"5min":2.9359999999999999,"15min":2.9359999999999999},"last":0.66700000000000004}]},{"osd":3,"last update":"Fri Feb 9 20:10:59 2024","interfaces":[{"interface":"back","average":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":2.9780000000000002,"5min":2.9780000000000002,"15min":2.9780000000000002},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":1.0309999999999999,"5min":1.0309999999999999,"15min":1.0309999999999999},"last":0.47099999999999997}]},{"osd":4,"last update":"Fri Feb 9 20:10:59 2024","interfaces":[{"interface":"back","average":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":1.6200000000000001,"5min":1.6200000000000001,"15min":1.6200000000000001},"last":0.69799999999999995}]},{"osd":6,"last update":"Fri Feb 9 20:10:59 2024","interfaces":[{"interface":"back","average":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":3.016,"5min":3.016,"15min":3.016},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.68400000000000005}]},{"osd":7,"last update":"Fri Feb 9 20:11:07 2024","interfaces":[{"interface":"back","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"last":0.58099999999999996},{"interface":"front","average":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.73099999999999998}]}]},{"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":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154296,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 9 20:10:40 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.19900000000000001,"5min":0.19900000000000001,"15min":0.19900000000000001},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.28799999999999998},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"last":0.36799999999999999}]},{"osd":1,"last update":"Fri Feb 9 20:10:46 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.70999999999999996}]},{"osd":3,"last update":"Fri Feb 9 20:10:49 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.77000000000000002}]},{"osd":4,"last update":"Fri Feb 9 20:10:46 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.42699999999999999}]},{"osd":5,"last update":"Fri Feb 9 20:10:57 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.63},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.69899999999999995}]},{"osd":6,"last update":"Fri Feb 9 20:10:49 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.38600000000000001}]},{"osd":7,"last update":"Fri Feb 9 20:11:06 2024","interfaces":[{"interface":"back","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.746},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.59299999999999997}]}]},{"osd":0,"up_from":16,"seq":68719476758,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154296,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Feb 9 20:10:45 2024","interfaces":[{"interface":"back","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.67200000000000004},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.72599999999999998}]},{"osd":2,"last update":"Fri Feb 9 20:10:45 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.44500000000000001}]},{"osd":3,"last update":"Fri Feb 9 20:10:54 2024","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.73399999999999999},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.71699999999999997}]},{"osd":4,"last update":"Fri Feb 9 20:10:45 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.53900000000000003}]},{"osd":5,"last update":"Fri Feb 9 20:10:57 2024","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.69899999999999995},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.68700000000000006}]},{"osd":6,"last update":"Fri Feb 9 20:10:54 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.58199999999999996}]},{"osd":7,"last update":"Fri Feb 9 20:11:04 2024","interfaces":[{"interface":"back","average":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.86899999999999999,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.77200000000000002},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.747}]}]},{"osd":1,"up_from":23,"seq":98784247828,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154296,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 9 20:10:46 2024","interfaces":[{"interface":"back","average":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.67100000000000004}]},{"osd":2,"last update":"Fri Feb 9 20:10:46 2024","interfaces":[{"interface":"back","average":{"1min":0.629,"5min":0.629,"15min":0.629},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.69699999999999995},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.76900000000000002}]},{"osd":3,"last update":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.35599999999999998},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.47299999999999998}]},{"osd":4,"last update":"Fri Feb 9 20:10:46 2024","interfaces":[{"interface":"back","average":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"min":{"1min":0.503,"5min":0.503,"15min":0.503},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.61199999999999999},{"interface":"front","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.72599999999999998}]},{"osd":5,"last update":"Fri Feb 9 20:11:00 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":1.107,"5min":1.107,"15min":1.107},"last":0.45300000000000001}]},{"osd":6,"last update":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"min":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"last":0.68300000000000005}]},{"osd":7,"last update":"Fri Feb 9 20:11:05 2024","interfaces":[{"interface":"back","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":1.05,"5min":1.05,"15min":1.05},"last":0.59699999999999998}]}]},{"osd":4,"up_from":24,"seq":103079215125,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154296,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 9 20:10:45 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.28999999999999998},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.38900000000000001}]},{"osd":1,"last update":"Fri Feb 9 20:10:45 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.61899999999999999}]},{"osd":2,"last update":"Fri Feb 9 20:10:45 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.437},{"interface":"front","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.36399999999999999}]},{"osd":3,"last update":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.53300000000000003},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.58699999999999997}]},{"osd":5,"last update":"Fri Feb 9 20:10:59 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.51400000000000001}]},{"osd":6,"last update":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.46999999999999997}]},{"osd":7,"last update":"Fri Feb 9 20:11:06 2024","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.48599999999999999},{"interface":"front","average":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"last":0.56999999999999995}]}]},{"osd":3,"up_from":29,"seq":124554051603,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154296,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 9 20:10:52 2024","interfaces":[{"interface":"back","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.72099999999999997}]},{"osd":1,"last update":"Fri Feb 9 20:10:52 2024","interfaces":[{"interface":"back","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.47999999999999998},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":1.0840000000000001,"5min":1.0840000000000001,"15min":1.0840000000000001},"last":0.40300000000000002}]},{"osd":2,"last update":"Fri Feb 9 20:10:52 2024","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.68400000000000005}]},{"osd":4,"last update":"Fri Feb 9 20:10:52 2024","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.61099999999999999}]},{"osd":5,"last update":"Fri Feb 9 20:10:59 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":1.1160000000000001,"5min":1.1160000000000001,"15min":1.1160000000000001},"last":0.433},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.41599999999999998}]},{"osd":6,"last update":"Fri Feb 9 20:10:52 2024","interfaces":[{"interface":"back","average":{"1min":0.629,"5min":0.629,"15min":0.629},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.627},{"interface":"front","average":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"min":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.70099999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65200000000000002}]}]},{"osd":6,"up_from":29,"seq":124554051603,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":154296,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.31900000000000001}]},{"osd":1,"last update":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.47999999999999998}]},{"osd":2,"last update":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.44},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.42299999999999999}]},{"osd":3,"last update":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.505}]},{"osd":4,"last update":"Fri Feb 9 20:10:50 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.873,"5min":0.873,"15min":0.873},"last":0.40899999999999997}]},{"osd":5,"last update":"Fri Feb 9 20:10:57 2024","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.58799999999999997}]},{"osd":7,"last update":"Fri Feb 9 20:11:05 2024","interfaces":[{"interface":"back","average":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.56499999999999995}]}]}],"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}]}} 2024-02-09T20:11:16.333 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-09T20:11:16.333 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-09T20:11:16.333 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-09T20:11:16.333 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph health --format=json 2024-02-09T20:11:16.720 INFO:teuthology.orchestra.run.smithi005.stderr:Inferring config /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/mon.smithi005/config 2024-02-09T20:11:16.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:16 smithi005 conmon[35754]: audit 2024-02-09T20:11:15.623669+0000 mgr.smithi005.drqcnv (mgr.14182) 149 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:11:17.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:16 smithi129 conmon[40092]: audit 2024-02-09T20:11:15.623669+0000 mgr.smithi005.drqcnv (mgr.14182) 149 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:11:17.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:17 smithi005 conmon[35754]: cluster 2024-02-09T20:11:16.068395+0000 mgr.smithi005.drqcnv (mgr.14182) 150 : cluster 2024-02-09T20:11:17.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:17 smithi005 conmon[35754]: [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:18.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:17 smithi129 conmon[40092]: cluster 2024-02-09T20:11:16.068395+0000 mgr.smithi005.drqcnv (mgr.14182) 150 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:18.472 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:11:18.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:18 smithi005 conmon[35754]: audit 2024-02-09T20:11:18.470288+0000 mon.smithi005 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.5:0/1467744118' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-09T20:11:19.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:18 smithi129 conmon[40092]: audit 2024-02-09T20:11:18.470288+0000 mon.smithi005 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.5:0/1467744118' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-09T20:11:19.114 INFO:teuthology.orchestra.run.smithi005.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-09T20:11:19.115 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-09T20:11:19.115 INFO:tasks.cephadm:Setup complete, yielding 2024-02-09T20:11:19.115 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-09T20:11:19.128 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2024-02-09T20:11:19.128 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- bash -c 'ceph orch status' 2024-02-09T20:11:19.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:19 smithi005 conmon[35754]: cluster 2024-02-09T20:11:18.068726+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:11:19.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:19 smithi005 conmon[35754]: 151 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:20.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:19 smithi129 conmon[40092]: cluster 2024-02-09T20:11:18.068726+0000 mgr.smithi005.drqcnv (mgr.14182) 151 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:21.110 INFO:teuthology.orchestra.run.smithi005.stdout:Backend: cephadm 2024-02-09T20:11:21.110 INFO:teuthology.orchestra.run.smithi005.stdout:Available: Yes 2024-02-09T20:11:21.110 INFO:teuthology.orchestra.run.smithi005.stdout:Paused: No 2024-02-09T20:11:21.785 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-09T20:11:21.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:21 smithi005 conmon[35754]: cluster 2024-02-09T20:11:20.069122+0000 mgr.smithi005.drqcnv (mgr.14182) 152 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:22.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:21 smithi129 conmon[40092]: cluster 2024-02-09T20:11:20.069122+0000 mgr.smithi005.drqcnv (mgr.14182) 152 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:22.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:22 smithi005 conmon[35754]: audit 2024-02-09T20:11:21.107547+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:11:22.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:22 smithi005 conmon[35754]: ) 153 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:23.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:22 smithi129 conmon[40092]: audit 2024-02-09T20:11:21.107547+0000 mgr.smithi005.drqcnv (mgr.14182) 153 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:23.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:23 smithi005 conmon[35754]: cluster 2024-02-09T20:11:22.069436+0000 mgr.smithi005.drqcnv (mgr.14182) 154 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:23.766 INFO:teuthology.orchestra.run.smithi005.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-09T20:11:23.767 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager.smithi005 smithi005 *:9093,9094 running (2m) 75s ago 4m - - 0.23.0 ba2b418f427c 2e9ec77a1dce 2024-02-09T20:11:23.767 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi005 smithi005 running (3m) 75s ago 3m - - 16.2.14-530-g5db25abe b2573f70982b 653c6d535b00 2024-02-09T20:11:23.767 INFO:teuthology.orchestra.run.smithi005.stdout:crash.smithi129 smithi129 running (3m) 79s ago 3m 7465k - 16.2.14-530-g5db25abe b2573f70982b 6e4ef5ca926e 2024-02-09T20:11:23.767 INFO:teuthology.orchestra.run.smithi005.stdout:grafana.smithi005 smithi005 *:3000 running (2m) 75s ago 3m - - 8.3.5 dad864ee21e9 ef4e22b7549f 2024-02-09T20:11:23.767 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi005.drqcnv smithi005 *:9283 running (5m) 75s ago 5m - - 16.2.14-530-g5db25abe b2573f70982b b1286015f86d 2024-02-09T20:11:23.767 INFO:teuthology.orchestra.run.smithi005.stdout:mgr.smithi129.zcbvcd smithi129 *:8443,9283 running (3m) 79s ago 3m 396M - 16.2.14-530-g5db25abe b2573f70982b 5cfdfab9a462 2024-02-09T20:11:23.767 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi005 smithi005 running (5m) 75s ago 5m - 2048M 16.2.14-530-g5db25abe b2573f70982b f63846ab8615 2024-02-09T20:11:23.767 INFO:teuthology.orchestra.run.smithi005.stdout:mon.smithi129 smithi129 running (3m) 79s ago 2m 67.2M 2048M 16.2.14-530-g5db25abe b2573f70982b f34bca4d4b14 2024-02-09T20:11:23.767 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi005 smithi005 *:9100 running (3m) 75s ago 3m - - 1.3.1 1dbe0e931976 bc247bee0951 2024-02-09T20:11:23.767 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter.smithi129 smithi129 *:9100 running (2m) 79s ago 2m 20.2M - 1.3.1 1dbe0e931976 dbce6544740a 2024-02-09T20:11:23.767 INFO:teuthology.orchestra.run.smithi005.stdout:osd.0 smithi129 running (114s) 79s ago 114s 34.0M 3990M 16.2.14-530-g5db25abe b2573f70982b fd537194e2dc 2024-02-09T20:11:23.767 INFO:teuthology.orchestra.run.smithi005.stdout:osd.1 smithi005 running (106s) 75s ago 106s - 3223M 16.2.14-530-g5db25abe b2573f70982b 976c70914fb9 2024-02-09T20:11:23.768 INFO:teuthology.orchestra.run.smithi005.stdout:osd.2 smithi129 running (109s) 79s ago 109s 33.5M 3990M 16.2.14-530-g5db25abe b2573f70982b 2ba964aab879 2024-02-09T20:11:23.768 INFO:teuthology.orchestra.run.smithi005.stdout:osd.3 smithi005 running (100s) 75s ago 100s - 3223M 16.2.14-530-g5db25abe b2573f70982b d9df0c7c062b 2024-02-09T20:11:23.768 INFO:teuthology.orchestra.run.smithi005.stdout:osd.4 smithi129 running (105s) 79s ago 105s 29.1M 3990M 16.2.14-530-g5db25abe b2573f70982b db19ca14b60b 2024-02-09T20:11:23.768 INFO:teuthology.orchestra.run.smithi005.stdout:osd.5 smithi005 running (93s) 75s ago 92s - 3223M 16.2.14-530-g5db25abe b2573f70982b 2555c04dfb92 2024-02-09T20:11:23.768 INFO:teuthology.orchestra.run.smithi005.stdout:osd.6 smithi129 running (100s) 79s ago 100s 31.0M 3990M 16.2.14-530-g5db25abe b2573f70982b 04fc6d342cee 2024-02-09T20:11:23.768 INFO:teuthology.orchestra.run.smithi005.stdout:osd.7 smithi005 running (86s) 75s ago 85s - 3223M 16.2.14-530-g5db25abe b2573f70982b 0ed19be8779e 2024-02-09T20:11:23.768 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus.smithi005 smithi005 *:9095 running (2m) 75s ago 3m - - 2.33.4 514e6a882f6e a93d8334cbb9 2024-02-09T20:11:24.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:23 smithi129 conmon[40092]: cluster 2024-02-09T20:11:22.069436+0000 mgr.smithi005.drqcnv (mgr.14182) 154 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:24.405 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-09T20:11:24.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:24 smithi005 conmon[35754]: audit 2024-02-09T20:11:23.756847+0000 mgr.smithi005.drqcnv (mgr.14182) 155 : audit 2024-02-09T20:11:24.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:24 smithi005 conmon[35754]: [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:25.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:24 smithi129 conmon[40092]: audit 2024-02-09T20:11:23.756847+0000 mgr.smithi005.drqcnv (mgr.14182) 155 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:25.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:25 smithi005 conmon[35754]: cluster 2024-02-09T20:11:24.069852+0000 mgr.smithi005.drqcnv (mgr.14182) 156 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:25.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:25 smithi005 conmon[35754]: audit 2024-02-09T20:11:25.339361+0000 mon.smithi005 (mon.0) 597 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:11:26.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:25 smithi129 conmon[40092]: cluster 2024-02-09T20:11:24.069852+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:11:26.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:25 smithi129 conmon[40092]: 156 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:26.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:25 smithi129 conmon[40092]: audit 2024-02-09T20:11:25.339361+0000 mon.smithi005 (mon.0) 597 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:11:26.447 INFO:teuthology.orchestra.run.smithi005.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-09T20:11:26.447 INFO:teuthology.orchestra.run.smithi005.stdout:alertmanager ?:9093,9094 1/1 78s ago 4m count:1 2024-02-09T20:11:26.447 INFO:teuthology.orchestra.run.smithi005.stdout:crash 2/2 82s ago 4m * 2024-02-09T20:11:26.447 INFO:teuthology.orchestra.run.smithi005.stdout:grafana ?:3000 1/1 78s ago 4m count:1 2024-02-09T20:11:26.447 INFO:teuthology.orchestra.run.smithi005.stdout:mgr 2/2 82s ago 4m count:2 2024-02-09T20:11:26.447 INFO:teuthology.orchestra.run.smithi005.stdout:mon 2/2 82s ago 3m smithi005:172.21.15.5=smithi005;smithi129:172.21.15.129=smithi129;count:2 2024-02-09T20:11:26.448 INFO:teuthology.orchestra.run.smithi005.stdout:node-exporter ?:9100 2/2 82s ago 4m * 2024-02-09T20:11:26.448 INFO:teuthology.orchestra.run.smithi005.stdout:osd.all-available-devices 8 82s ago 2m * 2024-02-09T20:11:26.448 INFO:teuthology.orchestra.run.smithi005.stdout:prometheus ?:9095 1/1 78s ago 4m count:1 2024-02-09T20:11:27.215 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-09T20:11:28.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:27 smithi005 conmon[35754]: cluster 2024-02-09T20:11:26.070173+0000 mgr.smithi005.drqcnv (mgr.14182) 157 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:28.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:27 smithi005 conmon[35754]: audit 2024-02-09T20:11:26.441516+0000 mgr.smithi005.drqcnv (mgr.14182) 158 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:28.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:27 smithi005 conmon[35754]: audit 2024-02-09T20:11:26.978987+0000 mon.smithi005 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:28.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:27 smithi129 conmon[40092]: cluster 2024-02-09T20:11:26.070173+0000 mgr.smithi005.drqcnv (mgr.14182) 157 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:28.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:27 smithi129 conmon[40092]: audit 2024-02-09T20:11:26.441516+0000 mgr.smithi005.drqcnv (mgr.14182) 158 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:28.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:27 smithi129 conmon[40092]: audit 2024-02-09T20:11:26.978987+0000 mon.smithi005 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:29.866 INFO:teuthology.orchestra.run.smithi005.stdout:HOST ADDR LABELS STATUS 2024-02-09T20:11:29.866 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 172.21.15.5 2024-02-09T20:11:29.867 INFO:teuthology.orchestra.run.smithi005.stdout:smithi129 172.21.15.129 2024-02-09T20:11:29.867 INFO:teuthology.orchestra.run.smithi005.stdout:2 hosts in cluster 2024-02-09T20:11:30.149 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:29 smithi005 conmon[35754]: cluster 2024-02-09T20:11:28.070542+0000 mgr.smithi005.drqcnv (mgr.14182) 159 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:30.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:29 smithi129 conmon[40092]: cluster 2024-02-09T20:11:28.070542+0000 mgr.smithi005.drqcnv (mgr.14182) 159 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:30.598 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-09T20:11:31.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:30 smithi129 conmon[40092]: audit 2024-02-09T20:11:29.864584+0000 mgr.smithi005.drqcnv (mgr.14182) 160 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:31.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:30 smithi129 conmon[40092]: audit 2024-02-09T20:11:30.804035+0000 mon.smithi005 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:31.321 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:30 smithi005 conmon[35754]: audit 2024-02-09T20:11:29.864584+0000 mgr.smithi005.drqcnv (mgr.14182) 160 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:31.321 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:30 smithi005 conmon[35754]: audit 2024-02-09T20:11:30.804035+0000 mon.smithi005 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:32.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:31 smithi129 conmon[40092]: cluster 2024-02-09T20:11:30.070956+0000 mgr.smithi005.drqcnv (mgr.14182) 161 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:32.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:31 smithi129 conmon[40092]: audit 2024-02-09T20:11:31.272144+0000 mon.smithi005 (mon.0) 600 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:11:32.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:31 smithi129 conmon[40092]: audit 2024-02-09T20:11:31.273006+0000 mon.smithi005 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:11:32.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:31 smithi129 conmon[40092]: audit 2024-02-09T20:11:31.277707+0000 mon.smithi005 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:32.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:31 smithi129 conmon[40092]: audit 2024-02-09T20:11:31.281474+0000 mon.smithi005 (mon.0) 603 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:11:32.311 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:31 smithi005 conmon[35754]: cluster 2024-02-09T20:11:30.070956+0000 mgr.smithi005.drqcnv (mgr.14182) 161 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:32.312 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:31 smithi005 conmon[35754]: audit 2024-02-09T20:11:31.272144+0000 mon.smithi005 (mon.0) 600 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:11:32.312 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:31 smithi005 conmon[35754]: audit 2024-02-09T20:11:31.273006+0000 mon.smithi005 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:11:32.312 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:31 smithi005 conmon[35754]: audit 2024-02-09T20:11:31.277707+0000 mon.smithi005 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:32.312 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:31 smithi005 conmon[35754]: audit 2024-02-09T20:11:31.281474+0000 mon.smithi005 (mon.0) 603 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:11:32.733 INFO:teuthology.orchestra.run.smithi005.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-09T20:11:32.733 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB751300EW480DGN 447G 80s ago Has a FileSystem, LVM detected 2024-02-09T20:11:32.733 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme1n1 ssd Linux_317596e4e0597e4926aa 89.4G 80s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:32.734 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme2n1 ssd Linux_4465ea3513dfbfd40312 89.4G 80s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:32.734 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme3n1 ssd Linux_5dce2cac51d99c3ab146 89.4G 80s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:32.734 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme4n1 ssd Linux_29b408511e97a7b5d62f 89.4G 80s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:32.734 INFO:teuthology.orchestra.run.smithi005.stdout:smithi129 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300HY400BGN 372G 85s ago Has a FileSystem, LVM detected 2024-02-09T20:11:32.734 INFO:teuthology.orchestra.run.smithi005.stdout:smithi129 /dev/nvme1n1 ssd Linux_8007a55142d76bd43fe6 89.4G 85s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:32.734 INFO:teuthology.orchestra.run.smithi005.stdout:smithi129 /dev/nvme2n1 ssd Linux_462857e48f373f1e5862 89.4G 85s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:32.734 INFO:teuthology.orchestra.run.smithi005.stdout:smithi129 /dev/nvme3n1 ssd Linux_edc94fd7342aaa2a7280 89.4G 85s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:32.734 INFO:teuthology.orchestra.run.smithi005.stdout:smithi129 /dev/nvme4n1 ssd Linux_159898c82f77e2e3ac7d 89.4G 85s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:33.339 INFO:teuthology.run_tasks:Running task vip... 2024-02-09T20:11:33.349 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-09T20:11:33.350 INFO:tasks.vip:peername 172.21.15.5 2024-02-09T20:11:33.353 INFO:tasks.vip:172.21.15.5 in 172.21.0.0/20, pos 3844 2024-02-09T20:11:33.357 INFO:tasks.vip:smithi005.front.sepia.ceph.com static 10.0.15.5, vnet 10.0.0.0/16 2024-02-09T20:11:33.357 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-09T20:11:33.358 DEBUG:teuthology.orchestra.run.smithi005:> sudo ip route ls 2024-02-09T20:11:33.395 INFO:teuthology.orchestra.run.smithi005.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2024-02-09T20:11:33.395 INFO:teuthology.orchestra.run.smithi005.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.5 metric 100 2024-02-09T20:11:33.396 INFO:tasks.vip:Configuring 10.0.15.5 on smithi005.front.sepia.ceph.com iface ens1f0... 2024-02-09T20:11:33.397 DEBUG:teuthology.orchestra.run.smithi005:> sudo ip addr add 10.0.15.5/16 dev ens1f0 2024-02-09T20:11:33.473 INFO:tasks.vip:peername 172.21.15.129 2024-02-09T20:11:33.476 INFO:tasks.vip:172.21.15.129 in 172.21.0.0/20, pos 3968 2024-02-09T20:11:33.480 INFO:tasks.vip:smithi129.front.sepia.ceph.com static 10.0.15.129, vnet 10.0.0.0/16 2024-02-09T20:11:33.480 DEBUG:teuthology.orchestra.run.smithi129:> sudo ip route ls 2024-02-09T20:11:33.518 INFO:teuthology.orchestra.run.smithi129.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-02-09T20:11:33.518 INFO:teuthology.orchestra.run.smithi129.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.129 metric 100 2024-02-09T20:11:33.519 INFO:tasks.vip:Configuring 10.0.15.129 on smithi129.front.sepia.ceph.com iface enp3s0f1... 2024-02-09T20:11:33.519 DEBUG:teuthology.orchestra.run.smithi129:> sudo ip addr add 10.0.15.129/16 dev enp3s0f1 2024-02-09T20:11:33.591 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-09T20:11:33.599 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2024-02-09T20:11:33.600 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-09T20:11:34.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:33 smithi129 conmon[40092]: cluster 2024-02-09T20:11:32.071316+0000 mgr.smithi005.drqcnv (mgr.14182) 162 : cluster 2024-02-09T20:11:34.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:33 smithi129 conmon[40092]: [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:34.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:33 smithi129 conmon[40092]: audit 2024-02-09T20:11:32.729862+0000 mgr.smithi005.drqcnv (mgr.14182) 163 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:34.312 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:33 smithi005 conmon[35754]: cluster 2024-02-09T20:11:32.071316+0000 mgr.smithi005.drqcnv (mgr.14182) 162 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:34.313 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:33 smithi005 conmon[35754]: audit 2024-02-09T20:11:32.729862+0000 mgr.smithi005.drqcnv (mgr.14182) 163 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:35.592 INFO:teuthology.orchestra.run.smithi005.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-09T20:11:35.593 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB751300EW480DGN 447G 83s ago Has a FileSystem, LVM detected 2024-02-09T20:11:35.593 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme1n1 ssd Linux_317596e4e0597e4926aa 89.4G 83s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:35.593 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme2n1 ssd Linux_4465ea3513dfbfd40312 89.4G 83s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:35.593 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme3n1 ssd Linux_5dce2cac51d99c3ab146 89.4G 83s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:35.593 INFO:teuthology.orchestra.run.smithi005.stdout:smithi005 /dev/nvme4n1 ssd Linux_29b408511e97a7b5d62f 89.4G 83s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:35.593 INFO:teuthology.orchestra.run.smithi005.stdout:smithi129 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300HY400BGN 372G 88s ago Has a FileSystem, LVM detected 2024-02-09T20:11:35.593 INFO:teuthology.orchestra.run.smithi005.stdout:smithi129 /dev/nvme1n1 ssd Linux_8007a55142d76bd43fe6 89.4G 88s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:35.593 INFO:teuthology.orchestra.run.smithi005.stdout:smithi129 /dev/nvme2n1 ssd Linux_462857e48f373f1e5862 89.4G 88s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:35.593 INFO:teuthology.orchestra.run.smithi005.stdout:smithi129 /dev/nvme3n1 ssd Linux_edc94fd7342aaa2a7280 89.4G 88s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:35.593 INFO:teuthology.orchestra.run.smithi005.stdout:smithi129 /dev/nvme4n1 ssd Linux_159898c82f77e2e3ac7d 89.4G 88s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-09T20:11:36.235 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-09T20:11:36.244 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2024-02-09T20:11:36.244 DEBUG:teuthology.orchestra.run.smithi005:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-09T20:11:36.281 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:35 smithi005 conmon[35754]: cluster 2024-02-09T20:11:34.071641+0000 mgr.smithi005.drqcnv (mgr.14182) 164 : cluster 2024-02-09T20:11:36.281 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:35 smithi005 conmon[35754]: [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:36.281 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:35 smithi005 conmon[35754]: audit 2024-02-09T20:11:35.608595+0000 mon.smithi005 (mon.0) 604 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:11:36.285 INFO:teuthology.orchestra.run.smithi005.stderr:+ systemctl stop nfs-server 2024-02-09T20:11:36.295 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi129.front.sepia.ceph.com 2024-02-09T20:11:36.295 DEBUG:teuthology.orchestra.run.smithi129:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-09T20:11:36.307 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:35 smithi129 conmon[40092]: cluster 2024-02-09T20:11:34. 2024-02-09T20:11:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:35 smithi129 conmon[40092]: 071641+0000 mgr.smithi005.drqcnv (mgr.14182) 164 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:35 smithi129 conmon[40092]: audit 2024-02-09T20:11:35.608595+0000 mon.smithi005 (mon.0) 604 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:11:36.323 INFO:teuthology.orchestra.run.smithi129.stderr:+ systemctl stop nfs-server 2024-02-09T20:11:36.330 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-09T20:11:36.340 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi005.front.sepia.ceph.com 2024-02-09T20:11:36.341 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-09T20:11:37.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:36 smithi129 conmon[40092]: audit 2024-02-09T20:11:35.588603+0000 mgr.smithi005.drqcnv (mgr.14182) 165 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:37.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:36 smithi005 conmon[35754]: audit 2024-02-09T20:11:35.588603+0000 mgr.smithi005.drqcnv 2024-02-09T20:11:37.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:36 smithi005 conmon[35754]: (mgr.14182) 165 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:38.272 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:38 smithi005 conmon[35754]: cluster 2024-02-09T20:11:36.071999+0000 mgr.smithi005.drqcnv (mgr.14182) 166 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:38.272 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:38 smithi005 conmon[35754]: audit 2024-02-09T20:11:37.215786+0000 mon.smithi005 (mon.0) 605 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:38.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:38 smithi129 conmon[40092]: cluster 2024-02-09T20:11:36.071999+0000 mgr.smithi005.drqcnv (mgr.14182) 166 : cluster 2024-02-09T20:11:38.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:38 smithi129 conmon[40092]: [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:38.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:38 smithi129 conmon[40092]: audit 2024-02-09T20:11:37.215786+0000 mon.smithi005 (mon.0) 605 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:40.304 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:39 smithi129 conmon[40092]: cluster 2024-02-09T20:11:38.072326+0000 mgr.smithi005.drqcnv (mgr.14182) 167 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:40.305 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:39 smithi129 conmon[40092]: audit 2024-02-09T20:11:38.960513+0000 mgr.smithi005.drqcnv (mgr.14182) 168 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:40.305 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:39 smithi129 conmon[40092]: audit 2024-02-09T20:11:38.961043+0000 mon.smithi005 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-09T20:11:40.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:39 smithi005 conmon[35754]: cluster 2024-02-09T20:11:38.072326+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:11:40.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:39 smithi005 conmon[35754]: mgr.14182) 167 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:40.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:39 smithi005 conmon[35754]: audit 2024-02-09T20:11:38.960513+0000 mgr.smithi005.drqcnv (mgr.14182) 168 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:40.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:39 smithi005 conmon[35754]: audit 2024-02-09T20:11:38.961043+0000 mon.smithi005 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-09T20:11:40.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: debug 2024-02-09T20:11:40.499+0000 7fae7a6ab700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-09T20:11:41.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: audit 2024-02-09T20:11:39.490700+0000 mon.smithi005 (mon.0) 607 : audit 2024-02-09T20:11:41.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-09T20:11:41.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: cluster 2024-02-09T20:11:39.490837+0000 mon.smithi005 (mon.0) 608 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-09T20:11:41.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: audit 2024-02-09T20:11:39.492951+0000 mon.smithi005 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-09T20:11:41.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: audit 2024-02-09T20:11:40.492076+0000 mon.smithi005 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-09T20:11:41.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: cluster 2024-02-09T20:11:40.492272+0000 mon.smithi005 (mon.0) 611 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-09T20:11:41.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: audit 2024-02-09T20:11:40.498966+0000 mon.smithi005 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-09T20:11:41.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: cluster 2024-02-09T20:11:40.499790+0000 mon.smithi005 (mon.0) 613 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-09T20:11:41.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: cluster 2024 2024-02-09T20:11:41.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: -02-09T20:11:40.499826+0000 mon.smithi005 (mon.0) 614 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-09T20:11:41.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: cluster 2024-02-09T20:11:40.514109+0000 mon.smithi005 (mon.0) 615 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-09T20:11:41.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: audit 2024-02-09T20:11:40 2024-02-09T20:11:41.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: .514249+0000 mon.smithi005 (mon.0) 616 : audit 2024-02-09T20:11:41.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-09T20:11:41.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: cluster 2024-02-09T20:11 2024-02-09T20:11:41.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: :40.514347+0000 mon.smithi005 (mon.0) 617 : 2024-02-09T20:11:41.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: cluster [DBG] fsmap foofs:0 2024-02-09T20:11:41.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: audit 2024-02-09T20:11:40 2024-02-09T20:11:41.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: .528386+0000 mon.smithi005 (mon.0) 618 : audit 2024-02-09T20:11:41.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:41.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: audit 2024-02-09T20:11:41.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: 2024-02-09T20:11:40.531384+0000 mon.smithi005 ( 2024-02-09T20:11:41.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:41.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: audit 2024-02-09T20 2024-02-09T20:11:41.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: :11:40.585728+0000 mon.smithi005 (mon.0) 2024-02-09T20:11:41.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:40 smithi129 conmon[40092]: 620 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:41.348 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: audit 2024-02- 2024-02-09T20:11:41.348 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: 09T20:11:39.490700+0000 mon.smithi005 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-09T20:11:41.348 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: cluster 2024-02-09T20:11:39.490837+0000 mon.smithi005 (mon.0) 608 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-09T20:11:41.348 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: audit 2024-02-09T20:11:39.492951+0000 mon.smithi005 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-09T20:11:41.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: audit 2024-02-09T20:11:40.492076+0000 mon.smithi005 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-09T20:11:41.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: cluster 2024-02-09T20:11:40.492272+0000 mon.smithi005 (mon.0) 611 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-09T20:11:41.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: audit 2024-02-09T20:11: 2024-02-09T20:11:41.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: 40.498966+0000 mon.smithi005 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-09T20:11:41.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: cluster 2024-02-09T20:11:40.499790+0000 mon.smithi005 (mon. 2024-02-09T20:11:41.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: 0) 613 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-09T20:11:41.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: cluster 2024-02-09T20:11:40.499826+0000 2024-02-09T20:11:41.349 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: mon.smithi005 (mon.0) 614 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-09T20:11:41.350 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: cluster 2024-02-09T20:11:41.350 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: 2024-02-09T20:11:40.514109+0000 mon.smithi005 2024-02-09T20:11:41.350 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: (mon.0) 615 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-09T20:11:41.351 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: audit 2024 2024-02-09T20:11:41.351 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: -02-09T20:11:40.514249+0000 mon.smithi005 (mon 2024-02-09T20:11:41.351 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: .0) 616 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-09T20:11:41.351 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: cluster 2024-02 2024-02-09T20:11:41.351 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: -09T20:11:40.514347+0000 mon.smithi005 (mon 2024-02-09T20:11:41.351 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: .0) 617 : cluster [DBG] fsmap foofs:0 2024-02-09T20:11:41.351 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: audit 2024-02- 2024-02-09T20:11:41.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: 09T20:11:40.528386+0000 mon.smithi005 (mon.0 2024-02-09T20:11:41.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: ) 618 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:41.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: audit 2024-02-09T20:11 2024-02-09T20:11:41.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: :40.531384+0000 mon.smithi005 (mon.0) 619 : audit 2024-02-09T20:11:41.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:41.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: audit 2024-02-09T20:11:40.585728 2024-02-09T20:11:41.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: +0000 mon.smithi005 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:41.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:40 smithi005 conmon[35754]: 2024-02-09T20:11:41.378 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.5/16 --port 2999' 2024-02-09T20:11:42.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:41 smithi129 conmon[40092]: cluster 2024-02-09T20:11:40.072688+0000 mgr.smithi005.drqcnv (mgr.14182) 169 : cluster [DBG] 2024-02-09T20:11:42.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:41 smithi129 conmon[40092]: pgmap v143: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:42.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:41 smithi129 conmon[40092]: cephadm 2024-02-09T20:11:40.524212+0000 mgr.smithi005.drqcnv (mgr.14182) 170 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-09T20:11:42.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:41 smithi129 conmon[40092]: cluster 2024-02-09T20:11: 2024-02-09T20:11:42.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:41 smithi129 conmon[40092]: 41.511178+0000 mon.smithi005 (mon.0) 621 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-09T20:11:42.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:41 smithi005 conmon[35754]: cluster 2024-02-09T20:11:40.072688+0000 mgr.smithi005.drqcnv (mgr.14182) 169 : cluster [DBG] pgmap v143: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:42.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:41 smithi005 conmon[35754]: cephadm 2024-02-09T20:11:40.524212+0000 mgr.smithi005.drqcnv (mgr.14182) 170 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-09T20:11:42.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:41 smithi005 conmon[35754]: cluster 2024-02-09T20:11:41.511178+0000 mon.smithi005 (mon.0) 621 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-09T20:11:43.742 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:43 smithi005 conmon[35754]: cluster 2024-02-09T20:11:42.073016+0000 mgr.smithi005.drqcnv (mgr.14182) 171 2024-02-09T20:11:43.742 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:43 smithi005 conmon[35754]: : cluster [DBG] pgmap v147: 65 pgs: 4 creating+activating, 7 creating+peering, 4 active+clean, 50 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:43.742 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:43 smithi005 conmon[35754]: cluster 2024-02-09T20:11:42.513052+0000 mon.smithi005 (mon.0) 622 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-09T20:11:43.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:43 smithi129 conmon[40092]: cluster 2024-02-09T20:11:42.073016+0000 mgr.smithi005.drqcnv (mgr.14182) 171 : cluster [DBG] pgmap v147: 65 pgs: 4 creating+activating, 7 creating+peering, 4 active+clean, 50 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:43.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:43 smithi129 conmon[40092]: cluster 2024-02-09T20:11:42.513052+0000 mon.smithi005 (mon.0) 622 : cluster [DBG] 2024-02-09T20:11:43.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:43 smithi129 conmon[40092]: osdmap e45: 8 total, 8 up, 8 in 2024-02-09T20:11:45.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:44 smithi129 conmon[40092]: audit 2024-02-09T20:11:44.173947+0000 mon.smithi005 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-09T20:11:45.080 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:44 smithi005 conmon[35754]: audit 2024-02-09T20:11:44.173947+0000 mon.smithi005 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-09T20:11:45.739 INFO:teuthology.orchestra.run.smithi005.stdout:NFS Cluster Created Successfully 2024-02-09T20:11:45.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:45 smithi005 conmon[35754]: cluster 2024-02-09T20:11:44.073460+0000 mgr.smithi005.drqcnv (mgr.14182) 172 : cluster [DBG] pgmap v149: 65 pgs: 4 creating+activating, 7 creating+peering, 26 active+clean, 28 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:45.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:45 smithi005 conmon[35754]: audit 2024-02-09T20:11:44.172474+0000 mgr.smithi005.drqcnv (mgr.14182) 173 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.5/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:45.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:45 smithi005 conmon[35754]: audit 2024-02-09T20:11:44.696296+0000 mon.smithi005 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-09T20:11:45.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:45 smithi005 conmon[35754]: cluster 2024-02-09T20:11:44.696376+0000 mon.smithi005 (mon.0) 625 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-09T20:11:45.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:45 smithi005 conmon[35754]: audit 2024-02-09T20:11:44.705057+0000 mon.smithi005 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-09T20:11:45.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:45 smithi005 conmon[35754]: audit 2024-02-09T20:11:45.697601+0000 mon.smithi005 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-09T20:11:45.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:45 smithi005 conmon[35754]: cluster 2024-02-09T20:11:45.697745+0000 mon.smithi005 (mon.0) 628 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-09T20:11:46.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:45 smithi129 conmon[40092]: cluster 2024-02-09T20:11:44.073460+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:11:46.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:45 smithi129 conmon[40092]: 172 : cluster [DBG] pgmap v149: 65 pgs: 4 creating+activating, 7 creating+peering, 26 active+clean, 28 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:46.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:45 smithi129 conmon[40092]: audit 2024-02-09T20:11:44.172474+0000 mgr.smithi005.drqcnv (mgr.14182) 173 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.5/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:46.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:45 smithi129 conmon[40092]: audit 2024-02-09T20:11:44.696296+0000 mon.smithi005 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-09T20:11:46.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:45 smithi129 conmon[40092]: cluster 2024-02-09T20:11:44 2024-02-09T20:11:46.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:45 smithi129 conmon[40092]: .696376+0000 mon.smithi005 (mon.0) 625 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-09T20:11:46.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:45 smithi129 conmon[40092]: audit 2024-02-09 2024-02-09T20:11:46.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:45 smithi129 conmon[40092]: T20:11:44.705057+0000 mon.smithi005 (mon.0) 626 : audit 2024-02-09T20:11:46.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:45 smithi129 conmon[40092]: [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-09T20:11:46.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:45 smithi129 conmon[40092]: audit 2024-02-09T20:11:46.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:45 smithi129 conmon[40092]: 2024-02-09T20:11:45.697601+0000 mon.smithi005 (mon.0) 627 : audit 2024-02-09T20:11:46.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:45 smithi129 conmon[40092]: [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-09T20:11:46.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:45 smithi129 conmon[40092]: cluster 2024 2024-02-09T20:11:46.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:45 smithi129 conmon[40092]: -02-09T20:11:45 2024-02-09T20:11:46.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:45 smithi129 conmon[40092]: .697745+0000 mon.smithi005 (mon.0) 628 : cluster [DBG] 2024-02-09T20:11:46.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:45 smithi129 conmon[40092]: osdmap e47: 8 total, 8 up, 8 in 2024-02-09T20:11:46.368 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-02-09T20:11:47.054 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:46 smithi005 conmon[35754]: cephadm 2024-02-09T20:11:45.729842+0000 mgr.smithi005.drqcnv (mgr.14182) 174 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-09T20:11:47.054 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:46 smithi005 conmon[35754]: audit 2024-02-09T20:11:45.733029+0000 mon.smithi005 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:47.054 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:46 smithi005 conmon[35754]: cephadm 2024-02-09T20:11:45.734389+0000 mgr.smithi005.drqcnv (mgr.14182) 175 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-09T20:11:47.054 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:46 smithi005 conmon[35754]: audit 2024-02-09T20:11:45.737060+0000 mon.smithi005 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:47.054 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:46 smithi005 conmon[35754]: audit 2024-02-09T20:11:45.866993+0000 mon.smithi005 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:47.054 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:46 smithi005 conmon[35754]: audit 2024-02-09T20:11:45.867973+0000 mon.smithi005 (mon.0) 632 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:11:47.054 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:46 smithi005 conmon[35754]: audit 2024-02-09T20:11:45.868668+0000 mon.smithi005 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:11:47.054 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:46 smithi005 conmon[35754]: audit 2024-02-09T20:11:45.872529+0000 mon.smithi005 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:47.055 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:46 smithi005 conmon[35754]: audit 2024-02-09T20: 2024-02-09T20:11:47.055 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:46 smithi005 conmon[35754]: 11:45.876482+0000 mon.smithi005 (mon.0) 635 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:11:47.055 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:46 smithi005 conmon[35754]: audit 2024-02-09T20:11:45.885358+0000 mon.smithi005 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:47.055 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:46 smithi005 conmon[35754]: audit 2024-02-09T20:11:45.886217+0000 mon.smithi005 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi129.pnsbng", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-09T20:11:47.055 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:46 smithi005 conmon[35754]: audit 2024-02-09T20:11:45.889432+0000 mon.smithi005 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi129.pnsbng", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-09T20:11:47.055 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:46 smithi005 conmon[35754]: audit 2024-02-09T20:11:45.890063+0000 mon.smithi005 (mon.0) 639 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:11:47.055 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:46 smithi005 conmon[35754]: cephadm 2024-02-09T20:11:45.890642+0000 mgr.smithi005.drqcnv (mgr.14182) 176 : cephadm [INF] Deploying daemon mds.foofs.smithi129.pnsbng on smithi129 2024-02-09T20:11:47.055 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:46 smithi005 conmon[35754]: cluster 2024-02-09T20:11:46.699147+0000 mon.smithi005 (mon.0) 640 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-09T20:11:47.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: cephadm 2024-02-09T20:11:45.729842+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:11:47.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: ) 174 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-09T20:11:47.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: audit 2024-02-09T20:11:45.733029+0000 mon.smithi005 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:47.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: cephadm 2024-02-09T20:11:45.734389+0000 mgr.smithi005.drqcnv (mgr.14182) 175 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-09T20:11:47.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: audit 2024-02-09T20:11:45.737060+0000 mon.smithi005 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:47.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: audit 2024-02-09T20:11:45.866993+0000 mon.smithi005 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:47.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: audit 2024-02-09T20:11:45.867973+0000 mon.smithi005 (mon.0) 632 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:11:47.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: audit 2024-02-09T20:11:45.868668+0000 mon.smithi005 2024-02-09T20:11:47.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:11:47.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: audit 2024-02-09T20:11:45.872529+0000 mon.smithi005 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:47.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: audit 2024-02-09T20:11:45.876482 2024-02-09T20:11:47.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: +0000 mon.smithi005 (mon.0) 635 : audit [DBG] 2024-02-09T20:11:47.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:11:47.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: audit 2024 2024-02-09T20:11:47.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: -02-09T20:11:45.885358+0000 mon.smithi005 (mon.0 2024-02-09T20:11:47.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: ) 636 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:47.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: audit 2024-02-09T20: 2024-02-09T20:11:47.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: 11:45.886217+0000 mon.smithi005 (mon.0) 637 2024-02-09T20:11:47.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi129.pnsbng", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-09T20:11:47.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: audit 2024-02-09T20:11: 2024-02-09T20:11:47.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: 45.889432+0000 mon.smithi005 (mon.0) 638 : 2024-02-09T20:11:47.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi129.pnsbng", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-09T20:11:47.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: audit 2024-02-09T20:11:45 2024-02-09T20:11:47.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: .890063+0000 mon.smithi005 (mon.0) 639 : audit 2024-02-09T20:11:47.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:11:47.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: cephadm 2024-02-09T20:11:45 2024-02-09T20:11:47.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: .890642+0000 mgr.smithi005.drqcnv (mgr.14182) 176 : cephadm 2024-02-09T20:11:47.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: [INF] Deploying daemon mds.foofs.smithi129.pnsbng on smithi129 2024-02-09T20:11:47.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: cluster 2024-02-09T20:11:47.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: 2024-02-09T20:11:46.699147+0000 mon.smithi005 (mon 2024-02-09T20:11:47.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:46 smithi129 conmon[40092]: .0) 640 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-09T20:11:47.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:47 smithi005 conmon[35754]: cluster 2024-02-09T20:11:46.073897+0000 mgr.smithi005.drqcnv (mgr.14182) 177 : 2024-02-09T20:11:47.944 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:47 smithi005 conmon[35754]: cluster [DBG] pgmap v152: 97 pgs: 14 creating+peering, 65 active+clean, 18 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:48.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:47 smithi129 conmon[40092]: cluster 2024-02-09T20:11:46.073897+0000 mgr.smithi005.drqcnv (mgr.14182) 177 : cluster [DBG] pgmap v152: 97 pgs: 14 creating+peering, 65 active+clean, 18 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:49.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:48 smithi129 conmon[40092]: cluster 2024-02-09T20:11:47.903031+0000 mon.smithi005 (mon.0) 641 : cluster 2024-02-09T20:11:49.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:48 smithi129 conmon[40092]: [DBG] mgrmap e19: smithi005.drqcnv(active, since 3m), standbys: smithi129.zcbvcd 2024-02-09T20:11:49.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:48 smithi129 conmon[40092]: audit 2024-02-09T20:11:48.090329+0000 mon.smithi005 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:49.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:48 smithi129 conmon[40092]: audit 2024-02-09T20:11:49.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:48 smithi129 conmon[40092]: 2024-02-09T20:11:48.091587+0000 mon.smithi005 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi005.ijnizm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-09T20:11:49.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:48 smithi129 conmon[40092]: 2024-02-09T20:11:49.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:48 smithi129 conmon[40092]: audit 2024-02-09 2024-02-09T20:11:49.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:48 smithi129 conmon[40092]: T20:11:48.094710+0000 2024-02-09T20:11:49.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:48 smithi129 conmon[40092]: mon.smithi005 (mon.0) 644 : audit [INF] 2024-02-09T20:11:49.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:48 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi005.ijnizm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-09T20:11:49.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:48 smithi129 conmon[40092]: audit 2024-02-09T20:11 2024-02-09T20:11:49.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:48 smithi129 conmon[40092]: :48.095488+0000 mon.smithi005 (mon.0) 645 : 2024-02-09T20:11:49.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:48 smithi129 conmon[40092]: audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:11:49.071 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:48 smithi005 conmon[35754]: cluster 2024-02-09T20:11:47.903031 2024-02-09T20:11:49.071 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:48 smithi005 conmon[35754]: +0000 mon.smithi005 (mon.0) 641 : cluster [DBG] mgrmap e19: smithi005.drqcnv(active, since 3m), standbys: smithi129.zcbvcd 2024-02-09T20:11:49.071 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:48 smithi005 conmon[35754]: audit 2024-02-09T20:11:48.090329+0000 mon.smithi005 (mon.0) 642 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:49.071 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:48 smithi005 conmon[35754]: audit 2024-02-09T20:11:48.091587+0000 mon.smithi005 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi005.ijnizm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-09T20:11:49.071 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:48 smithi005 conmon[35754]: audit 2024-02-09T20:11:49.072 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:48 smithi005 conmon[35754]: 2024-02-09T20:11:48.094710+0000 mon.smithi005 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi005.ijnizm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-09T20:11:49.072 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:48 smithi005 conmon[35754]: audit 2024-02-09T20:11:49.072 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:48 smithi005 conmon[35754]: 2024-02- 2024-02-09T20:11:49.072 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:48 smithi005 conmon[35754]: 09T20:11:48.095488 2024-02-09T20:11:49.072 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:48 smithi005 conmon[35754]: +0000 mon.smithi005 (mon.0) 645 : audit [DBG] 2024-02-09T20:11:49.072 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:48 smithi005 conmon[35754]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:11:49.925 INFO:teuthology.orchestra.run.smithi005.stdout:{ 2024-02-09T20:11:49.925 INFO:teuthology.orchestra.run.smithi005.stdout: "bind": "/fake", 2024-02-09T20:11:49.925 INFO:teuthology.orchestra.run.smithi005.stdout: "fs": "foofs", 2024-02-09T20:11:49.925 INFO:teuthology.orchestra.run.smithi005.stdout: "path": "/", 2024-02-09T20:11:49.925 INFO:teuthology.orchestra.run.smithi005.stdout: "cluster": "foo", 2024-02-09T20:11:49.925 INFO:teuthology.orchestra.run.smithi005.stdout: "mode": "RW" 2024-02-09T20:11:49.925 INFO:teuthology.orchestra.run.smithi005.stdout:} 2024-02-09T20:11:50.139 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:49 smithi005 conmon[35754]: cluster 2024-02-09T20:11:48.074254 2024-02-09T20:11:50.139 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:49 smithi005 conmon[35754]: +0000 mgr.smithi005.drqcnv (mgr.14182) 178 : cluster [DBG] pgmap v154: 97 pgs: 14 creating+peering, 65 active+clean, 18 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:50.139 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:49 smithi005 conmon[35754]: cephadm 2024-02-09T20:11:48.096157+0000 mgr.smithi005.drqcnv (mgr.14182) 179 : cephadm [INF] Deploying daemon mds.foofs.smithi005.ijnizm on smithi005 2024-02-09T20:11:50.139 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:49 smithi005 conmon[35754]: audit 2024-02-09T20:11:48.381299+0000 mgr.smithi005.drqcnv (mgr.14182) 180 : audit [DBG] from='client.24407 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:50.139 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:49 smithi005 conmon[35754]: cluster 2024-02-09T20:11:48.904520+0000 mon.smithi005 (mon.0) 646 : cluster [DBG] mds.? [v2:172.21.15.129:6832/1705824648,v1:172.21.15.129:6833/1705824648] up:boot 2024-02-09T20:11:50.139 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:49 smithi005 conmon[35754]: cluster 2024-02-09T20:11:48.904609+0000 mon.smithi005 (mon.0) 647 : cluster [INF] daemon mds.foofs.smithi129.pnsbng assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-09T20:11:50.139 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:49 smithi005 conmon[35754]: cluster 2024-02-09T20:11:48.904725+0000 mon.smithi005 (mon.0) 648 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-09T20:11:50.139 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:49 smithi005 conmon[35754]: cluster 2024-02-09T20:11:48.904771+0000 mon.smithi005 (mon.0) 649 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-09T20:11:50.139 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:49 smithi005 conmon[35754]: cluster 2024-02-09T20:11:48.904794+0000 mon.smithi005 (mon.0) 650 : cluster [INF] Cluster is now healthy 2024-02-09T20:11:50.139 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:49 smithi005 conmon[35754]: cluster 2024-02-09T20:11:48.905026+0000 mon.smithi005 (mon.0) 651 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-09T20:11:50.139 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:49 smithi005 conmon[35754]: audit 2024-02-09T20:11:48.905149+0000 mon.smithi005 (mon.0) 652 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi129.pnsbng"}]: dispatch 2024-02-09T20:11:50.140 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:49 smithi005 conmon[35754]: cluster 2024-02-09T20:11:48.907463+0000 mon.smithi005 (mon.0) 653 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi129.pnsbng=up:creating} 2024-02-09T20:11:50.140 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:49 smithi005 conmon[35754]: cluster 2024-02-09T20:11:48.918184+0000 mon.smithi005 (mon.0) 654 : cluster [INF] daemon mds.foofs.smithi129.pnsbng is now active in filesystem foofs as rank 0 2024-02-09T20:11:50.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: cluster 2024-02-09T20:11:48.074254+0000 mgr.smithi005.drqcnv (mgr.14182) 178 : cluster [DBG] pgmap v154: 97 pgs: 14 creating+peering, 65 active+clean, 18 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:50.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: cephadm 2024-02-09T20:11:48.096157+0000 mgr.smithi005.drqcnv (mgr.14182) 179 : cephadm [INF] Deploying daemon mds.foofs.smithi005.ijnizm on smithi005 2024-02-09T20:11:50.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: audit 2024-02-09T20:11:48.381299+0000 mgr.smithi005.drqcnv (mgr.14182) 180 : audit [DBG] from='client.24407 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-02-09T20:11:50.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: cluster 2024-02-09T20:11:50.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: 2024-02-09T20:11:48.904520+0000 mon.smithi005 (mon.0) 646 : cluster 2024-02-09T20:11:50.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: [DBG] mds.? [v2:172.21.15.129:6832/1705824648,v1:172.21.15.129:6833/1705824648] up:boot 2024-02-09T20:11:50.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: cluster 2024-02-09T20:11:50.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: 2024-02-09T20:11:48 2024-02-09T20:11:50.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: .904609+0000 mon.smithi005 (mon.0) 647 2024-02-09T20:11:50.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: : cluster [INF] daemon mds.foofs.smithi129.pnsbng assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-09T20:11:50.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: cluster 2024- 2024-02-09T20:11:50.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: 02-09T20:11:48.904725+0000 mon.smithi005 ( 2024-02-09T20:11:50.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: mon.0) 648 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-09T20:11:50.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: 2024-02-09T20:11:50.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: cluster 2024-02-09T20:11:50.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: 2024-02-09T20:11 2024-02-09T20:11:50.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: :48.904771+0000 mon.smithi005 (mon 2024-02-09T20:11:50.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: .0) 649 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-09T20:11:50.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: 2024-02-09T20:11:50.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: cluster 2024-02 2024-02-09T20:11:50.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: -09T20:11:48.904794 2024-02-09T20:11:50.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: +0000 mon.smithi005 (mon.0) 650 : 2024-02-09T20:11:50.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: cluster [INF] Cluster is now healthy 2024-02-09T20:11:50.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: cluster 2024- 2024-02-09T20:11:50.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: 02-09T20:11:48.905026+0000 2024-02-09T20:11:50.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: mon.smithi005 (mon.0) 651 : cluster [DBG] 2024-02-09T20:11:50.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: fsmap foofs:0 1 up:standby 2024-02-09T20:11:50.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: audit 2024-02-09T20:11:50.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: 2024-02-09T20:11:48 2024-02-09T20:11:50.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: .905149+0000 mon.smithi005 (mon.0) 2024-02-09T20:11:50.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: 652 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi129.pnsbng"}]: dispatch 2024-02-09T20:11:50.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: cluster 2024-02- 2024-02-09T20:11:50.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: 09T20:11:48.907463+0000 mon.smithi005 2024-02-09T20:11:50.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: (mon.0) 653 : cluster [DBG] 2024-02-09T20:11:50.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: fsmap foofs:1 {0=foofs.smithi129.pnsbng=up:creating} 2024-02-09T20:11:50.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: cluster 2024-02 2024-02-09T20:11:50.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: -09T20:11:48.918184+0000 mon.smithi005 2024-02-09T20:11:50.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: (mon.0) 654 : cluster [INF] 2024-02-09T20:11:50.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:49 smithi129 conmon[40092]: daemon mds.foofs.smithi129.pnsbng is now active in filesystem foofs as rank 0 2024-02-09T20:11:50.621 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-09T20:11:50.634 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-09T20:11:50.634 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:11:51.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:50 smithi005 conmon[35754]: cluster 2024-02-09T20:11:49.909519+0000 mon.smithi005 (mon. 2024-02-09T20:11:51.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:50 smithi005 conmon[35754]: 0) 655 : cluster [DBG] mds.? [v2:172.21.15.129:6832/1705824648,v1:172.21.15.129:6833/1705824648] up:active 2024-02-09T20:11:51.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:50 smithi005 conmon[35754]: cluster 2024-02-09T20:11:49.909599+0000 mon.smithi005 (mon.0) 656 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi129.pnsbng=up:active} 2024-02-09T20:11:51.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:50 smithi005 conmon[35754]: audit 2024-02-09T20:11:49.911732+0000 mon.smithi005 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-09T20:11:51.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:50 smithi005 conmon[35754]: audit 2024-02-09T20:11:49.915730+0000 mon.smithi005 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-09T20:11:51.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:50 smithi129 conmon[40092]: cluster 2024-02-09T20:11:49.909519+0000 mon.smithi005 (mon.0) 655 : cluster [DBG] mds.? [v2:172.21.15.129:6832/1705824648,v1:172.21.15.129:6833/1705824648] up:active 2024-02-09T20:11:51.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:50 smithi129 conmon[40092]: cluster 2024-02-09T20:11:49.909599+0000 mon.smithi005 (mon.0) 656 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi129.pnsbng=up:active} 2024-02-09T20:11:51.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:50 smithi129 conmon[40092]: audit 2024-02-09T20:11:49.911732+0000 mon.smithi005 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-02-09T20:11:51.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:50 smithi129 conmon[40092]: audit 2024-02-09T20:11:49.915730+0000 2024-02-09T20:11:51.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:50 smithi129 conmon[40092]: mon.smithi005 (mon.0) 658 : audit [INF] 2024-02-09T20:11:51.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:50 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-02-09T20:11:52.172 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:51 smithi005 conmon[35754]: cluster 2024-02-09T20:11:50.074827+0000 mgr.smithi005.drqcnv (mgr.14182) 181 : cluster [DBG] pgmap v155: 97 pgs: 14 creating+peering, 83 active+clean; 1.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:52.172 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:51 smithi005 conmon[35754]: cluster 2024-02-09T20:11:50.918519+0000 mon.smithi005 (mon.0) 659 : cluster [DBG] mds.? [v2:172.21.15.5:6834/2252906914,v1:172.21.15.5:6835/2252906914] up:boot 2024-02-09T20:11:52.172 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:51 smithi005 conmon[35754]: cluster 2024-02-09T20:11:50.918751+0000 mon.smithi005 (mon.0) 660 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi129.pnsbng=up:active} 1 up:standby 2024-02-09T20:11:52.172 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:51 smithi005 conmon[35754]: audit 2024-02-09T20:11:50.919251+0000 mon.smithi005 (mon.0) 661 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi005.ijnizm"}]: dispatch 2024-02-09T20:11:52.172 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:51 smithi005 conmon[35754]: cluster 2024-02-09T20:11:50.921630+0000 mon.smithi005 (mon.0) 662 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi129.pnsbng=up:active} 1 up:standby 2024-02-09T20:11:52.172 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:51 smithi005 conmon[35754]: audit 2024-02-09T20:11:50.958982+0000 mon.smithi005 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:52.172 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:51 smithi005 conmon[35754]: audit 2024-02-09T20:11:50.963858+0000 mon.smithi005 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:52.172 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:51 smithi005 conmon[35754]: cephadm 2024-02-09T20:11:50.982856+0000 mgr.smithi005.drqcnv (mgr.14182) 182 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi005.auyyew 2024-02-09T20:11:52.173 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:51 smithi005 conmon[35754]: audit 2024-02-09T20:11:50.983213+0000 mon.smithi005 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.auyyew", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-09T20:11:52.173 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:51 smithi005 conmon[35754]: audit 2024-02-09 2024-02-09T20:11:52.173 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:51 smithi005 conmon[35754]: T20:11:50.987623+0000 mon.smithi005 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.auyyew", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-09T20:11:52.173 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:51 smithi005 conmon[35754]: cephadm 2024-02-09T20:11:50.988267+0000 mgr.smithi005.drqcnv (mgr.14182) 183 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-09T20:11:52.173 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:51 smithi005 conmon[35754]: audit 2024-02-09T20:11:50.988577+0000 mon.smithi005 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-09T20:11:52.173 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:51 smithi005 conmon[35754]: audit 2024-02-09T20:11:50.992410+0000 mon.smithi005 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-09T20:11:52.173 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:51 smithi005 conmon[35754]: audit 2024-02-09T20:11:50.993776+0000 mon.smithi005 (mon.0) 669 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:11:52.173 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:51 smithi005 conmon[35754]: audit 2024-02-09T20:11:51.038414+0000 mon.smithi005 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-09T20:11:52.173 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:51 smithi005 conmon[35754]: audit 2024-02-09T20:11:51.042037+0000 mon.smithi005 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-09T20:11:52.173 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:51 smithi005 conmon[35754]: audit 2024-02-09T20:11:51.089277+0000 mon.smithi005 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.auyyew-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-09T20:11:52.173 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:51 smithi005 conmon[35754]: audit 2024-02-09T20:11:51.092992+0000 mon.smithi005 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.auyyew-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-09T20:11:52.173 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:51 smithi005 conmon[35754]: audit 2024-02-09T20:11:51.096735+0000 mon.smithi005 (mon.0) 674 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:11:52.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: cluster 2024-02-09T20:11:50.074827+0000 mgr.smithi005.drqcnv (mgr.14182) 181 : cluster [DBG] pgmap v155: 97 pgs: 14 creating+peering, 83 active+clean; 1.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-09T20:11:52.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: cluster 2024-02-09T20:11:50.918519+0000 mon.smithi005 (mon. 2024-02-09T20:11:52.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: 0) 659 : cluster [DBG] mds.? [v2:172.21.15.5:6834/2252906914,v1:172.21.15.5:6835/2252906914] up:boot 2024-02-09T20:11:52.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: cluster 2024-02-09T20:11:50.918751+0000 mon.smithi005 (mon.0) 660 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi129.pnsbng=up:active} 1 up:standby 2024-02-09T20:11:52.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: audit 2024-02-09T20:11:50.919251+0000 mon.smithi005 (mon.0) 661 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi005.ijnizm"}]: dispatch 2024-02-09T20:11:52.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: cluster 2024-02-09T20:11:50.921630+0000 mon.smithi005 (mon.0) 662 : cluster [DBG] 2024-02-09T20:11:52.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: fsmap foofs:1 {0=foofs.smithi129.pnsbng=up:active} 1 up:standby 2024-02-09T20:11:52.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: audit 2024-02-09T20:11:52.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: 2024-02-09T20:11:50.958982+0000 mon.smithi005 (mon.0 2024-02-09T20:11:52.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: ) 663 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:52.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: audit 2024-02-09T20:11:50 2024-02-09T20:11:52.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: .963858+0000 mon.smithi005 (mon.0) 664 : audit [INF] 2024-02-09T20:11:52.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:52.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: cephadm 2024-02-09T20:11:52.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: 2024-02-09T20:11:50.982856+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:11:52.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: ) 182 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi005.auyyew 2024-02-09T20:11:52.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: audit 2024-02-09T20: 2024-02-09T20:11:52.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: 11:50.983213+0000 mon.smithi005 (mon.0) 665 2024-02-09T20:11:52.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.auyyew", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-09T20:11:52.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: audit 2024-02-09T20:11:50. 2024-02-09T20:11:52.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: 987623+0000 mon.smithi005 (mon.0) 666 : audit [INF] 2024-02-09T20:11:52.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.auyyew", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-09T20:11:52.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: cephadm 2024-02-09T20:11:52.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: 2024-02-09T20:11:50.988267+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:11:52.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: 183 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-09T20:11:52.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: audit 2024-02-09T20:11 2024-02-09T20:11:52.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: :50.988577+0000 mon.smithi005 (mon.0) 667 : 2024-02-09T20:11:52.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-09T20:11:52.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: audit 2024-02-09T20:11:50. 2024-02-09T20:11:52.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: 992410+0000 mon.smithi005 (mon.0) 668 : audit [INF] 2024-02-09T20:11:52.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-09T20:11:52.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: audit 2024-02-09T20:11:52.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: 2024-02-09T20:11:50.993776+0000 mon.smithi005 (mon.0) 2024-02-09T20:11:52.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: 669 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:11:52.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: audit 2024-02-09T20:11:51 2024-02-09T20:11:52.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: .038414+0000 mon.smithi005 (mon.0) 670 : audit [INF] 2024-02-09T20:11:52.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-09T20:11:52.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: audit 2024-02-09T20:11:52.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: 2024-02-09T20:11:51.042037+0000 mon.smithi005 (mon. 2024-02-09T20:11:52.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: 0) 671 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-09T20:11:52.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: audit 2024-02-09T20: 2024-02-09T20:11:52.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: 11:51.089277+0000 mon.smithi005 (mon.0) 672 2024-02-09T20:11:52.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.auyyew-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-09T20:11:52.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: audit 2024-02-09T20:11: 2024-02-09T20:11:52.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: 51.092992+0000 mon.smithi005 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi005.auyyew-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-09T20:11:52.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: audit 2024- 2024-02-09T20:11:52.313 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: 02-09T20:11:51.096735+0000 mon.smithi005 ( 2024-02-09T20:11:52.313 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:51 smithi129 conmon[40092]: mon.0) 674 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:11:53.161 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:11:53.162 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:11:53.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:52 smithi129 conmon[40092]: cephadm 2024-02-09T20:11:51.088734+0000 mgr.smithi005.drqcnv (mgr.14182) 184 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-09T20:11:53.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:52 smithi129 conmon[40092]: cephadm 2024-02-09T20:11:51.088863+0000 mgr.smithi005.drqcnv (mgr.14182) 185 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi005.auyyew-rgw 2024-02-09T20:11:53.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:52 smithi129 conmon[40092]: cephadm 2024-02-09T20:11:51.097750+0000 mgr.smithi005.drqcnv (mgr.14182) 186 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi005.auyyew on smithi005 2024-02-09T20:11:53.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:52 smithi129 conmon[40092]: cluster 2024-02-09T20:11:51.972423+0000 mon.smithi005 (mon.0) 675 : cluster [DBG] 2024-02-09T20:11:53.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:52 smithi129 conmon[40092]: mgrmap e20: smithi005.drqcnv(active, since 3m), standbys: smithi129.zcbvcd 2024-02-09T20:11:53.311 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:52 smithi005 conmon[35754]: cephadm 2024-02-09T20:11:51.088734+0000 mgr.smithi005.drqcnv (mgr.14182) 184 : 2024-02-09T20:11:53.311 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:52 smithi005 conmon[35754]: cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-09T20:11:53.311 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:52 smithi005 conmon[35754]: cephadm 2024-02-09T20:11:51.088863+0000 mgr.smithi005.drqcnv (mgr.14182) 185 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi005.auyyew-rgw 2024-02-09T20:11:53.311 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:52 smithi005 conmon[35754]: cephadm 2024-02-09T20:11:51.097750+0000 mgr.smithi005.drqcnv (mgr.14182) 186 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi005.auyyew on smithi005 2024-02-09T20:11:53.311 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:52 smithi005 conmon[35754]: cluster 2024-02-09T20:11:51.972423+0000 mon.smithi005 (mon.0) 675 : cluster [DBG] mgrmap e20: smithi005.drqcnv(active, since 3m), standbys: smithi129.zcbvcd 2024-02-09T20:11:53.767 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:11:54.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:53 smithi005 conmon[35754]: cluster 2024-02-09T20:11:52.075423+0000 mgr.smithi005.drqcnv (mgr.14182) 187 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s wr, 12 op/s 2024-02-09T20:11:54.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:53 smithi129 conmon[40092]: cluster 2024-02-09T20:11:52.075423+0000 mgr.smithi005.drqcnv (mgr.14182) 187 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s wr, 12 op/s 2024-02-09T20:11:54.768 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:11:55.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:54 smithi005 conmon[35754]: audit 2024-02-09T20:11:53.155201+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:11:55.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:54 smithi005 conmon[35754]: 14182) 188 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:11:55.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:54 smithi005 conmon[35754]: audit 2024-02-09T20:11:54.080488+0000 mon.smithi005 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:55.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:54 smithi005 conmon[35754]: audit 2024-02-09T20:11:54.424251+0000 mon.smithi005 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:55.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:54 smithi005 conmon[35754]: audit 2024-02-09T20:11:54.429806+0000 mon.smithi005 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:55.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:54 smithi129 conmon[40092]: audit 2024-02-09T20:11:53.155201+0000 mgr.smithi005.drqcnv (mgr.14182) 188 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:11:55.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:54 smithi129 conmon[40092]: audit 2024-02-09T20:11:54.080488+0000 mon.smithi005 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:55.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:54 smithi129 conmon[40092]: audit 2024-02-09T20:11:54.424251 2024-02-09T20:11:55.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:54 smithi129 conmon[40092]: +0000 mon.smithi005 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:55.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:54 smithi129 conmon[40092]: audit 2024-02-09 2024-02-09T20:11:55.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:54 smithi129 conmon[40092]: T20:11:54.429806+0000 mon.smithi005 (mon.0) 678 : audit [INF] 2024-02-09T20:11:55.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:54 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:11:56.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:55 smithi129 conmon[40092]: cluster 2024-02-09T20:11:54.075915+0000 mgr.smithi005.drqcnv (mgr.14182) 189 : 2024-02-09T20:11:56.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:55 smithi129 conmon[40092]: cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s wr, 6 op/s 2024-02-09T20:11:56.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:55 smithi129 conmon[40092]: cephadm 2024-02-09T20:11:54.437436+0000 mgr.smithi005.drqcnv (mgr.14182) 190 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi129.cfoaag on smithi129 2024-02-09T20:11:56.400 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:55 smithi005 conmon[35754]: cluster 2024-02-09T20:11:54.075915+0000 mgr.smithi005.drqcnv (mgr.14182) 189 : 2024-02-09T20:11:56.400 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:55 smithi005 conmon[35754]: cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s wr, 6 op/s 2024-02-09T20:11:56.400 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:55 smithi005 conmon[35754]: cephadm 2024-02-09T20:11:54.437436+0000 mgr.smithi005.drqcnv (mgr.14182) 190 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi129.cfoaag on smithi129 2024-02-09T20:11:56.820 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:11:56.820 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:11:57.584 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:11:58.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:57 smithi129 conmon[40092]: cluster 2024-02-09T20:11:56.076525+0000 mgr.smithi005.drqcnv (mgr.14182) 191 : cluster [DBG] pgmap v158: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 3.3 KiB/s wr, 8 op/s 2024-02-09T20:11:58.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:57 smithi129 conmon[40092]: audit 2024-02-09T20:11:56.814954+0000 mgr.smithi005.drqcnv (mgr.14182) 192 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:11:58.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:57 smithi005 conmon[35754]: cluster 2024-02-09T20:11:56.076525+0000 mgr.smithi005.drqcnv (mgr.14182) 191 : cluster [DBG] pgmap v158: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 3.3 KiB/s wr, 8 op/s 2024-02-09T20:11:58.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:57 smithi005 conmon[35754]: audit 2024-02-09T20:11:56.814954+0000 mgr.smithi005.drqcnv (mgr.14182) 192 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:11:58.586 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:00.083 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:59 smithi005 conmon[35754]: cluster 2024-02-09T20:11:58.076950+0000 mgr.smithi005.drqcnv (mgr.14182) 193 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 2.5 KiB/s wr, 6 op/s 2024-02-09T20:12:00.084 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:11:59 smithi005 conmon[35754]: audit 2024-02-09T20:11:59.089354+0000 mon.smithi005 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:12:00.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:59 smithi129 conmon[40092]: cluster 2024-02-09T20:11:58.076950+0000 mgr.smithi005.drqcnv (mgr.14182) 193 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 2.5 KiB/s wr, 6 op/s 2024-02-09T20:12:00.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:11:59 smithi129 conmon[40092]: audit 2024-02-09T20:11:59.089354+0000 mon.smithi005 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:12:00.485 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:12:00.485 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:01.151 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:12:02.153 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:02.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:01 smithi129 conmon[40092]: cluster 2024-02-09T20:12:00.077669+0000 mgr.smithi005.drqcnv (mgr.14182) 194 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 2.3 KiB/s wr, 5 op/s 2024-02-09T20:12:02.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:01 smithi129 conmon[40092]: audit 2024-02-09T20:12:00.479829+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:12:02.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:01 smithi129 conmon[40092]: .14182) 195 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:02.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:01 smithi005 conmon[35754]: cluster 2024-02-09T20:12:00.077669+0000 mgr.smithi005.drqcnv (mgr.14182) 194 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 2.3 KiB/s wr, 5 op/s 2024-02-09T20:12:02.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:01 smithi005 conmon[35754]: audit 2024-02-09T20:12:00.479829+0000 mgr.smithi005.drqcnv (mgr.14182) 195 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:04.169 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:12:04.169 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:04.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:03 smithi129 conmon[40092]: cluster 2024-02-09T20:12:02.078223+0000 mgr.smithi005.drqcnv (mgr.14182) 196 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.9 KiB/s wr, 4 op/s 2024-02-09T20:12:04.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:03 smithi005 conmon[35754]: cluster 2024-02-09T20:12:02.078223+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:12:04.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:03 smithi005 conmon[35754]: .14182) 196 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.9 KiB/s wr, 4 op/s 2024-02-09T20:12:04.832 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:12:05.834 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:06.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:05 smithi129 conmon[40092]: cluster 2024-02-09T20:12:04.078789+0000 mgr.smithi005.drqcnv (mgr.14182) 197 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-02-09T20:12:06.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:05 smithi129 conmon[40092]: audit 2024-02-09T20:12:04.163687+0000 mgr.smithi005.drqcnv (mgr.14182) 198 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:06.329 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:05 smithi005 conmon[35754]: cluster 2024-02-09T20:12:04.078789+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:12:06.329 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:05 smithi005 conmon[35754]: .14182) 197 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-02-09T20:12:06.329 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:05 smithi005 conmon[35754]: audit 2024-02-09T20:12:04.163687+0000 mgr.smithi005.drqcnv (mgr.14182) 198 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:07.799 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:12:07.799 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:08.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:07 smithi005 conmon[35754]: cluster 2024-02-09T20:12:06.079391+0000 mgr.smithi005.drqcnv (mgr.14182) 199 : cluster 2024-02-09T20:12:08.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:07 smithi005 conmon[35754]: [DBG] pgmap v163: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-02-09T20:12:08.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:07 smithi129 conmon[40092]: cluster 2024-02-09T20:12:06.079391+0000 mgr.smithi005.drqcnv (mgr.14182) 199 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-02-09T20:12:08.415 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:12:09.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:09 smithi129 conmon[40092]: audit 2024-02-09T20:12:07.793612+0000 mgr.smithi005.drqcnv (mgr.14182) 200 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:09.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:09 smithi005 conmon[35754]: audit 2024-02-09T20:12:07.793612+0000 mgr.smithi005.drqcnv (mgr.14182) 200 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:09.416 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:10.276 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:10 smithi005 conmon[35754]: cluster 2024-02-09T20:12:08.079956+0000 mgr.smithi005.drqcnv (mgr.14182) 201 : cluster 2024-02-09T20:12:10.276 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:10 smithi005 conmon[35754]: [DBG] pgmap v164: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-02-09T20:12:10.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:10 smithi129 conmon[40092]: cluster 2024-02-09T20:12:08.079956+0000 mgr.smithi005.drqcnv (mgr.14182) 201 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-02-09T20:12:11.345 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:12:11.345 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:12.056 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:12:12.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:12 smithi129 conmon[40092]: cluster 2024-02-09T20:12:10.080562+0000 mgr.smithi005.drqcnv (mgr.14182) 202 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-09T20:12:12.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:12 smithi129 conmon[40092]: 2024-02-09T20:12:12.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:12 smithi005 conmon[35754]: cluster 2024-02-09T20:12:10.080562+0000 mgr.smithi005.drqcnv (mgr.14182) 202 : cluster [DBG] 2024-02-09T20:12:12.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:12 smithi005 conmon[35754]: pgmap v165: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-02-09T20:12:13.057 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:13.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:13 smithi129 conmon[40092]: audit 2024-02-09T20:12:11.339520+0000 mgr.smithi005.drqcnv (mgr.14182) 203 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:13.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:13 smithi005 conmon[35754]: audit 2024-02-09T20:12:11.339520+0000 mgr.smithi005.drqcnv (mgr.14182) 203 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:14.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:14 smithi129 conmon[40092]: cluster 2024-02-09T20:12:12.081152+0000 mgr.smithi005.drqcnv (mgr.14182) 204 : cluster [DBG] 2024-02-09T20:12:14.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:14 smithi129 conmon[40092]: pgmap v166: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:14.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:14 smithi005 conmon[35754]: cluster 2024-02-09T20:12:12.081152+0000 mgr.smithi005.drqcnv (mgr.14182) 204 : cluster [DBG] 2024-02-09T20:12:14.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:14 smithi005 conmon[35754]: pgmap v166: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:15.152 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:12:15.152 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:15.789 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:12:16.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:16 smithi129 conmon[40092]: cluster 2024-02-09T20:12:14.081708+0000 mgr.smithi005.drqcnv (mgr.14182) 205 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:16.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:16 smithi005 conmon[35754]: cluster 2024-02-09T20:12:14.081708+0000 mgr.smithi005.drqcnv (mgr.14182) 205 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:16.790 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:17.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:17 smithi005 conmon[35754]: audit 2024-02-09T20:12:15.146673+0000 mgr.smithi005.drqcnv (mgr.14182) 206 2024-02-09T20:12:17.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:17 smithi005 conmon[35754]: : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:17.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:17 smithi129 conmon[40092]: audit 2024-02-09T20:12:15.146673+0000 mgr.smithi005.drqcnv (mgr.14182) 206 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:17.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:17 smithi129 conmon[40092]: 2024-02-09T20:12:18.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:18 smithi129 conmon[40092]: cluster 2024-02-09T20:12:16.082398+0000 mgr.smithi005.drqcnv (mgr.14182) 207 : cluster 2024-02-09T20:12:18.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:18 smithi129 conmon[40092]: [DBG] pgmap v168: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:18.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:18 smithi005 conmon[35754]: cluster 2024-02-09T20:12:16.082398+0000 mgr.smithi005.drqcnv (mgr.14182) 207 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:18.881 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:12:18.881 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:19.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:19 smithi005 conmon[35754]: cluster 2024-02-09T20:12:18.082778+0000 mgr.smithi005.drqcnv (mgr.14182) 208 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:19.415 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:19 smithi005 conmon[35754]: audit 2024-02-09T20:12:18.874767+0000 mgr.smithi005.drqcnv (mgr.14182) 209 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:19.515 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:12:19.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:19 smithi129 conmon[40092]: cluster 2024-02-09T20:12:18.082778+0000 mgr.smithi005.drqcnv (mgr.14182) 208 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:19.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:19 smithi129 conmon[40092]: audit 2024-02-09T20:12:18.874767+0000 mgr.smithi005.drqcnv (mgr.14182) 209 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:20.516 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:21.391 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:21 smithi005 conmon[35754]: cluster 2024-02-09T20:12:20. 2024-02-09T20:12:21.391 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:21 smithi005 conmon[35754]: 083482+0000 mgr.smithi005.drqcnv (mgr.14182) 210 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:21.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:21 smithi129 conmon[40092]: cluster 2024-02-09T20:12:20.083482+0000 mgr.smithi005.drqcnv (mgr.14182) 210 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:21.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:21 smithi129 conmon[40092]: 2024-02-09T20:12:22.527 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:12:22.527 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:23.138 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:12:23.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:23 smithi005 conmon[35754]: cluster 2024-02-09T20:12:22.083986+0000 mgr.smithi005.drqcnv (mgr.14182) 211 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:23.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:23 smithi005 conmon[35754]: audit 2024-02-09T20:12:22.521974+0000 mgr.smithi005.drqcnv (mgr.14182) 212 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:23.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:23 smithi129 conmon[40092]: cluster 2024-02-09T20:12:22.083986+0000 mgr.smithi005.drqcnv (mgr.14182) 211 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:23.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:23 smithi129 conmon[40092]: 2024-02-09T20:12:23.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:23 smithi129 conmon[40092]: audit 2024-02-09T20:12:22.521974+0000 mgr.smithi005.drqcnv (mgr.14182) 212 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:24.140 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:25.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:25 smithi005 conmon[35754]: cluster 2024-02-09T20:12:24.084598+0000 mgr.smithi005.drqcnv (mgr.14182) 213 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:25.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:25 smithi129 conmon[40092]: cluster 2024-02-09T20:12:24.084598+0000 mgr.smithi005.drqcnv (mgr.14182) 213 : cluster [DBG] 2024-02-09T20:12:25.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:25 smithi129 conmon[40092]: pgmap v172: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:26.178 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:12:26.179 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:26.822 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:12:27.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:27 smithi005 conmon[35754]: cluster 2024-02-09T20:12:26.085130+0000 mgr.smithi005.drqcnv (mgr.14182) 214 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:27.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:27 smithi005 conmon[35754]: audit 2024-02-09T20:12:26.172599+0000 mgr.smithi005.drqcnv (mgr.14182) 215 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:27.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:27 smithi129 conmon[40092]: cluster 2024-02-09T20:12:26.085130+0000 mgr.smithi005.drqcnv (mgr.14182) 214 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:27.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:27 smithi129 conmon[40092]: 2024-02-09T20:12:27.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:27 smithi129 conmon[40092]: audit 2024-02-09T20:12:26.172599+0000 mgr.smithi005.drqcnv (mgr.14182) 215 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:27.822 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:29.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:29 smithi005 conmon[35754]: cluster 2024-02-09T20:12:28.085469+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:12:29.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:29 smithi005 conmon[35754]: mgr.14182) 216 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:29.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:29 smithi129 conmon[40092]: cluster 2024-02-09T20:12:28.085469+0000 mgr.smithi005.drqcnv (mgr.14182) 216 : cluster [DBG] 2024-02-09T20:12:29.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:29 smithi129 conmon[40092]: pgmap v174: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:29.812 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:12:29.812 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:30.440 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:30 smithi005 conmon[35754]: audit 2024-02-09T20:12:29.806899+0000 mgr.smithi005.drqcnv (mgr.14182) 217 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:30.462 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:12:30.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:30 smithi129 conmon[40092]: audit 2024-02-09T20:12:29.806899+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:12:30.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:30 smithi129 conmon[40092]: 217 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:31.463 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:31.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:31 smithi005 conmon[35754]: cluster 2024-02-09T20:12:30.086032+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:12:31.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:31 smithi005 conmon[35754]: 218 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:31.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:31 smithi129 conmon[40092]: cluster 2024-02-09T20:12:30.086032+0000 mgr.smithi005.drqcnv (mgr.14182) 218 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:33.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:33 smithi005 conmon[35754]: cluster 2024-02-09T20:12:32.086558+0000 mgr.smithi005.drqcnv (mgr.14182) 219 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:33.554 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:12:33.554 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:33.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:33 smithi129 conmon[40092]: cluster 2024-02-09T20:12:32.086558+0000 mgr.smithi005.drqcnv (mgr.14182) 219 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:34.152 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:12:34.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:34 smithi005 conmon[35754]: audit 2024-02-09T20:12:33.549141+0000 mgr.smithi005.drqcnv (mgr.14182) 220 : audit [DBG] 2024-02-09T20:12:34.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:34 smithi005 conmon[35754]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:34.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:34 smithi129 conmon[40092]: audit 2024-02-09T20:12:33.549141+0000 mgr.smithi005.drqcnv (mgr.14182) 220 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:35.153 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:35.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:35 smithi129 conmon[40092]: cluster 2024-02-09T20:12:34.087096+0000 mgr.smithi005.drqcnv (mgr.14182) 221 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:35.631 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:35 smithi005 conmon[35754]: cluster 2024-02-09T20:12:34.087096+0000 mgr.smithi005.drqcnv (mgr.14182) 221 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:37.150 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:12:37.151 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:37.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:37 smithi129 conmon[40092]: cluster 2024-02-09T20:12:36.087702+0000 mgr.smithi005.drqcnv (mgr.14182) 222 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:37.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:37 smithi005 conmon[35754]: cluster 2024-02-09T20:12:36.087702+0000 mgr.smithi005.drqcnv (mgr.14182) 222 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:37.838 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:12:38.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:38 smithi129 conmon[40092]: audit 2024-02-09T20:12:37.144487+0000 mgr.smithi005.drqcnv (mgr.14182) 223 : audit [DBG] 2024-02-09T20:12:38.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:38 smithi129 conmon[40092]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:38.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:38 smithi005 conmon[35754]: audit 2024-02-09T20:12:37.144487+0000 mgr.smithi005.drqcnv (mgr.14182) 223 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:38.839 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:39.498 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:39 smithi005 conmon[35754]: cluster 2024-02-09T20:12:38.088272+0000 mgr.smithi005.drqcnv (mgr.14182) 224 : 2024-02-09T20:12:39.499 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:39 smithi005 conmon[35754]: cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:39.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:39 smithi129 conmon[40092]: cluster 2024-02-09T20:12:38.088272+0000 mgr.smithi005.drqcnv (mgr.14182) 224 : cluster [DBG] 2024-02-09T20:12:39.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:39 smithi129 conmon[40092]: pgmap v179: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:40.742 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:12:40.742 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:41.387 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:12:41.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:41 smithi129 conmon[40092]: cluster 2024-02-09T20:12:40.089072+0000 mgr.smithi005.drqcnv (mgr.14182) 225 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:41.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:41 smithi129 conmon[40092]: audit 2024-02-09T20:12:40.736247+0000 mgr.smithi005.drqcnv (mgr.14182) 226 : audit 2024-02-09T20:12:41.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:41 smithi129 conmon[40092]: [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:41.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:41 smithi005 conmon[35754]: cluster 2024-02-09T20:12:40.089072+0000 mgr.smithi005.drqcnv (mgr.14182) 225 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:41.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:41 smithi005 conmon[35754]: audit 2024-02-09T20:12:40.736247+0000 mgr.smithi005.drqcnv (mgr.14182) 226 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:42.388 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:43.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:43 smithi129 conmon[40092]: cluster 2024-02-09T20:12:42.089612+0000 mgr.smithi005.drqcnv (mgr.14182) 227 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:43.649 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:43 smithi005 conmon[35754]: cluster 2024-02-09T20:12:42.089612+0000 mgr.smithi005.drqcnv (mgr.14182) 227 2024-02-09T20:12:43.649 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:43 smithi005 conmon[35754]: : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:44.383 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:12:44.383 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:45.009 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:12:45.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:45 smithi005 conmon[35754]: cluster 2024-02-09T20:12:44.090109+0000 mgr.smithi005.drqcnv (mgr.14182) 228 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:45.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:45 smithi005 conmon[35754]: audit 2024-02-09T20:12:44.377500+0000 mgr.smithi005.drqcnv (mgr.14182) 229 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:45.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:45 smithi129 conmon[40092]: cluster 2024-02-09T20:12:44.090109+0000 mgr.smithi005.drqcnv (mgr.14182) 228 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:45.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:45 smithi129 conmon[40092]: audit 2024-02-09T20:12:44.377500+0000 mgr.smithi005.drqcnv (mgr.14182) 229 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:46.010 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:47.535 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:47 smithi005 conmon[35754]: cluster 2024-02-09T20:12:46.090643+0000 mgr.smithi005.drqcnv (mgr.14182) 230 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:47.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:47 smithi129 conmon[40092]: cluster 2024-02-09T20:12:46.090643+0000 mgr.smithi005.drqcnv (mgr.14182) 230 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:47.988 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:12:47.988 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:48.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:48 smithi005 conmon[35754]: audit 2024-02-09T20:12:47.983333+0000 mgr.smithi005.drqcnv (mgr.14182) 231 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:48.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:48 smithi129 conmon[40092]: audit 2024-02-09T20:12:47.983333+0000 mgr.smithi005.drqcnv (mgr.14182) 231 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:48.618 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:12:49.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:49 smithi129 conmon[40092]: cluster 2024-02-09T20:12:48.091037+0000 mgr.smithi005.drqcnv (mgr.14182) 232 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:49.620 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:49.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:49 smithi005 conmon[35754]: cluster 2024-02-09T20:12:48.091037+0000 mgr.smithi005.drqcnv (mgr.14182) 232 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:51.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:51 smithi129 conmon[40092]: cluster 2024-02-09T20:12:50.091611+0000 mgr.smithi005.drqcnv (mgr.14182) 233 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:51.592 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:12:51.592 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:51.623 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:51 smithi005 conmon[35754]: cluster 2024-02-09T20:12:50.091611+0000 mgr.smithi005.drqcnv (mgr.14182) 233 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:12:52.250 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:12:52.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:52 smithi129 conmon[40092]: audit 2024-02-09T20:12:51.586549+0000 mgr.smithi005.drqcnv (mgr.14182) 234 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:52.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:52 smithi005 conmon[35754]: audit 2024-02-09T20:12:51.586549+0000 mgr.smithi005.drqcnv (mgr.14182) 234 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:53.251 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:53.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:53 smithi129 conmon[40092]: cluster 2024-02-09T20:12:52.092265+0000 mgr.smithi005.drqcnv (mgr.14182) 235 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:53.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:53 smithi005 conmon[35754]: cluster 2024-02-09T20:12:52.092265+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:12:53.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:53 smithi005 conmon[35754]: ) 235 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:55.224 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:12:55.224 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:55.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:55 smithi129 conmon[40092]: cluster 2024-02-09T20:12:54.092881+0000 mgr.smithi005.drqcnv (mgr.14182) 236 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:55.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:55 smithi005 conmon[35754]: cluster 2024-02-09T20:12:54.092881+0000 mgr.smithi005.drqcnv (mgr.14182) 236 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:55.808 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:12:56.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:56 smithi129 conmon[40092]: audit 2024-02-09T20:12:55.218513+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:12:56.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:56 smithi129 conmon[40092]: ) 237 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:56.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:56 smithi005 conmon[35754]: audit 2024-02-09T20:12:55.218513+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:12:56.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:56 smithi005 conmon[35754]: 237 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:56.809 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:12:57.521 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:57 smithi005 conmon[35754]: cluster 2024-02-09T20:12:56.093474+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:12:57.521 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:57 smithi005 conmon[35754]: 14182) 238 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:57.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:57 smithi129 conmon[40092]: cluster 2024-02-09T20:12:56.093474+0000 mgr.smithi005.drqcnv (mgr.14182) 238 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:58.753 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:12:58.753 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:12:59.365 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:12:59.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:59 smithi129 conmon[40092]: cluster 2024-02-09T20:12:58.093955+0000 mgr.smithi005.drqcnv (mgr.14182) 239 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:59.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:12:59 smithi129 conmon[40092]: audit 2024-02-09T20:12:58.747579+0000 mgr.smithi005.drqcnv (mgr.14182) 240 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:12:59.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:59 smithi005 conmon[35754]: cluster 2024-02-09T20:12:58.093955+0000 mgr.smithi005.drqcnv (mgr.14182) 239 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:12:59.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:12:59 smithi005 conmon[35754]: audit 2024-02-09T20:12:58.747579+0000 mgr.smithi005.drqcnv (mgr.14182) 240 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:00.366 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:01.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:01 smithi129 conmon[40092]: cluster 2024-02-09T20:13:00.094465+0000 mgr.smithi005.drqcnv (mgr.14182) 241 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:01.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:01 smithi005 conmon[35754]: cluster 2024-02-09T20:13:00.094465+0000 mgr.smithi005.drqcnv (mgr.14182) 241 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:02.409 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:13:02.409 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:03.016 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:13:03.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:03 smithi005 conmon[35754]: cluster 2024-02-09T20:13:02.095071+0000 mgr.smithi005.drqcnv (mgr.14182) 242 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:03.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:03 smithi005 conmon[35754]: audit 2024-02-09T20:13:02.403661+0000 mgr.smithi005.drqcnv (mgr.14182) 243 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:03.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:03 smithi129 conmon[40092]: cluster 2024-02-09T20:13:02.095071+0000 mgr.smithi005.drqcnv (mgr.14182) 242 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:03.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:03 smithi129 conmon[40092]: audit 2024-02-09T20:13:03.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:03 smithi129 conmon[40092]: 2024-02-09T20:13:02.403661+0000 mgr.smithi005.drqcnv (mgr.14182) 243 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:04.017 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:05.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:05 smithi129 conmon[40092]: cluster 2024-02-09T20:13:04.095594+0000 mgr.smithi005.drqcnv (mgr.14182) 244 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:05.597 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:05 smithi005 conmon[35754]: cluster 2024-02-09T20:13:04.095594+0000 mgr.smithi005.drqcnv (mgr.14182) 244 : cluster 2024-02-09T20:13:05.597 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:05 smithi005 conmon[35754]: [DBG] pgmap v192: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:06.046 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:13:06.046 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:06.657 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:13:07.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:07 smithi129 conmon[40092]: audit 2024-02-09T20:13:06.039957+0000 mgr.smithi005.drqcnv (mgr.14182) 245 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:07.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:07 smithi129 conmon[40092]: cluster 2024-02-09T20:13:07.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:07 smithi129 conmon[40092]: 2024-02-09T20:13:06.096114+0000 mgr.smithi005.drqcnv (mgr.14182) 246 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:07.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:07 smithi005 conmon[35754]: audit 2024-02-09T20:13:06.039957+0000 mgr.smithi005.drqcnv (mgr.14182) 245 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:07.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:07 smithi005 conmon[35754]: cluster 2024-02-09T20:13:06.096114+0000 mgr.smithi005.drqcnv (mgr.14182) 246 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:07.658 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:09.262 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:09 smithi005 conmon[35754]: cluster 2024-02-09T20:13:08.096478+0000 mgr.smithi005.drqcnv (mgr.14182) 247 : cluster 2024-02-09T20:13:09.262 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:09 smithi005 conmon[35754]: [DBG] pgmap v194: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:09.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:09 smithi129 conmon[40092]: cluster 2024-02-09T20:13:08.096478+0000 mgr.smithi005.drqcnv (mgr.14182) 247 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:09.704 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:13:09.704 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:10.321 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:13:10.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:10 smithi129 conmon[40092]: audit 2024-02-09T20:13:09.698250+0000 mgr.smithi005.drqcnv (mgr.14182) 248 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:10.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:10 smithi005 conmon[35754]: audit 2024-02-09T20:13:09.698250+0000 mgr.smithi005.drqcnv (mgr.14182) 248 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:11.322 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:11.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:11 smithi129 conmon[40092]: cluster 2024-02-09T20:13:10.097074+0000 mgr.smithi005.drqcnv (mgr.14182) 249 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:11.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:11 smithi005 conmon[35754]: cluster 2024-02-09T20:13:10.097074+0000 mgr.smithi005.drqcnv (mgr.14182) 249 : cluster [DBG] 2024-02-09T20:13:11.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:11 smithi005 conmon[35754]: pgmap v195: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:13.372 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:13:13.373 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:13.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:13 smithi129 conmon[40092]: cluster 2024-02-09T20:13:12.097526+0000 mgr.smithi005.drqcnv (mgr.14182) 250 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:13.600 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:13 smithi005 conmon[35754]: cluster 2024-02-09T20:13:12.097526+0000 mgr.smithi005.drqcnv (mgr.14182) 250 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:14.023 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:13:14.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:14 smithi129 conmon[40092]: audit 2024-02-09T20:13:13.366900+0000 mgr.smithi005.drqcnv (mgr.14182) 251 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:14.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:14 smithi005 conmon[35754]: audit 2024-02-09T20:13:13.366900+0000 mgr.smithi005.drqcnv (mgr.14182) 251 : audit 2024-02-09T20:13:14.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:14 smithi005 conmon[35754]: [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:15.024 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:15.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:15 smithi005 conmon[35754]: cluster 2024-02-09T20:13:14.098072+0000 mgr.smithi005.drqcnv 2024-02-09T20:13:15.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:15 smithi005 conmon[35754]: (mgr.14182) 252 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:15.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:15 smithi129 conmon[40092]: cluster 2024-02-09T20:13:14.098072+0000 mgr.smithi005.drqcnv (mgr.14182) 252 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:17.088 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:13:17.089 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:17.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:17 smithi005 conmon[35754]: cluster 2024-02-09T20:13:16.098763+0000 mgr.smithi005.drqcnv (mgr.14182) 253 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:17.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:17 smithi129 conmon[40092]: cluster 2024-02-09T20:13:16.098763+0000 mgr.smithi005.drqcnv (mgr.14182) 253 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:17.738 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:13:18.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:18 smithi129 conmon[40092]: audit 2024-02-09T20:13:17.082516+0000 mgr.smithi005.drqcnv (mgr.14182) 254 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:18.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:18 smithi005 conmon[35754]: audit 2024-02-09T20:13:17.082516 2024-02-09T20:13:18.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:18 smithi005 conmon[35754]: +0000 mgr.smithi005.drqcnv (mgr.14182) 254 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:18.739 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:19.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:19 smithi129 conmon[40092]: cluster 2024-02-09T20:13:18.099201+0000 mgr.smithi005.drqcnv (mgr.14182) 255 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:19.599 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:19 smithi005 conmon[35754]: cluster 2024-02-09T20:13:18.099201+0000 mgr.smithi005.drqcnv (mgr.14182) 255 : cluster 2024-02-09T20:13:19.600 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:19 smithi005 conmon[35754]: [DBG] pgmap v199: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:20.666 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:13:20.667 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:21.305 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:13:21.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:21 smithi129 conmon[40092]: cluster 2024-02-09T20:13:20.099734+0000 mgr.smithi005.drqcnv (mgr.14182) 256 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-09T20:13:21.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:21 smithi129 conmon[40092]: cluster 2024-02-09T20:13:20.279103+0000 mon.smithi005 (mon.0) 680 : cluster [DBG] mgrmap e21: smithi005.drqcnv(active, since 5m), standbys: smithi129.zcbvcd 2024-02-09T20:13:21.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:21 smithi129 conmon[40092]: audit 2024-02-09T20:13:20.661202+0000 mgr.smithi005.drqcnv (mgr.14182) 257 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:21.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:21 smithi005 conmon[35754]: cluster 2024-02-09T20:13:20.099734+0000 mgr.smithi005.drqcnv (mgr.14182) 256 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-09T20:13:21.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:21 smithi005 conmon[35754]: cluster 2024-02-09T20:13:20.279103+0000 mon.smithi005 (mon.0) 680 : cluster [DBG] mgrmap e21: smithi005.drqcnv(active, since 5m), standbys: smithi129.zcbvcd 2024-02-09T20:13:21.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:21 smithi005 conmon[35754]: audit 2024-02-09T20:13:20.661202+0000 mgr.smithi005.drqcnv (mgr.14182) 257 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:22.306 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:23.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:23 smithi129 conmon[40092]: cluster 2024-02-09T20:13:22.100196+0000 mgr.smithi005.drqcnv (mgr.14182) 258 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-09T20:13:23.588 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:23 smithi005 conmon[35754]: cluster 2024-02-09T20:13:22.100196+0000 mgr.smithi005.drqcnv (mgr.14182) 258 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-09T20:13:24.294 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:13:24.294 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:25.004 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:13:25.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:25 smithi129 conmon[40092]: cluster 2024-02-09T20:13:24.100614+0000 mgr.smithi005.drqcnv (mgr.14182) 259 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-09T20:13:25.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:25 smithi129 conmon[40092]: audit 2024-02-09T20:13:24.288639+0000 mgr.smithi005.drqcnv (mgr.14182) 260 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:25.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:25 smithi005 conmon[35754]: cluster 2024-02-09T20:13:24.100614+0000 mgr.smithi005.drqcnv (mgr.14182) 259 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-09T20:13:25.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:25 smithi005 conmon[35754]: audit 2024-02-09T20:13:24.288639+0000 mgr.smithi005.drqcnv (mgr.14182) 260 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:26.005 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:27.520 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:27 smithi005 conmon[35754]: cluster 2024-02-09T20:13:26.101143+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:13:27.520 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:27 smithi005 conmon[35754]: 14182) 261 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-09T20:13:27.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:27 smithi129 conmon[40092]: cluster 2024-02-09T20:13:26.101143+0000 mgr.smithi005.drqcnv (mgr.14182) 261 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-09T20:13:27.936 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:13:27.936 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:28.530 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:13:28.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:28 smithi129 conmon[40092]: audit 2024-02-09T20:13:27.930724+0000 mgr.smithi005.drqcnv (mgr.14182) 262 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:28.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:28 smithi005 conmon[35754]: audit 2024-02-09T20:13:27.930724+0000 mgr.smithi005.drqcnv (mgr.14182) 262 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:29.531 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:29.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:29 smithi129 conmon[40092]: cluster 2024-02-09T20:13:28.101617+0000 mgr.smithi005.drqcnv (mgr.14182) 263 : cluster [DBG] 2024-02-09T20:13:29.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:29 smithi129 conmon[40092]: pgmap v204: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-09T20:13:29.567 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:29 smithi005 conmon[35754]: cluster 2024-02-09T20:13:28.101617+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:13:29.567 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:29 smithi005 conmon[35754]: ) 263 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-09T20:13:31.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:31 smithi005 conmon[35754]: cluster 2024-02-09T20:13:30.102229+0000 mgr.smithi005.drqcnv (mgr.14182) 264 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-09T20:13:31.521 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:13:31.521 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:31.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:31 smithi129 conmon[40092]: cluster 2024-02-09T20:13:30.102229+0000 mgr.smithi005.drqcnv (mgr.14182) 264 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-02-09T20:13:32.153 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:13:32.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:32 smithi005 conmon[35754]: audit 2024-02-09T20:13:31.516220+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:13:32.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:32 smithi005 conmon[35754]: .14182) 265 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:32.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:32 smithi129 conmon[40092]: audit 2024-02-09T20:13:31.516220+0000 mgr.smithi005.drqcnv (mgr.14182) 265 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:33.154 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:33.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:33 smithi129 conmon[40092]: cluster 2024-02-09T20:13:32.102750+0000 mgr.smithi005.drqcnv (mgr.14182) 266 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:33.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:33 smithi005 conmon[35754]: cluster 2024-02-09T20:13:32.102750+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:13:33.632 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:33 smithi005 conmon[35754]: 266 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:35.145 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:13:35.145 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:35.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:35 smithi129 conmon[40092]: cluster 2024-02-09T20:13:34.103324+0000 mgr.smithi005.drqcnv (mgr.14182) 267 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:35.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:35 smithi005 conmon[35754]: cluster 2024-02-09T20:13:34.103324+0000 mgr.smithi005.drqcnv (mgr.14182) 267 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:35.794 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:13:36.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:36 smithi005 conmon[35754]: audit 2024-02-09T20:13:35.139288+0000 mgr.smithi005.drqcnv (mgr.14182) 268 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:36.795 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:36.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:36 smithi129 conmon[40092]: audit 2024-02-09T20:13:35.139288+0000 mgr.smithi005.drqcnv (mgr.14182) 268 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:37.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:37 smithi005 conmon[35754]: cluster 2024-02-09T20:13:36.103958+0000 mgr.smithi005.drqcnv (mgr.14182) 269 : cluster 2024-02-09T20:13:37.630 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:37 smithi005 conmon[35754]: [DBG] pgmap v208: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:37.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:37 smithi129 conmon[40092]: cluster 2024-02-09T20:13:36.103958+0000 mgr.smithi005.drqcnv (mgr.14182) 269 : cluster [DBG] 2024-02-09T20:13:37.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:37 smithi129 conmon[40092]: pgmap v208: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:38.775 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:13:38.775 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:39.442 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:13:39.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:39 smithi005 conmon[35754]: cluster 2024-02-09T20:13:38.104387+0000 mgr.smithi005.drqcnv (mgr.14182) 270 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:39.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:39 smithi005 conmon[35754]: audit 2024-02-09T20:13:38.769549+0000 mgr.smithi005.drqcnv (mgr.14182) 271 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:39.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:39 smithi129 conmon[40092]: cluster 2024-02-09T20:13:38.104387+0000 mgr.smithi005.drqcnv (mgr.14182) 270 : cluster [DBG] 2024-02-09T20:13:39.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:39 smithi129 conmon[40092]: pgmap v209: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:39.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:39 smithi129 conmon[40092]: audit 2024-02-09T20:13:38.769549+0000 mgr.smithi005.drqcnv (mgr.14182) 271 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:40.443 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:41.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:41 smithi005 conmon[35754]: cluster 2024-02-09T20:13:40 2024-02-09T20:13:41.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:41 smithi005 conmon[35754]: .105178+0000 mgr.smithi005.drqcnv (mgr.14182) 272 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:41.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:41 smithi129 conmon[40092]: cluster 2024-02-09T20:13:40.105178+0000 mgr.smithi005.drqcnv (mgr.14182) 272 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:42.462 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:13:42.462 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:43.125 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:13:43.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:43 smithi005 conmon[35754]: cluster 2024-02-09T20:13:42.105653+0000 mgr.smithi005.drqcnv (mgr.14182) 273 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:43.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:43 smithi005 conmon[35754]: audit 2024-02-09T20:13:42.456152+0000 mgr.smithi005.drqcnv (mgr.14182) 274 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:43.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:43 smithi129 conmon[40092]: cluster 2024-02-09T20:13:42.105653+0000 mgr.smithi005.drqcnv (mgr.14182) 273 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:43.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:43 smithi129 conmon[40092]: audit 2024-02-09T20:13:42.456152+0000 mgr.smithi005.drqcnv (mgr.14182) 274 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:44.126 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:45.641 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:45 smithi005 conmon[35754]: cluster 2024-02-09T20:13:44.106118+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:13:45.641 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:45 smithi005 conmon[35754]: 275 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:45.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:45 smithi129 conmon[40092]: cluster 2024-02-09T20:13:44.106118+0000 mgr.smithi005.drqcnv (mgr.14182) 275 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:46.079 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:13:46.079 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:46.678 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:13:47.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:47 smithi005 conmon[35754]: audit 2024-02-09T20:13:46.073154+0000 mgr.smithi005.drqcnv (mgr.14182) 276 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:47.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:47 smithi005 conmon[35754]: cluster 2024-02-09T20:13:46.106658+0000 mgr.smithi005.drqcnv (mgr.14182) 277 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:47.679 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:47.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:47 smithi129 conmon[40092]: audit 2024-02-09T20:13:46.073154+0000 mgr.smithi005.drqcnv (mgr.14182) 276 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:47.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:47 smithi129 conmon[40092]: 2024-02-09T20:13:47.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:47 smithi129 conmon[40092]: cluster 2024-02-09T20:13:46.106658+0000 mgr.smithi005.drqcnv (mgr.14182) 277 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:49.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:49 smithi005 conmon[35754]: cluster 2024-02-09T20:13:48.107202+0000 mgr.smithi005.drqcnv (mgr.14182) 278 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:49.661 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:13:49.661 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:49.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:49 smithi129 conmon[40092]: cluster 2024-02-09T20:13:48.107202+0000 mgr.smithi005.drqcnv (mgr.14182) 278 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:50.283 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:13:50.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:50 smithi005 conmon[35754]: audit 2024-02-09T20:13:49.656237+0000 mgr.smithi005.drqcnv (mgr.14182) 279 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:50.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:50 smithi129 conmon[40092]: audit 2024-02-09T20:13:49.656237+0000 mgr.smithi005.drqcnv (mgr.14182) 279 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:51.284 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:51.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:51 smithi005 conmon[35754]: cluster 2024-02-09T20:13:50.107947+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:13:51.656 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:51 smithi005 conmon[35754]: 280 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:51.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:51 smithi129 conmon[40092]: cluster 2024-02-09T20:13:50.107947+0000 mgr.smithi005.drqcnv (mgr.14182) 280 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:13:53.213 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:13:53.213 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:53.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:53 smithi005 conmon[35754]: cluster 2024-02-09T20:13:52.108468+0000 mgr.smithi005.drqcnv (mgr.14182) 281 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:53.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:53 smithi129 conmon[40092]: cluster 2024-02-09T20:13:52.108468+0000 mgr.smithi005.drqcnv (mgr.14182) 281 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:53.870 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:13:54.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:54 smithi005 conmon[35754]: audit 2024-02-09T20:13:53.206976+0000 mgr.smithi005.drqcnv (mgr.14182) 282 : audit 2024-02-09T20:13:54.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:54 smithi005 conmon[35754]: [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:54.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:54 smithi129 conmon[40092]: audit 2024-02-09T20:13:53.206976+0000 mgr.smithi005.drqcnv (mgr.14182) 282 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:54.872 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:55.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:55 smithi005 conmon[35754]: cluster 2024-02-09T20:13:54.109127+0000 mgr.smithi005.drqcnv (mgr.14182) 283 2024-02-09T20:13:55.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:55 smithi005 conmon[35754]: : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:55.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:55 smithi129 conmon[40092]: cluster 2024-02-09T20:13:54.109127+0000 mgr.smithi005.drqcnv (mgr.14182) 283 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:56.848 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:13:56.848 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:13:57.482 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:13:57.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:57 smithi005 conmon[35754]: cluster 2024-02-09T20:13:56.109812+0000 mgr.smithi005.drqcnv (mgr.14182) 284 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:57.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:57 smithi005 conmon[35754]: audit 2024-02-09T20:13:56.842226+0000 mgr.smithi005.drqcnv (mgr.14182) 285 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:57.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:57 smithi129 conmon[40092]: cluster 2024-02-09T20:13:56.109812+0000 mgr.smithi005.drqcnv (mgr.14182) 284 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:57.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:57 smithi129 conmon[40092]: audit 2024-02-09T20:13:56.842226+0000 2024-02-09T20:13:57.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:57 smithi129 conmon[40092]: mgr.smithi005.drqcnv (mgr.14182) 285 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:13:58.483 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:13:59.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:59 smithi005 conmon[35754]: cluster 2024-02-09T20:13:58.110198+0000 mgr.smithi005.drqcnv (mgr.14182) 286 : cluster 2024-02-09T20:13:59.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:13:59 smithi005 conmon[35754]: [DBG] pgmap v219: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:13:59.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:59 smithi129 conmon[40092]: cluster 2024-02-09T20:13:58.110198+0000 mgr.smithi005.drqcnv (mgr.14182) 286 : cluster [DBG] 2024-02-09T20:13:59.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:13:59 smithi129 conmon[40092]: pgmap v219: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:00.370 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:14:00.370 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:01.008 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:14:01.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:01 smithi005 conmon[35754]: cluster 2024-02-09T20:14:00.110857+0000 mgr.smithi005.drqcnv (mgr.14182) 287 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:01.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:01 smithi005 conmon[35754]: audit 2024-02-09T20:14:00.363559+0000 mgr.smithi005.drqcnv (mgr.14182) 288 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:01.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:01 smithi129 conmon[40092]: cluster 2024-02-09T20:14:00.110857+0000 mgr.smithi005.drqcnv (mgr.14182) 287 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:01.846 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:01 smithi129 conmon[40092]: audit 2024-02-09T20:14:00.363559+0000 mgr.smithi005.drqcnv (mgr.14182) 288 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:02.010 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:03.621 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:03 smithi005 conmon[35754]: cluster 2024-02-09T20:14: 2024-02-09T20:14:03.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:03 smithi005 conmon[35754]: 02.111315+0000 mgr.smithi005.drqcnv (mgr.14182) 289 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:03.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:03 smithi129 conmon[40092]: cluster 2024-02-09T20:14:02.111315+0000 mgr.smithi005.drqcnv (mgr.14182) 289 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:04.036 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:14:04.036 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:04.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:04 smithi005 conmon[35754]: audit 2024-02-09T20:14:04.030769+0000 mgr.smithi005.drqcnv (mgr.14182) 290 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:04.672 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:14:04.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:04 smithi129 conmon[40092]: audit 2024-02-09T20:14:04.030769+0000 mgr.smithi005.drqcnv (mgr.14182) 290 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:05.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:05 smithi005 conmon[35754]: cluster 2024-02-09T20:14:04.111734+0000 mgr.smithi005.drqcnv (mgr.14182) 291 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:05.674 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:05.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:05 smithi129 conmon[40092]: cluster 2024-02-09T20:14:04.111734+0000 mgr.smithi005.drqcnv (mgr.14182) 291 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:07.670 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:14:07.670 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:08.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:07 smithi129 conmon[40092]: cluster 2024-02-09T20:14:06.112309+0000 mgr.smithi005.drqcnv (mgr.14182) 292 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:08.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:07 smithi129 conmon[40092]: 2024-02-09T20:14:08.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:07 smithi005 conmon[35754]: cluster 2024-02-09T20:14:06.112309+0000 mgr.smithi005.drqcnv (mgr.14182) 292 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:08.281 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:14:09.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:08 smithi129 conmon[40092]: audit 2024-02-09T20:14:07.664430+0000 mgr.smithi005.drqcnv (mgr.14182) 293 : 2024-02-09T20:14:09.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:08 smithi129 conmon[40092]: audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:09.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:08 smithi005 conmon[35754]: audit 2024-02-09T20:14:07.664430+0000 mgr.smithi005.drqcnv (mgr.14182) 293 2024-02-09T20:14:09.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:08 smithi005 conmon[35754]: : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:09.282 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:09.969 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:09 smithi005 conmon[35754]: cluster 2024-02-09T20:14:08.112811+0000 mgr.smithi005.drqcnv (mgr.14182) 294 : cluster 2024-02-09T20:14:09.969 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:09 smithi005 conmon[35754]: [DBG] pgmap v224: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:10.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:09 smithi129 conmon[40092]: cluster 2024-02-09T20:14:08.112811+0000 mgr.smithi005.drqcnv (mgr.14182) 294 : cluster [DBG] 2024-02-09T20:14:10.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:09 smithi129 conmon[40092]: pgmap v224: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:11.276 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:14:11.277 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:11.922 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:14:12.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:11 smithi129 conmon[40092]: cluster 2024-02-09T20:14:10.113372+0000 mgr.smithi005.drqcnv (mgr.14182) 295 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:12.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:11 smithi005 conmon[35754]: cluster 2024-02-09T20:14:10.113372+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:14:12.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:11 smithi005 conmon[35754]: mgr.14182) 295 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:12.922 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:13.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:12 smithi129 conmon[40092]: audit 2024-02-09T20:14:11.270732+0000 mgr.smithi005.drqcnv (mgr.14182) 296 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:13.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:12 smithi005 conmon[35754]: audit 2024-02-09T20:14:11.270732+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:14:13.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:12 smithi005 conmon[35754]: 14182) 296 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:14.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:13 smithi129 conmon[40092]: cluster 2024-02-09T20:14:12.114128+0000 mgr.smithi005.drqcnv (mgr.14182) 297 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:14.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:13 smithi005 conmon[35754]: cluster 2024-02-09T20:14:12.114128+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:14:14.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:13 smithi005 conmon[35754]: 297 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:14.842 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:14:14.843 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:15.431 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:14:16.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:15 smithi129 conmon[40092]: cluster 2024-02-09T20:14:14.114874+0000 mgr.smithi005.drqcnv (mgr.14182) 298 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:16.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:15 smithi129 conmon[40092]: audit 2024-02-09T20:14:14.836843+0000 mgr.smithi005.drqcnv (mgr.14182) 299 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:16.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:15 smithi005 conmon[35754]: cluster 2024-02-09T20:14:14.114874+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:14:16.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:15 smithi005 conmon[35754]: .14182) 298 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:16.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:15 smithi005 conmon[35754]: audit 2024-02-09T20:14:14.836843+0000 mgr.smithi005.drqcnv (mgr.14182) 299 : audit [DBG] 2024-02-09T20:14:16.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:15 smithi005 conmon[35754]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:16.432 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:17.965 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:17 smithi005 conmon[35754]: cluster 2024-02-09T20:14:16.115487+0000 mgr.smithi005.drqcnv (mgr.14182) 300 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:18.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:17 smithi129 conmon[40092]: cluster 2024-02-09T20:14:16.115487+0000 mgr.smithi005.drqcnv (mgr.14182) 300 : 2024-02-09T20:14:18.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:17 smithi129 conmon[40092]: cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:18.420 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:14:18.420 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:19.055 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:14:20.056 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:20.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:19 smithi129 conmon[40092]: cluster 2024-02-09T20:14:18.115944+0000 mgr.smithi005.drqcnv (mgr.14182) 301 : cluster [DBG] 2024-02-09T20:14:20.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:19 smithi129 conmon[40092]: pgmap v229: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:20.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:19 smithi129 conmon[40092]: audit 2024-02-09T20:14:18.414808+0000 mgr.smithi005.drqcnv (mgr.14182) 302 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:20.092 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:19 smithi005 conmon[35754]: cluster 2024-02-09T20:14:18.115944+0000 mgr.smithi005.drqcnv (mgr.14182) 301 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:20.092 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:19 smithi005 conmon[35754]: audit 2024-02-09T20:14:18.414808+0000 mgr.smithi005.drqcnv (mgr.14182) 302 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:21.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:21 smithi005 conmon[35754]: cluster 2024-02-09T20:14:20.116639+0000 mgr.smithi005.drqcnv (mgr.14182) 303 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:22.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:21 smithi129 conmon[40092]: cluster 2024-02-09T20:14:20.116639+0000 mgr.smithi005.drqcnv (mgr.14182) 303 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:22.084 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:14:22.084 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:22.755 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:14:23.757 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:24.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:23 smithi129 conmon[40092]: audit 2024-02-09T20:14:22.079292+0000 mgr.smithi005.drqcnv (mgr.14182) 304 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:24.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:23 smithi129 conmon[40092]: cluster 2024-02-09T20:14:22.117107+0000 mgr.smithi005.drqcnv (mgr.14182) 305 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:24.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:23 smithi005 conmon[35754]: audit 2024-02-09T20:14:22.079292+0000 mgr.smithi005.drqcnv (mgr.14182) 304 : audit [DBG] 2024-02-09T20:14:24.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:23 smithi005 conmon[35754]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:24.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:23 smithi005 conmon[35754]: cluster 2024-02-09T20:14:22.117107+0000 mgr.smithi005.drqcnv (mgr.14182) 305 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:25.653 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:14:25.653 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:26.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:25 smithi129 conmon[40092]: cluster 2024-02-09T20:14:24.117761+0000 mgr.smithi005.drqcnv (mgr.14182) 306 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:26.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:25 smithi005 conmon[35754]: cluster 2024-02-09T20:14:24.117761+0000 mgr.smithi005.drqcnv (mgr.14182) 306 : cluster 2024-02-09T20:14:26.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:25 smithi005 conmon[35754]: [DBG] pgmap v232: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:26.310 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:14:27.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:26 smithi129 conmon[40092]: audit 2024-02-09T20:14:25.646672+0000 mgr.smithi005.drqcnv (mgr.14182) 307 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:27.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:26 smithi005 conmon[35754]: audit 2024-02-09T20:14:25.646672+0000 mgr.smithi005.drqcnv (mgr.14182) 307 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:27.312 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:28.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:27 smithi129 conmon[40092]: cluster 2024-02-09T20:14:26.118386+0000 mgr.smithi005.drqcnv (mgr.14182) 308 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:28.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:27 smithi129 conmon[40092]: 2024-02-09T20:14:28.113 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:27 smithi005 conmon[35754]: cluster 2024-02-09T20:14:26.118386+0000 mgr.smithi005.drqcnv (mgr.14182) 308 : cluster 2024-02-09T20:14:28.113 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:27 smithi005 conmon[35754]: [DBG] pgmap v233: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:28.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:28 smithi005 conmon[35754]: audit 2024-02-09T20:14:28.112662+0000 mon.smithi005 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi129.cfoaag"}]: dispatch 2024-02-09T20:14:29.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:28 smithi129 conmon[40092]: audit 2024-02-09T20:14:28.112662+0000 mon.smithi005 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi129.cfoaag"}]: dispatch 2024-02-09T20:14:29.343 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:14:29.343 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:29.986 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:14:30.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: cephadm 2024-02-09T20:14:28.111986+0000 mgr.smithi005.drqcnv (mgr.14182) 309 : cephadm [ERR] 2024-02-09T20:14:30.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag 2024-02-09T20:14:30.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag 2024-02-09T20:14:30.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag 2024-02-09T20:14:30.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag 2024-02-09T20:14:30.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi129.cfoaag ... 2024-02-09T20:14:30.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:30.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:14:30.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:12:31Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:30.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:13:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:30.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:13:47Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:30.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:14:30.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:14:30.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:30.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: Traceback (most recent call last): 2024-02-09T20:14:30.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:14:30.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: yield (conn, connr) 2024-02-09T20:14:30.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:14:30.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: code, '\n'.join(err))) 2024-02-09T20:14:30.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: 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-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag 2024-02-09T20:14:30.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag 2024-02-09T20:14:30.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag 2024-02-09T20:14:30.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag 2024-02-09T20:14:30.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi129.cfoaag ... 2024-02-09T20:14:30.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:30.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:14:30.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:12:31Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:30.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:13:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:30.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:13:47Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:30.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:14:30.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:14:30.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: ERROR: 2024-02-09T20:14:30.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:30.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: cephadm 2024-02-09T20:14:28.112228+0000 mgr.smithi005.drqcnv (mgr.14182) 310 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi129.cfoaag 2024-02-09T20:14:30.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: cephadm 2024-02-09T20:14:28.113581+0000 mgr.smithi005.drqcnv (mgr.14182) 311 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag 2024-02-09T20:14:30.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag 2024-02-09T20:14:30.061 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag 2024-02-09T20:14:30.062 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag 2024-02-09T20:14:30.062 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi129.cfoaag ... 2024-02-09T20:14:30.062 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:30.062 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:14:30.062 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:12:31Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:30.062 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:13:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:30.062 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:13:47Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:30.062 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:14:30.062 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:14:30.062 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:30.062 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: cephadm 2024-02-09T20:14:28.115413+0000 mgr.smithi005.drqcnv (mgr.14182) 312 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi005.djunpd on smithi005 2024-02-09T20:14:30.062 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:29 smithi129 conmon[40092]: cluster 2024-02-09T20:14:28.118803+0000 mgr.smithi005.drqcnv (mgr.14182) 313 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:30.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: cephadm 2024-02-09T20:14:28.111986+0000 mgr.smithi005.drqcnv (mgr.14182) 309 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag 2024-02-09T20:14:30.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag 2024-02-09T20:14:30.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag 2024-02-09T20:14:30.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag 2024-02-09T20:14:30.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi129.cfoaag ... 2024-02-09T20:14:30.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:30.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:14:30.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:12:31Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:30.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:13:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:30.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:13:47Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:30.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:14:30.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:14:30.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:30.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: Traceback (most recent call last): 2024-02-09T20:14:30.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:14:30.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: yield (conn, connr) 2024-02-09T20:14:30.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:14:30.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: code, '\n'.join(err))) 2024-02-09T20:14:30.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: 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-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag 2024-02-09T20:14:30.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag 2024-02-09T20:14:30.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag 2024-02-09T20:14:30.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag 2024-02-09T20:14:30.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi129.cfoaag ... 2024-02-09T20:14:30.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:30.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:14:30.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:12:31Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:30.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:13:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:30.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:13:47Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:30.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:14:30.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/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 2024-02-09T20:14:30.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:14:30.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:30.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: cephadm 2024-02-09T20:14:28.112228+0000 mgr.smithi005.drqcnv (mgr.14182) 310 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi129.cfoaag 2024-02-09T20:14:30.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: cephadm 2024-02-09T20:14:28.113581+0000 mgr.smithi005.drqcnv (mgr.14182) 311 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag 2024-02-09T20:14:30.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag 2024-02-09T20:14:30.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag 2024-02-09T20:14:30.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag 2024-02-09T20:14:30.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi129.cfoaag ... 2024-02-09T20:14:30.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:30.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:14:30.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:12:31Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:30.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:13:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:30.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:13:47Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:14:30.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:14:30.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:14:30.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:14:30.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: cephadm 2024-02-09T20:14:28.115413+0000 mgr.smithi005.drqcnv (mgr.14182) 312 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi005.djunpd on smithi005 2024-02-09T20:14:30.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:29 smithi005 conmon[35754]: cluster 2024-02-09T20:14:28.118803+0000 mgr.smithi005.drqcnv (mgr.14182) 313 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:30.987 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:31.022 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:30 smithi005 conmon[35754]: audit 2024-02-09T20:14:29.337649+0000 mgr.smithi005.drqcnv (mgr.14182) 314 : audit 2024-02-09T20:14:31.022 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:30 smithi005 conmon[35754]: [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:31.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:30 smithi129 conmon[40092]: audit 2024-02-09T20:14:29.337649+0000 mgr.smithi005.drqcnv (mgr.14182) 314 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:32.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:31 smithi129 conmon[40092]: cluster 2024-02-09T20:14:30.119371+0000 mgr.smithi005.drqcnv (mgr.14182) 315 : 2024-02-09T20:14:32.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:31 smithi129 conmon[40092]: cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:32.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:31 smithi005 conmon[35754]: cluster 2024-02-09T20:14:30.119371+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:14:32.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:31 smithi005 conmon[35754]: 14182) 315 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:33.044 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:14:33.044 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:33.676 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:14:33.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:33 smithi005 conmon[35754]: cluster 2024-02-09T20:14:32.119992+0000 mgr.smithi005.drqcnv (mgr.14182) 316 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:33.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:33 smithi005 conmon[35754]: audit 2024-02-09T20:14:33.038300+0000 mgr.smithi005.drqcnv (mgr.14182) 317 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:34.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:33 smithi129 conmon[40092]: cluster 2024-02-09T20:14:32.119992+0000 mgr.smithi005.drqcnv (mgr.14182) 316 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:34.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:33 smithi129 conmon[40092]: 2024-02-09T20:14:34.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:33 smithi129 conmon[40092]: audit 2024-02-09T20:14:33.038300+0000 mgr.smithi005.drqcnv (mgr.14182) 317 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:34.677 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:35.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:35 smithi005 conmon[35754]: cluster 2024-02-09T20:14:34.120544+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:14:35.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:35 smithi005 conmon[35754]: .14182) 318 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:36.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:35 smithi129 conmon[40092]: cluster 2024-02-09T20:14:34.120544+0000 mgr.smithi005.drqcnv (mgr.14182) 318 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:36.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:35 smithi129 conmon[40092]: 2024-02-09T20:14:36.643 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:14:36.643 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:37.351 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:14:38.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:37 smithi129 conmon[40092]: cluster 2024-02-09T20:14:36.121211+0000 mgr.smithi005.drqcnv (mgr.14182) 319 : cluster 2024-02-09T20:14:38.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:37 smithi129 conmon[40092]: [DBG] pgmap v238: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:38.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:37 smithi129 conmon[40092]: audit 2024-02-09T20:14:36.637149+0000 mgr.smithi005.drqcnv (mgr.14182) 320 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:38.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:37 smithi005 conmon[35754]: cluster 2024-02-09T20:14:36.121211+0000 mgr.smithi005.drqcnv (mgr.14182) 319 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:38.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:37 smithi005 conmon[35754]: audit 2024-02-09T20:14:36.637149+0000 mgr.smithi005.drqcnv (mgr.14182) 320 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:38.352 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:39.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:39 smithi005 conmon[35754]: cluster 2024-02-09T20:14:38.121800+0000 mgr.smithi005.drqcnv 2024-02-09T20:14:39.884 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:39 smithi005 conmon[35754]: (mgr.14182) 321 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:40.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:39 smithi129 conmon[40092]: cluster 2024-02-09T20:14:38.121800+0000 mgr.smithi005.drqcnv (mgr.14182) 321 : cluster [DBG] 2024-02-09T20:14:40.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:39 smithi129 conmon[40092]: pgmap v239: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:40.331 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:14:40.331 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:40.917 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:14:41.918 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:42.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:41 smithi129 conmon[40092]: cluster 2024-02-09T20:14:40.122270+0000 mgr.smithi005.drqcnv (mgr.14182) 322 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:42.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:41 smithi129 conmon[40092]: 2024-02-09T20:14:42.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:41 smithi129 conmon[40092]: audit 2024-02-09T20:14:40.324979+0000 mgr.smithi005.drqcnv (mgr.14182) 323 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:42.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:41 smithi005 conmon[35754]: cluster 2024-02-09T20:14:40.122270+0000 mgr.smithi005.drqcnv (mgr.14182) 322 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:42.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:41 smithi005 conmon[35754]: audit 2024-02-09T20:14:40.324979+0000 mgr.smithi005.drqcnv (mgr.14182) 323 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:43.873 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:14:43.874 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:44.053 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:43 smithi005 conmon[35754]: cluster 2024-02-09T20:14:42.122860+0000 mgr.smithi005.drqcnv (mgr.14182) 324 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:44.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:43 smithi129 conmon[40092]: cluster 2024-02-09T20:14:42.122860+0000 mgr.smithi005.drqcnv (mgr.14182) 324 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:44.500 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:14:45.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:44 smithi129 conmon[40092]: audit 2024-02-09T20:14:43.867592+0000 mgr.smithi005.drqcnv (mgr.14182) 325 : audit [DBG] from='client.24563 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:45.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:44 smithi129 conmon[40092]: 2024-02-09T20:14:45.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:44 smithi005 conmon[35754]: audit 2024-02-09T20:14:43.867592+0000 mgr.smithi005.drqcnv (mgr.14182) 325 : audit [DBG] from='client.24563 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:45.501 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:46.051 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:45 smithi005 conmon[35754]: cluster 2024-02-09T20:14:44.123527+0000 mgr.smithi005.drqcnv (mgr.14182) 326 : 2024-02-09T20:14:46.051 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:45 smithi005 conmon[35754]: cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:46.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:45 smithi129 conmon[40092]: cluster 2024-02-09T20:14:44.123527+0000 mgr.smithi005.drqcnv (mgr.14182) 326 : cluster 2024-02-09T20:14:46.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:45 smithi129 conmon[40092]: [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:47.443 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:14:47.444 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:48.041 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:14:48.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:47 smithi129 conmon[40092]: cluster 2024-02-09T20:14:46.124192+0000 mgr.smithi005.drqcnv (mgr.14182) 327 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:48.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:47 smithi005 conmon[35754]: cluster 2024-02-09T20:14:46.124192+0000 mgr.smithi005.drqcnv (mgr.14182) 327 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:49.042 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:49.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:48 smithi129 conmon[40092]: audit 2024-02-09T20:14:47.437903+0000 mgr.smithi005.drqcnv (mgr.14182) 328 : audit [DBG] 2024-02-09T20:14:49.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:48 smithi129 conmon[40092]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:49.077 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:48 smithi005 conmon[35754]: audit 2024-02-09T20:14:47.437903+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:14:49.077 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:48 smithi005 conmon[35754]: 14182) 328 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:50.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:49 smithi129 conmon[40092]: cluster 2024-02-09T20:14:48.124636+0000 mgr.smithi005.drqcnv (mgr.14182) 329 : cluster [DBG] 2024-02-09T20:14:50.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:49 smithi129 conmon[40092]: pgmap v244: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:50.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:49 smithi005 conmon[35754]: cluster 2024-02-09T20:14:48.124636+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:14:50.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:49 smithi005 conmon[35754]: 329 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:50.951 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:14:50.951 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:51.599 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:14:51.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:51 smithi005 conmon[35754]: cluster 2024-02-09T20:14:50.125442+0000 mgr.smithi005.drqcnv (mgr.14182) 330 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:51.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:51 smithi005 conmon[35754]: audit 2024-02-09T20:14:50.945286+0000 mgr.smithi005.drqcnv (mgr.14182) 331 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:52.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:51 smithi129 conmon[40092]: cluster 2024-02-09T20:14:50.125442+0000 mgr.smithi005.drqcnv (mgr.14182) 330 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:14:52.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:51 smithi129 conmon[40092]: 2024-02-09T20:14:52.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:51 smithi129 conmon[40092]: audit 2024-02-09T20:14:50.945286+0000 mgr.smithi005.drqcnv (mgr.14182) 331 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:52.600 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:54.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:53 smithi129 conmon[40092]: cluster 2024-02-09T20:14:52.125981+0000 mgr.smithi005.drqcnv (mgr.14182) 332 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:54.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:53 smithi129 conmon[40092]: 2024-02-09T20:14:54.107 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:53 smithi005 conmon[35754]: cluster 2024-02-09T20:14:52.125981+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:14:54.108 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:53 smithi005 conmon[35754]: ) 332 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:54.523 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:14:54.523 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:55.140 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:14:56.141 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:14:56.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:55 smithi005 conmon[35754]: cluster 2024-02-09T20:14:54.126457+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:14:56.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:55 smithi005 conmon[35754]: 333 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:56.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:55 smithi005 conmon[35754]: audit 2024-02-09T20:14:54.517536+0000 mgr.smithi005.drqcnv (mgr.14182) 334 : audit [DBG] 2024-02-09T20:14:56.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:55 smithi005 conmon[35754]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:56.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:55 smithi129 conmon[40092]: cluster 2024-02-09T20:14:54.126457+0000 mgr.smithi005.drqcnv (mgr.14182) 333 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:56.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:55 smithi129 conmon[40092]: 2024-02-09T20:14:56.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:55 smithi129 conmon[40092]: audit 2024-02-09T20:14:54.517536+0000 mgr.smithi005.drqcnv (mgr.14182) 334 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:14:58.085 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:14:58.086 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:14:58.111 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:57 smithi005 conmon[35754]: cluster 2024-02-09T20:14:56.127082+0000 mgr.smithi005.drqcnv (mgr.14182) 335 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:58.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:57 smithi129 conmon[40092]: cluster 2024-02-09T20:14:56.127082+0000 mgr.smithi005.drqcnv (mgr.14182) 335 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:14:58.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:57 smithi129 conmon[40092]: 2024-02-09T20:14:58.673 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:14:59.674 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:00.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:59 smithi005 conmon[35754]: audit 2024-02-09T20:14:58.079439+0000 mgr.smithi005.drqcnv (mgr.14182) 336 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:00.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:14:59 smithi005 conmon[35754]: cluster 2024-02-09T20:14:58.127480+0000 mgr.smithi005.drqcnv (mgr.14182) 337 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:00.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:59 smithi129 conmon[40092]: audit 2024-02-09T20:14:58.079439+0000 mgr.smithi005.drqcnv (mgr.14182) 336 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:00.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:14:59 smithi129 conmon[40092]: cluster 2024-02-09T20:14:58.127480+0000 mgr.smithi005.drqcnv (mgr.14182) 337 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:01.611 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:15:01.612 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:01.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:01 smithi005 conmon[35754]: cluster 2024-02-09T20:15:00.128031+0000 mgr.smithi005.drqcnv (mgr.14182) 338 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:02.289 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:15:02.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:01 smithi129 conmon[40092]: cluster 2024-02-09T20:15:00.128031+0000 mgr.smithi005.drqcnv (mgr.14182) 338 : cluster [DBG] 2024-02-09T20:15:02.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:01 smithi129 conmon[40092]: pgmap v250: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:03.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:02 smithi005 conmon[35754]: audit 2024-02-09T20:15:01.605874+0000 mgr.smithi005.drqcnv (mgr.14182) 339 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:03.290 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:03.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:02 smithi129 conmon[40092]: audit 2024-02-09T20:15:01.605874+0000 mgr.smithi005.drqcnv (mgr.14182) 339 : audit 2024-02-09T20:15:03.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:02 smithi129 conmon[40092]: [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:03.972 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:03 smithi005 conmon[35754]: cluster 2024-02-09T20:15:02.128491+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:15:03.972 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:03 smithi005 conmon[35754]: .14182) 340 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:04.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:03 smithi129 conmon[40092]: cluster 2024-02-09T20:15:02.128491+0000 mgr.smithi005.drqcnv (mgr.14182) 340 : 2024-02-09T20:15:04.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:03 smithi129 conmon[40092]: cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:05.269 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:15:05.269 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:05.897 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:15:06.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:05 smithi005 conmon[35754]: cluster 2024-02-09T20 2024-02-09T20:15:06.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:05 smithi005 conmon[35754]: :15:04.129113+0000 mgr.smithi005.drqcnv (mgr.14182) 341 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:06.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:05 smithi129 conmon[40092]: cluster 2024-02-09T20:15:04.129113+0000 mgr.smithi005.drqcnv (mgr.14182) 341 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:06.898 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:07.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:06 smithi005 conmon[35754]: audit 2024-02-09T20:15:05.263872+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:15:07.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:06 smithi005 conmon[35754]: 342 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:07.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:06 smithi129 conmon[40092]: audit 2024-02-09T20:15:05.263872+0000 mgr.smithi005.drqcnv (mgr.14182) 342 : audit 2024-02-09T20:15:07.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:06 smithi129 conmon[40092]: [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:08.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:07 smithi005 conmon[35754]: cluster 2024-02-09T20:15:06.129724+0000 mgr.smithi005.drqcnv (mgr.14182) 343 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:08.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:07 smithi129 conmon[40092]: cluster 2024-02-09T20:15:06.129724+0000 mgr.smithi005.drqcnv (mgr.14182) 343 : cluster [DBG] 2024-02-09T20:15:08.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:07 smithi129 conmon[40092]: pgmap v253: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:08.880 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:15:08.880 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:09.504 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:15:10.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:09 smithi005 conmon[35754]: cluster 2024-02-09T20:15:08.130090+0000 mgr.smithi005.drqcnv (mgr.14182) 344 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:10.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:09 smithi005 conmon[35754]: audit 2024-02-09T20:15:08.873589+0000 mgr.smithi005.drqcnv (mgr.14182) 345 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:10.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:09 smithi129 conmon[40092]: cluster 2024-02-09T20:15:08.130090+0000 mgr.smithi005.drqcnv (mgr.14182) 344 : cluster [DBG] 2024-02-09T20:15:10.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:09 smithi129 conmon[40092]: pgmap v254: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:10.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:09 smithi129 conmon[40092]: audit 2024-02-09T20:15:08.873589+0000 mgr.smithi005.drqcnv (mgr.14182) 345 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:10.505 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:12.070 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:11 smithi005 conmon[35754]: cluster 2024-02-09T20:15:10.130873+0000 2024-02-09T20:15:12.070 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:11 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 346 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:12.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:11 smithi129 conmon[40092]: cluster 2024-02-09T20:15:10.130873+0000 mgr.smithi005.drqcnv (mgr.14182) 346 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:12.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:11 smithi129 conmon[40092]: 2024-02-09T20:15:12.474 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:15:12.474 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:13.128 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:15:14.130 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:14.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:13 smithi005 conmon[35754]: cluster 2024-02-09T20:15:12.131439+0000 mgr.smithi005.drqcnv (mgr.14182) 347 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:14.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:13 smithi005 conmon[35754]: audit 2024-02-09T20:15:12.468103+0000 mgr.smithi005.drqcnv (mgr.14182) 348 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:14.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:13 smithi129 conmon[40092]: cluster 2024-02-09T20:15:12.131439+0000 mgr.smithi005.drqcnv (mgr.14182) 347 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:14.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:13 smithi129 conmon[40092]: 2024-02-09T20:15:14.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:13 smithi129 conmon[40092]: audit 2024-02-09T20:15:12.468103+0000 mgr.smithi005.drqcnv (mgr.14182) 348 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:16.147 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:15:16.147 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:16.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:15 smithi005 conmon[35754]: cluster 2024-02-09T20:15:14.131932+0000 mgr.smithi005.drqcnv (mgr.14182) 349 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:16.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:15 smithi129 conmon[40092]: cluster 2024-02-09T20:15:14.131932+0000 mgr.smithi005.drqcnv (mgr.14182) 349 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:16.738 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:15:17.739 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:18.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:17 smithi005 conmon[35754]: cluster 2024-02-09T20:15:16.132452+0000 mgr.smithi005.drqcnv (mgr.14182) 350 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:18.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:17 smithi005 conmon[35754]: audit 2024-02-09T20:15:16.141314+0000 mgr.smithi005.drqcnv (mgr.14182) 351 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:18.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:17 smithi129 conmon[40092]: cluster 2024-02-09T20:15:16.132452+0000 mgr.smithi005.drqcnv (mgr.14182) 350 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:18.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:17 smithi129 conmon[40092]: 2024-02-09T20:15:18.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:17 smithi129 conmon[40092]: audit 2024-02-09T20:15:16.141314+0000 mgr.smithi005.drqcnv (mgr.14182) 351 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:19.641 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:15:19.641 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:20.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:19 smithi005 conmon[35754]: cluster 2024-02-09T20:15:18.132865+0000 mgr.smithi005.drqcnv (mgr.14182) 352 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:20.253 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:15:20.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:19 smithi129 conmon[40092]: cluster 2024-02-09T20:15:18.132865+0000 mgr.smithi005.drqcnv (mgr.14182) 352 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:20.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:19 smithi129 conmon[40092]: 2024-02-09T20:15:21.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:20 smithi005 conmon[35754]: audit 2024-02-09T20:15:19.635759+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:15:21.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:20 smithi005 conmon[35754]: mgr.14182) 353 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:21.254 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:21.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:20 smithi129 conmon[40092]: audit 2024-02-09T20:15:19.635759+0000 mgr.smithi005.drqcnv (mgr.14182) 353 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:22.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:21 smithi005 conmon[35754]: cluster 2024-02-09T20:15:20.133445+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:15:22.090 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:21 smithi005 conmon[35754]: 354 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:22.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:21 smithi129 conmon[40092]: cluster 2024-02-09T20:15:20.133445+0000 mgr.smithi005.drqcnv (mgr.14182) 354 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:22.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:21 smithi129 conmon[40092]: 2024-02-09T20:15:23.164 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:15:23.164 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:23.812 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:15:24.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:23 smithi005 conmon[35754]: cluster 2024-02-09T20:15:22.133996+0000 mgr.smithi005.drqcnv (mgr.14182) 355 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:24.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:23 smithi129 conmon[40092]: cluster 2024-02-09T20:15:22.133996+0000 mgr.smithi005.drqcnv (mgr.14182) 355 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:24.812 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:25.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:24 smithi005 conmon[35754]: audit 2024-02-09T20:15:23.158701+0000 mgr.smithi005.drqcnv (mgr.14182) 356 : audit 2024-02-09T20:15:25.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:24 smithi005 conmon[35754]: [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:25.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:24 smithi129 conmon[40092]: audit 2024-02-09T20:15:23.158701+0000 mgr.smithi005.drqcnv (mgr.14182) 356 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:25.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:24 smithi129 conmon[40092]: 2024-02-09T20:15:26.078 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:25 smithi005 conmon[35754]: cluster 2024-02-09T20:15:24.134809+0000 mgr.smithi005.drqcnv (mgr.14182) 357 : cluster 2024-02-09T20:15:26.078 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:25 smithi005 conmon[35754]: [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:26.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:25 smithi129 conmon[40092]: cluster 2024-02-09T20:15:24.134809+0000 mgr.smithi005.drqcnv (mgr.14182) 357 : cluster 2024-02-09T20:15:26.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:25 smithi129 conmon[40092]: [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:26.751 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:15:26.751 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:27.382 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:15:28.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:27 smithi005 conmon[35754]: cluster 2024-02-09T20:15:26.135372+0000 mgr.smithi005.drqcnv (mgr.14182) 358 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:28.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:27 smithi005 conmon[35754]: audit 2024-02-09T20:15:26.745237+0000 mgr.smithi005.drqcnv (mgr.14182) 359 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:28.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:27 smithi129 conmon[40092]: cluster 2024-02-09T20:15:26.135372+0000 mgr.smithi005.drqcnv (mgr.14182) 358 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:28.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:27 smithi129 conmon[40092]: audit 2024-02-09T20:15:26.745237+0000 mgr.smithi005.drqcnv (mgr.14182) 359 : 2024-02-09T20:15:28.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:27 smithi129 conmon[40092]: audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:28.383 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:30.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:29 smithi005 conmon[35754]: cluster 2024-02-09T20:15:28.135823+0000 mgr.smithi005.drqcnv (mgr.14182) 360 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:30.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:29 smithi129 conmon[40092]: cluster 2024-02-09T20:15:28.135823+0000 mgr.smithi005.drqcnv (mgr.14182) 360 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:30.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:29 smithi129 conmon[40092]: 2024-02-09T20:15:30.337 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:15:30.337 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:30.952 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:15:31.953 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:32.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:31 smithi005 conmon[35754]: cluster 2024-02-09T20:15:30.136432+0000 mgr.smithi005.drqcnv (mgr.14182) 361 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:32.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:31 smithi005 conmon[35754]: audit 2024-02-09T20:15:32.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:31 smithi005 conmon[35754]: 2024-02-09T20:15:30.332269+0000 mgr.smithi005.drqcnv (mgr.14182) 362 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:32.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:31 smithi129 conmon[40092]: cluster 2024-02-09T20:15:30.136432+0000 mgr.smithi005.drqcnv (mgr.14182) 361 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:32.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:31 smithi129 conmon[40092]: audit 2024-02-09T20:15:30.332269+0000 mgr.smithi005.drqcnv (mgr.14182) 362 2024-02-09T20:15:32.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:31 smithi129 conmon[40092]: : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:33.981 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:15:33.981 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:34.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:33 smithi005 conmon[35754]: cluster 2024-02-09T20:15:32.136933+0000 mgr.smithi005.drqcnv (mgr.14182) 363 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:34.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:33 smithi129 conmon[40092]: cluster 2024-02-09T20:15:32.136933+0000 mgr.smithi005.drqcnv (mgr.14182) 363 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:34.600 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:15:35.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:34 smithi005 conmon[35754]: audit 2024-02-09T20:15:33.974415+0000 mgr.smithi005.drqcnv (mgr.14182) 364 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:35.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:34 smithi129 conmon[40092]: audit 2024-02-09T20:15:33.974415+0000 mgr.smithi005.drqcnv (mgr.14182) 364 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:35.601 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:36.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:35 smithi005 conmon[35754]: cluster 2024-02-09T20:15:34. 2024-02-09T20:15:36.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:35 smithi005 conmon[35754]: 137427+0000 mgr.smithi005.drqcnv (mgr.14182) 365 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:35 smithi129 conmon[40092]: cluster 2024-02-09T20:15:34.137427+0000 mgr.smithi005.drqcnv (mgr.14182) 365 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:37.614 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:15:37.615 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:38.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:37 smithi005 conmon[35754]: cluster 2024-02-09T20:15:36.138108+0000 mgr.smithi005.drqcnv (mgr.14182) 366 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:38.186 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:15:38.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:37 smithi129 conmon[40092]: cluster 2024-02-09T20:15:36.138108+0000 mgr.smithi005.drqcnv (mgr.14182) 366 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:39.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:38 smithi129 conmon[40092]: audit 2024-02-09T20:15:37.608494+0000 mgr.smithi005.drqcnv (mgr.14182) 367 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:39.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:38 smithi129 conmon[40092]: 2024-02-09T20:15:39.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:38 smithi005 conmon[35754]: audit 2024-02-09T20:15:37.608494+0000 mgr.smithi005.drqcnv (mgr.14182) 367 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:39.187 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:40.045 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:39 smithi005 conmon[35754]: cluster 2024-02-09T20:15:38.138708+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:15:40.045 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:39 smithi005 conmon[35754]: ) 368 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:40.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:39 smithi129 conmon[40092]: cluster 2024-02-09T20:15:38.138708+0000 mgr.smithi005.drqcnv (mgr.14182) 368 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:41.190 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:15:41.190 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:41.808 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:15:42.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:41 smithi005 conmon[35754]: cluster 2024-02-09T20:15:40.139332+0000 mgr.smithi005.drqcnv (mgr.14182) 369 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:42.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:41 smithi129 conmon[40092]: cluster 2024-02-09T20:15:40.139332+0000 mgr.smithi005.drqcnv (mgr.14182) 369 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:42.809 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:43.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:42 smithi005 conmon[35754]: audit 2024-02-09T20:15:41.183709+0000 mgr.smithi005.drqcnv (mgr.14182) 370 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:43.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:42 smithi129 conmon[40092]: audit 2024-02-09T20:15:41.183709+0000 mgr.smithi005.drqcnv (mgr.14182) 370 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:44.134 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:43 smithi005 conmon[35754]: cluster 2024-02-09T20:15:42.139914+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:15:44.134 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:43 smithi005 conmon[35754]: ) 371 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:44.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:43 smithi129 conmon[40092]: cluster 2024-02-09T20:15:42.139914+0000 mgr.smithi005.drqcnv (mgr.14182) 371 : cluster [DBG] 2024-02-09T20:15:44.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:43 smithi129 conmon[40092]: pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:44.841 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:15:44.841 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:45.500 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:15:46.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:45 smithi129 conmon[40092]: cluster 2024-02-09T20:15:44.140404+0000 mgr.smithi005.drqcnv (mgr.14182) 372 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:46.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:45 smithi129 conmon[40092]: audit 2024-02-09T20:15:46.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:45 smithi129 conmon[40092]: 2024-02-09T20:15:44.834637+0000 mgr.smithi005.drqcnv (mgr.14182) 373 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:46.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:45 smithi005 conmon[35754]: cluster 2024-02-09T20:15:44.140404+0000 mgr.smithi005.drqcnv (mgr.14182) 372 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:46.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:45 smithi005 conmon[35754]: audit 2024 2024-02-09T20:15:46.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:45 smithi005 conmon[35754]: -02-09T20:15:44.834637+0000 mgr.smithi005.drqcnv (mgr.14182) 373 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:46.501 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:48.115 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:47 smithi005 conmon[35754]: cluster 2024-02-09T20:15:46.141134+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:15:48.115 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:47 smithi005 conmon[35754]: 374 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:48.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:47 smithi129 conmon[40092]: cluster 2024-02-09T20:15:46.141134+0000 mgr.smithi005.drqcnv (mgr.14182) 374 : cluster [DBG] 2024-02-09T20:15:48.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:47 smithi129 conmon[40092]: pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:48.524 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:15:48.524 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:49.165 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:15:50.166 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:50.201 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:49 smithi005 conmon[35754]: cluster 2024-02-09T20:15:48.141582+0000 mgr.smithi005.drqcnv (mgr.14182) 375 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:50.202 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:49 smithi005 conmon[35754]: audit 2024-02-09T20:15:48.517935+0000 mgr.smithi005.drqcnv (mgr.14182) 376 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:50.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:49 smithi129 conmon[40092]: cluster 2024-02-09T20:15:48.141582+0000 mgr.smithi005.drqcnv (mgr.14182) 375 : 2024-02-09T20:15:50.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:49 smithi129 conmon[40092]: cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:50.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:49 smithi129 conmon[40092]: audit 2024-02-09T20:15:48.517935+0000 mgr.smithi005.drqcnv (mgr.14182) 376 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:52.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:51 smithi005 conmon[35754]: cluster 2024-02-09T20:15:50.142639+0000 mgr.smithi005.drqcnv (mgr.14182) 377 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:52.230 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:15:52.230 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:52.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:51 smithi129 conmon[40092]: cluster 2024-02-09T20:15:50.142639+0000 mgr.smithi005.drqcnv (mgr.14182) 377 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:15:52.840 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:15:53.841 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:54.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:53 smithi005 conmon[35754]: cluster 2024-02-09T20:15:52.143128+0000 mgr.smithi005.drqcnv 2024-02-09T20:15:54.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:53 smithi005 conmon[35754]: (mgr.14182) 378 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:54.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:53 smithi005 conmon[35754]: audit 2024-02-09T20:15:52.224851+0000 mgr.smithi005.drqcnv (mgr.14182) 379 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:54.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:53 smithi129 conmon[40092]: cluster 2024-02-09T20:15:52.143128+0000 mgr.smithi005.drqcnv (mgr.14182) 378 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:54.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:53 smithi129 conmon[40092]: audit 2024-02-09T20:15:52.224851+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:15:54.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:53 smithi129 conmon[40092]: mgr.14182) 379 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:55.809 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:15:55.809 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:15:56.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:55 smithi129 conmon[40092]: cluster 2024-02-09T20:15:54.143589+0000 mgr.smithi005.drqcnv (mgr.14182) 380 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:56.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:55 smithi005 conmon[35754]: cluster 2024-02-09T20:15:54.143589+0000 mgr.smithi005.drqcnv (mgr.14182) 380 : cluster [DBG] 2024-02-09T20:15:56.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:55 smithi005 conmon[35754]: pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:56.431 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:15:57.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:56 smithi129 conmon[40092]: audit 2024-02-09T20:15:55.803235+0000 mgr.smithi005.drqcnv (mgr.14182) 381 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:57.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:56 smithi005 conmon[35754]: audit 2024-02-09T20:15:55.803235+0000 mgr.smithi005.drqcnv (mgr.14182) 381 : 2024-02-09T20:15:57.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:56 smithi005 conmon[35754]: audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:15:57.431 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:15:58.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:57 smithi005 conmon[35754]: cluster 2024-02-09T20:15:56.144318+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:15:58.251 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:57 smithi005 conmon[35754]: 14182) 382 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:58.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:57 smithi129 conmon[40092]: cluster 2024-02-09T20:15:56.144318+0000 mgr.smithi005.drqcnv (mgr.14182) 382 : cluster 2024-02-09T20:15:58.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:57 smithi129 conmon[40092]: [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:15:59.424 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:15:59.425 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:00.022 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:16:00.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:15:59 smithi129 conmon[40092]: cluster 2024-02-09T20:15:58.144706+0000 mgr.smithi005.drqcnv (mgr.14182) 383 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:00.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:15:59 smithi005 conmon[35754]: cluster 2024-02-09T20:15:58.144706+0000 mgr.smithi005.drqcnv (mgr.14182) 383 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:01.023 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:01.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:00 smithi129 conmon[40092]: audit 2024-02-09T20:15:59.418654+0000 mgr.smithi005.drqcnv (mgr.14182) 384 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:01.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:00 smithi005 conmon[35754]: audit 2024-02-09T20:15:59.418654+0000 mgr.smithi005.drqcnv (mgr.14182) 384 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:02.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:01 smithi005 conmon[35754]: cluster 2024-02-09T20:16:00.145529+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:16:02.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:01 smithi005 conmon[35754]: 385 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:02.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:01 smithi129 conmon[40092]: cluster 2024-02-09T20:16:00.145529+0000 mgr.smithi005.drqcnv (mgr.14182) 385 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:03.048 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:16:03.048 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:03.697 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:16:04.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:03 smithi129 conmon[40092]: cluster 2024-02-09T20:16:02.146297+0000 mgr.smithi005.drqcnv (mgr.14182) 386 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:04.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:03 smithi129 conmon[40092]: audit 2024-02-09T20:16:04.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:03 smithi129 conmon[40092]: 2024-02-09T20:16:03.042010+0000 mgr.smithi005.drqcnv (mgr.14182) 387 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:04.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:03 smithi005 conmon[35754]: cluster 2024-02-09T20:16:02.146297+0000 mgr.smithi005.drqcnv (mgr.14182) 386 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:04.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:03 smithi005 conmon[35754]: audit 2024-02-09T20:16:03.042010+0000 mgr.smithi005.drqcnv (mgr.14182) 387 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:04.698 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:06.230 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:05 smithi005 conmon[35754]: cluster 2024-02-09T20:16:04.146935+0000 mgr.smithi005.drqcnv (mgr.14182) 388 : cluster [DBG] 2024-02-09T20:16:06.230 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:05 smithi005 conmon[35754]: pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:06.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:05 smithi129 conmon[40092]: cluster 2024-02-09T20:16:04.146935+0000 mgr.smithi005.drqcnv (mgr.14182) 388 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:06.627 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:16:06.627 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:07.238 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:16:08.239 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:08.275 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:07 smithi005 conmon[35754]: cluster 2024-02-09T20:16:06.147574+0000 mgr.smithi005.drqcnv (mgr.14182) 389 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:08.275 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:07 smithi005 conmon[35754]: audit 2024-02-09T20:16:06.621065+0000 mgr.smithi005.drqcnv (mgr.14182) 390 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:08.307 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:07 smithi129 conmon[40092]: cluster 2024-02-09T20:16:06.147574+0000 mgr.smithi005.drqcnv (mgr.14182) 389 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:08.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:07 smithi129 conmon[40092]: audit 2024-02-09T20:16:06.621065+0000 mgr.smithi005.drqcnv (mgr.14182) 390 2024-02-09T20:16:08.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:07 smithi129 conmon[40092]: : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:10.153 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:16:10.153 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:10.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:09 smithi005 conmon[35754]: cluster 2024-02-09T20:16:08.148008+0000 mgr.smithi005.drqcnv (mgr.14182) 391 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:10.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:09 smithi129 conmon[40092]: cluster 2024-02-09T20:16:08.148008+0000 mgr.smithi005.drqcnv (mgr.14182) 391 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:10.787 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:16:11.788 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:12.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:11 smithi005 conmon[35754]: audit 2024-02-09T20:16:10.146699+0000 mgr.smithi005.drqcnv (mgr.14182) 392 : audit [DBG] 2024-02-09T20:16:12.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:11 smithi005 conmon[35754]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:12.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:11 smithi005 conmon[35754]: cluster 2024-02-09T20:16:10.148500+0000 mgr.smithi005.drqcnv (mgr.14182) 393 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:12.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:11 smithi129 conmon[40092]: audit 2024-02-09T20:16:10.146699+0000 mgr.smithi005.drqcnv (mgr.14182) 392 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:12.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:11 smithi129 conmon[40092]: cluster 2024-02-09T20:16:10.148500+0000 mgr.smithi005.drqcnv (mgr.14182) 393 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:13.803 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:16:13.803 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:14.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:13 smithi005 conmon[35754]: cluster 2024-02-09T20:16:12.148959+0000 mgr.smithi005.drqcnv (mgr.14182) 394 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:14.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:13 smithi129 conmon[40092]: cluster 2024-02-09T20:16:12.148959+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:16:14.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:13 smithi129 conmon[40092]: ) 394 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:14.428 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:16:15.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:14 smithi129 conmon[40092]: audit 2024-02-09T20:16:13.797601+0000 mgr.smithi005.drqcnv (mgr.14182) 395 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:15.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:14 smithi005 conmon[35754]: audit 2024-02-09T20:16:13.797601+0000 mgr.smithi005.drqcnv (mgr.14182) 395 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:15.429 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:16.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:15 smithi005 conmon[35754]: cluster 2024-02-09T20:16:14.149590+0000 mgr.smithi005.drqcnv (mgr.14182) 396 2024-02-09T20:16:16.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:15 smithi005 conmon[35754]: : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:16.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:15 smithi129 conmon[40092]: cluster 2024-02-09T20:16:14.149590+0000 mgr.smithi005.drqcnv (mgr.14182) 396 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:17.316 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:16:17.316 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:17.929 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:16:18.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:17 smithi129 conmon[40092]: cluster 2024-02-09T20:16:16.150263+0000 mgr.smithi005.drqcnv (mgr.14182) 397 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:18.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:17 smithi005 conmon[35754]: cluster 2024-02-09T20:16:16.150263+0000 mgr.smithi005.drqcnv (mgr.14182) 397 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:18.930 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:19.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:18 smithi129 conmon[40092]: audit 2024-02-09T20:16:17.310583+0000 mgr.smithi005.drqcnv (mgr.14182) 398 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:19.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:18 smithi005 conmon[35754]: audit 2024-02-09T20:16:17.310583+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:16:19.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:18 smithi005 conmon[35754]: mgr.14182) 398 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:20.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:19 smithi005 conmon[35754]: cluster 2024-02-09T20:16:18.150656+0000 mgr.smithi005.drqcnv (mgr.14182) 399 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:20.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:19 smithi129 conmon[40092]: cluster 2024-02-09T20:16:18.150656+0000 mgr.smithi005.drqcnv (mgr.14182) 399 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:20.907 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:16:20.908 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:21.544 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:16:22.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:21 smithi129 conmon[40092]: cluster 2024-02-09T20:16:20.151280+0000 mgr.smithi005.drqcnv (mgr.14182) 400 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:22.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:21 smithi129 conmon[40092]: audit 2024-02-09T20:16:20. 2024-02-09T20:16:22.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:21 smithi129 conmon[40092]: 902175+0000 mgr.smithi005.drqcnv (mgr.14182) 401 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:22.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:21 smithi005 conmon[35754]: cluster 2024-02-09T20:16:20.151280+0000 mgr.smithi005.drqcnv (mgr.14182) 400 : 2024-02-09T20:16:22.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:21 smithi005 conmon[35754]: cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:22.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:21 smithi005 conmon[35754]: audit 2024-02-09T20:16:20.902175+0000 mgr.smithi005.drqcnv (mgr.14182) 401 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:22.545 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:24.067 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:23 smithi005 conmon[35754]: cluster 2024-02-09T20:16:22.151951+0000 mgr.smithi005.drqcnv (mgr.14182) 402 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:24.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:23 smithi129 conmon[40092]: cluster 2024-02-09T20:16:22.151951+0000 mgr.smithi005.drqcnv (mgr.14182) 402 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:24.506 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:16:24.507 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:25.135 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:16:26.137 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:26.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:25 smithi129 conmon[40092]: cluster 2024-02-09T20:16:24.152431+0000 mgr.smithi005.drqcnv (mgr.14182) 403 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:26.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:25 smithi129 conmon[40092]: audit 2024-02-09T20:16:24.501305+0000 mgr.smithi005.drqcnv (mgr.14182) 404 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:26.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:25 smithi005 conmon[35754]: cluster 2024-02-09T20:16:24.152431+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:16:26.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:25 smithi005 conmon[35754]: mgr.14182) 403 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:26.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:25 smithi005 conmon[35754]: audit 2024-02-09T20:16:24.501305+0000 mgr.smithi005.drqcnv (mgr.14182) 404 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:26.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:25 smithi005 conmon[35754]: 2024-02-09T20:16:28.051 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:16:28.052 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:28.254 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:27 smithi005 conmon[35754]: cluster 2024-02-09T20:16:26.153042+0000 mgr.smithi005.drqcnv (mgr.14182) 405 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:28.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:27 smithi129 conmon[40092]: cluster 2024-02-09T20:16:26.153042+0000 mgr.smithi005.drqcnv (mgr.14182) 405 : cluster [DBG] 2024-02-09T20:16:28.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:27 smithi129 conmon[40092]: pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:28.684 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:16:29.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:29 smithi129 conmon[40092]: audit 2024-02-09T20:16:28.045135+0000 mgr.smithi005.drqcnv (mgr.14182) 406 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:29.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:29 smithi005 conmon[35754]: audit 2024-02-09T20:16:28.045135+0000 mgr.smithi005.drqcnv (mgr.14182) 406 2024-02-09T20:16:29.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:29 smithi005 conmon[35754]: : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:29.685 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:30.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:30 smithi129 conmon[40092]: cluster 2024-02-09T20:16:28.153408+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:16:30.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:30 smithi129 conmon[40092]: 407 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:30.347 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:30 smithi005 conmon[35754]: cluster 2024-02-09T20:16:28.153408+0000 mgr.smithi005.drqcnv (mgr.14182) 407 : cluster 2024-02-09T20:16:30.347 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:30 smithi005 conmon[35754]: [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:31.645 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:16:31.645 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:32.269 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:32 smithi005 conmon[35754]: cluster 2024-02-09T20:16:30.154159+0000 mgr.smithi005.drqcnv (mgr.14182) 408 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:32.294 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:16:32.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:32 smithi129 conmon[40092]: cluster 2024-02-09T20:16:30.154159+0000 mgr.smithi005.drqcnv (mgr.14182) 408 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:32.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:32 smithi129 conmon[40092]: 2024-02-09T20:16:33.295 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:33.307 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:33 smithi129 conmon[40092]: audit 2024-02-09T20:16:31.638218+0000 mgr.smithi005.drqcnv (mgr.14182) 409 : audit 2024-02-09T20:16:33.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:33 smithi129 conmon[40092]: [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:33.330 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:33 smithi005 conmon[35754]: audit 2024-02-09T20:16:31.638218+0000 mgr.smithi005.drqcnv (mgr.14182) 409 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:34.137 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:34 smithi005 conmon[35754]: cluster 2024-02-09T20:16:32.154917+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:16:34.137 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:34 smithi005 conmon[35754]: 410 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:34.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:34 smithi129 conmon[40092]: cluster 2024-02-09T20:16:32.154917+0000 mgr.smithi005.drqcnv (mgr.14182) 410 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:35.307 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:16:35.307 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:35.991 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:16:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:36 smithi129 conmon[40092]: cluster 2024-02-09T20:16:34.155444+0000 mgr.smithi005.drqcnv (mgr.14182) 411 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:36.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:36 smithi005 conmon[35754]: cluster 2024-02-09T20:16:34.155444+0000 mgr.smithi005.drqcnv (mgr.14182) 411 : 2024-02-09T20:16:36.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:36 smithi005 conmon[35754]: cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:36.992 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:37.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:37 smithi129 conmon[40092]: audit 2024-02-09T20:16:35.301202+0000 mgr.smithi005.drqcnv (mgr.14182) 412 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:37.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:37 smithi005 conmon[35754]: audit 2024-02-09T20:16:35.301202+0000 mgr.smithi005.drqcnv (mgr.14182) 412 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:38.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:38 smithi005 conmon[35754]: cluster 2024-02-09T20:16:36.156192+0000 mgr.smithi005.drqcnv (mgr.14182) 413 : cluster [DBG] 2024-02-09T20:16:38.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:38 smithi005 conmon[35754]: pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:38.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:38 smithi129 conmon[40092]: cluster 2024-02-09T20:16:36.156192+0000 mgr.smithi005.drqcnv (mgr.14182) 413 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:39.001 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:16:39.001 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:39.659 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:16:40.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:40 smithi129 conmon[40092]: cluster 2024-02-09T20:16:38.156714+0000 mgr.smithi005.drqcnv (mgr.14182) 414 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:40.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:40 smithi129 conmon[40092]: audit 2024-02-09T20:16:38.994949+0000 mgr.smithi005.drqcnv (mgr.14182) 415 2024-02-09T20:16:40.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:40 smithi129 conmon[40092]: : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:40.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:40 smithi005 conmon[35754]: cluster 2024-02-09T20:16:38.156714+0000 mgr.smithi005.drqcnv (mgr.14182) 414 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:40.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:40 smithi005 conmon[35754]: audit 2024-02-09T20:16:38.994949+0000 mgr.smithi005.drqcnv (mgr.14182) 415 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:40.660 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:42.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:42 smithi005 conmon[35754]: cluster 2024-02-09T20:16:40.157392+0000 2024-02-09T20:16:42.193 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:42 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 416 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:42.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:42 smithi129 conmon[40092]: cluster 2024-02-09T20:16:40.157392+0000 mgr.smithi005.drqcnv (mgr.14182) 416 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:42.653 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:16:42.653 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:43.282 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:16:44.283 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:44.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:44 smithi129 conmon[40092]: cluster 2024-02-09T20:16:42.157865+0000 mgr.smithi005.drqcnv (mgr.14182) 417 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:44.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:44 smithi129 conmon[40092]: audit 2024-02-09T20:16:42.647793+0000 mgr.smithi005.drqcnv (mgr.14182) 418 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:44.318 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:44 smithi005 conmon[35754]: cluster 2024-02-09T20:16:42.157865+0000 mgr.smithi005.drqcnv (mgr.14182) 417 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:44.319 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:44 smithi005 conmon[35754]: audit 2024-02-09T20:16:42.647793+0000 mgr.smithi005.drqcnv (mgr.14182) 418 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:46.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:46 smithi005 conmon[35754]: cluster 2024-02-09T20:16:44.158524+0000 mgr.smithi005.drqcnv (mgr.14182) 419 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:46.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:46 smithi129 conmon[40092]: cluster 2024-02-09T20:16:44.158524+0000 mgr.smithi005.drqcnv (mgr.14182) 419 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:46.323 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:16:46.323 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:46.982 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:16:47.983 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:48.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:48 smithi129 conmon[40092]: cluster 2024-02-09T20:16:46.159052+0000 mgr.smithi005.drqcnv (mgr.14182) 420 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:48.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:48 smithi129 conmon[40092]: audit 2024-02-09T20:16:46.318016+0000 mgr.smithi005.drqcnv (mgr.14182) 421 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:48.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:48 smithi005 conmon[35754]: cluster 2024-02-09T20:16:46.159052+0000 mgr.smithi005.drqcnv (mgr.14182) 420 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:48.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:48 smithi005 conmon[35754]: audit 2024-02-09T20:16:46.318016+0000 mgr.smithi005.drqcnv (mgr.14182) 421 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:50.040 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:16:50.041 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:50.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:50 smithi129 conmon[40092]: cluster 2024-02-09T20:16:48.159383+0000 mgr.smithi005.drqcnv (mgr.14182) 422 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:50.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:50 smithi005 conmon[35754]: cluster 2024-02-09T20:16:48.159383+0000 mgr.smithi005.drqcnv (mgr.14182) 422 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:50.657 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:16:51.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:51 smithi129 conmon[40092]: audit 2024-02-09T20:16:50.034803+0000 mgr.smithi005.drqcnv (mgr.14182) 423 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:51.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:51 smithi005 conmon[35754]: audit 2024-02-09T20:16:50.034803+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:16:51.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:51 smithi005 conmon[35754]: .14182) 423 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:51.657 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:52.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:52 smithi129 conmon[40092]: cluster 2024-02-09T20:16:50.159946+0000 mgr.smithi005.drqcnv (mgr.14182) 424 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:52.346 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:52 smithi005 conmon[35754]: cluster 2024-02-09T20:16:50.159946+0000 mgr.smithi005.drqcnv (mgr.14182) 424 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:16:53.700 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:16:53.700 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:54.305 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:16:54.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:54 smithi129 conmon[40092]: cluster 2024-02-09T20:16:52.160414+0000 mgr.smithi005.drqcnv (mgr.14182) 425 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:54.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:54 smithi005 conmon[35754]: cluster 2024-02-09T20:16:52.160414+0000 mgr.smithi005.drqcnv (mgr.14182) 425 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:55.306 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:55.341 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:55 smithi005 conmon[35754]: audit 2024-02-09T20:16:53.694328+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:16:55.342 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:55 smithi005 conmon[35754]: 426 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:55.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:55 smithi129 conmon[40092]: audit 2024-02-09T20:16:53.694328+0000 mgr.smithi005.drqcnv (mgr.14182) 426 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:56.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:56 smithi005 conmon[35754]: cluster 2024-02-09T20:16: 2024-02-09T20:16:56.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:56 smithi005 conmon[35754]: 54.160906+0000 mgr.smithi005.drqcnv (mgr.14182) 427 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:56.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:56 smithi129 conmon[40092]: cluster 2024-02-09T20:16:54.160906+0000 mgr.smithi005.drqcnv (mgr.14182) 427 : cluster [DBG] 2024-02-09T20:16:56.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:56 smithi129 conmon[40092]: pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:57.297 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:16:57.297 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:16:57.905 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:16:58.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:58 smithi005 conmon[35754]: cluster 2024-02-09T20:16:56.161631+0000 mgr.smithi005.drqcnv (mgr.14182) 428 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:58.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:58 smithi129 conmon[40092]: cluster 2024-02-09T20:16:56.161631+0000 mgr.smithi005.drqcnv (mgr.14182) 428 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:16:58.906 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:16:59.385 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:59 smithi005 conmon[35754]: audit 2024-02-09T20:16:57.291395+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:16:59.385 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:16:59 smithi005 conmon[35754]: mgr.14182) 429 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:16:59.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:16:59 smithi129 conmon[40092]: audit 2024-02-09T20:16:57.291395+0000 mgr.smithi005.drqcnv (mgr.14182) 429 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:00.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:00 smithi005 conmon[35754]: cluster 2024-02-09T20:16:58.162020+0000 mgr.smithi005.drqcnv (mgr.14182) 430 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:00.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:00 smithi129 conmon[40092]: cluster 2024-02-09T20:16:58.162020+0000 mgr.smithi005.drqcnv (mgr.14182) 430 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:00.830 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:17:00.830 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:37.209320Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:37.209492Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:37.209590Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:37.209667Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:37.209752Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:01.514 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:17:02.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:02 smithi005 conmon[35754]: cluster 2024-02-09T20:17:00.162607+0000 mgr.smithi005.drqcnv (mgr.14182) 431 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:02.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:02 smithi005 conmon[35754]: audit 2024-02-09T20:17:00.823988+0000 mgr.smithi005.drqcnv (mgr.14182) 432 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:02.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:02 smithi005 conmon[35754]: audit 2024-02-09T20:17:01.644189+0000 mon.smithi005 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi005.djunpd"}]: dispatch 2024-02-09T20:17:02.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:02 smithi005 conmon[35754]: audit 2024-02-09T20:17:01.649779+0000 mon.smithi005 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:17:02.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:02 smithi005 conmon[35754]: audit 2024-02-09T20:17:01.652371+0000 mon.smithi005 (mon.0) 684 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:17:02.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:02 smithi005 conmon[35754]: audit 2024-02-09T20:17:01.953194+0000 mon.smithi005 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:17:02.515 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:02.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:02 smithi129 conmon[40092]: cluster 2024-02-09T20:17:00.162607+0000 mgr.smithi005.drqcnv (mgr.14182) 431 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:02.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:02 smithi129 conmon[40092]: audit 2024-02-09T20:17:00.823988+0000 mgr.smithi005.drqcnv (mgr.14182) 432 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:02.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:02 smithi129 conmon[40092]: audit 2024-02-09T20:17:01.644189+0000 mon.smithi005 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi005.djunpd"}]: dispatch 2024-02-09T20:17:02.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:02 smithi129 conmon[40092]: audit 2024-02-09T20:17:01.649779+0000 mon.smithi005 ( 2024-02-09T20:17:02.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:02 smithi129 conmon[40092]: mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:17:02.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:02 smithi129 conmon[40092]: audit 2024-02-09T20:17:02.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:02 smithi129 conmon[40092]: 2024-02-09T20:17:01.652371+0000 2024-02-09T20:17:02.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:02 smithi129 conmon[40092]: mon.smithi005 (mon.0) 684 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:17:02.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:02 smithi129 conmon[40092]: 2024-02-09T20:17:02.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:02 smithi129 conmon[40092]: audit 2024-02-09T20:17:02.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:02 smithi129 conmon[40092]: 2024-02-09 2024-02-09T20:17:02.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:02 smithi129 conmon[40092]: T20:17:01.953194+0000 mon.smithi005 (mon 2024-02-09T20:17:02.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:02 smithi129 conmon[40092]: .0) 685 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:17:03.352 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: cephadm 2024-02-09T20:17:01.643556+0000 mgr.smithi005.drqcnv (mgr.14182) 433 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd 2024-02-09T20:17:03.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd 2024-02-09T20:17:03.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd 2024-02-09T20:17:03.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd 2024-02-09T20:17:03.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi005.djunpd ... 2024-02-09T20:17:03.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:03.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:17:03.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:15:05Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:03.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:15:42Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:03.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:16:21Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:03.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:17:03.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:17:03.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:03.354 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: Traceback (most recent call last): 2024-02-09T20:17:03.354 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:17:03.354 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: yield (conn, connr) 2024-02-09T20:17:03.354 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:17:03.354 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: code, '\n'.join(err))) 2024-02-09T20:17:03.354 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: 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-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd 2024-02-09T20:17:03.354 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd 2024-02-09T20:17:03.354 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd 2024-02-09T20:17:03.354 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd 2024-02-09T20:17:03.354 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi005.djunpd ... 2024-02-09T20:17:03.354 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:03.354 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:17:03.354 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:15:05Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:03.354 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:15:42Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:03.355 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:16:21Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:03.355 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:17:03.355 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/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 2024-02-09T20:17:03.355 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:17:03.355 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:03.355 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: cephadm 2024-02-09T20:17:01.643780+0000 mgr.smithi005.drqcnv (mgr.14182) 434 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi005.djunpd 2024-02-09T20:17:03.355 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: cephadm 2024-02-09T20:17:01.644931+0000 mgr.smithi005.drqcnv (mgr.14182) 435 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd 2024-02-09T20:17:03.355 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd 2024-02-09T20:17:03.355 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd 2024-02-09T20:17:03.355 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd 2024-02-09T20:17:03.355 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi005.djunpd ... 2024-02-09T20:17:03.355 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:03.355 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:17:03.356 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:15:05Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:03.356 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:15:42Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:03.356 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:16:21Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:03.356 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:17:03.356 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:17:03.356 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:03.356 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: cephadm 2024-02-09T20:17:01.650179+0000 mgr.smithi005.drqcnv (mgr.14182) 436 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:17:03.356 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: cephadm 2024-02-09T20:17:01.651359+0000 mgr.smithi005.drqcnv (mgr.14182) 437 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:17:03.356 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: cluster 2024-02-09T20:17:01.652488+0000 mgr.smithi005.drqcnv (mgr.14182) 438 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-09T20:17:03.356 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:03 smithi005 conmon[35754]: cluster 2024-02-09T20:17:02.647717+0000 mon.smithi005 (mon.0) 686 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-09T20:17:03.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: cephadm 2024-02-09T20:17:01.643556+0000 mgr.smithi005.drqcnv (mgr.14182) 433 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd 2024-02-09T20:17:03.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd 2024-02-09T20:17:03.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd 2024-02-09T20:17:03.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd 2024-02-09T20:17:03.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi005.djunpd ... 2024-02-09T20:17:03.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:03.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:17:03.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:15:05Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:03.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:15:42Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:03.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:16:21Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:03.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:17:03.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:17:03.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:03.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: Traceback (most recent call last): 2024-02-09T20:17:03.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:17:03.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: yield (conn, connr) 2024-02-09T20:17:03.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:17:03.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: code, '\n'.join(err))) 2024-02-09T20:17:03.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: 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-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd 2024-02-09T20:17:03.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd 2024-02-09T20:17:03.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd 2024-02-09T20:17:03.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd 2024-02-09T20:17:03.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi005.djunpd ... 2024-02-09T20:17:03.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:03.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:17:03.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:15:05Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:03.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:15:42Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:03.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:16:21Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:03.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:17:03.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/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 2024-02-09T20:17:03.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:17:03.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:03.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: cephadm 2024-02-09T20:17:01.643780+0000 mgr.smithi005.drqcnv (mgr.14182) 434 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi005.djunpd 2024-02-09T20:17:03.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: cephadm 2024-02-09T20:17:01.644931+0000 mgr.smithi005.drqcnv (mgr.14182) 435 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd 2024-02-09T20:17:03.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd 2024-02-09T20:17:03.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd 2024-02-09T20:17:03.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd 2024-02-09T20:17:03.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi005.djunpd ... 2024-02-09T20:17:03.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:03.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:17:03.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:15:05Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:03.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:15:42Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:03.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:16:21Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:17:03.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:17:03.562 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:17:03.562 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:17:03.562 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: cephadm 2024-02-09T20:17:01.650179+0000 mgr.smithi005.drqcnv (mgr.14182) 436 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:17:03.562 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: cephadm 2024-02-09T20:17:01.651359+0000 mgr.smithi005.drqcnv (mgr.14182) 437 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:17:03.562 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: cluster 2024-02-09T20:17:01.652488+0000 mgr.smithi005.drqcnv (mgr.14182) 438 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-09T20:17:03.562 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:03 smithi129 conmon[40092]: cluster 2024-02-09T20:17:02.647717+0000 mon.smithi005 (mon.0) 686 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-09T20:17:04.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:04 smithi005 conmon[35754]: audit 2024-02-09T20:17:03.323343+0000 mon.smithi005 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:17:04.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:04 smithi005 conmon[35754]: cluster 2024-02-09T20:17:03.653327+0000 mgr.smithi005.drqcnv (mgr.14182) 439 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-09T20:17:04.508 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:04 smithi005 conmon[35754]: audit 2024-02-09T20:17:04.196136+0000 mon.smithi005 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:17:04.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:04 smithi129 conmon[40092]: audit 2024-02-09T20:17:03.323343+0000 mon.smithi005 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:17:04.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:04 smithi129 conmon[40092]: cluster 2024-02-09T20:17:03.653327+0000 mgr.smithi005.drqcnv (mgr.14182) 439 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-09T20:17:04.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:04 smithi129 conmon[40092]: audit 2024-02-09T20:17:04.196136+0000 mon.smithi005 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:17:04.895 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:17:04.895 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:11:40.517991Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:11:40.518157Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:11:40.518322Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:11:40.517866Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:11:40.517593Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:11:40.518468Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:11:40.518737Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:11:40.518581Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:05.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:05 smithi005 conmon[35754]: audit 2024-02-09T20:17:04.890010+0000 mgr.smithi005.drqcnv (mgr.14182) 440 : 2024-02-09T20:17:05.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:05 smithi005 conmon[35754]: audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:05.679 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-09T20:17:05.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:05 smithi129 conmon[40092]: audit 2024-02-09T20:17:04.890010+0000 mgr.smithi005.drqcnv (mgr.14182) 440 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:06.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:06 smithi005 conmon[35754]: cluster 2024-02-09T20:17:05.654090+0000 mgr.smithi005.drqcnv (mgr.14182) 441 : cluster 2024-02-09T20:17:06.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:06 smithi005 conmon[35754]: [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-09T20:17:06.680 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:06.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:06 smithi129 conmon[40092]: cluster 2024-02-09T20:17:05.654090+0000 mgr.smithi005.drqcnv (mgr.14182) 441 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-09T20:17:08.782 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:08 smithi129 conmon[40092]: audit 2024-02-09T20:17:07.511587+0000 mon.smithi005 (mon.0) 689 : audit 2024-02-09T20:17:08.782 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:08 smithi129 conmon[40092]: [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:17:08.782 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:08 smithi129 conmon[40092]: cluster 2024-02-09T20:17:07.654556+0000 mgr.smithi005.drqcnv (mgr.14182) 442 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-09T20:17:08.782 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:08 smithi129 conmon[40092]: audit 2024-02-09T20:17:08.081111+0000 mon.smithi005 (mon.0) 690 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:17:08.782 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:08 smithi129 conmon[40092]: audit 2024-02-09T20:17:08.081888+0000 mon.smithi005 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:17:08.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:08 smithi129 conmon[40092]: audit 2024-02-09T20:17:08.086635+0000 mon.smithi005 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:17:08.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:08 smithi129 conmon[40092]: audit 2024-02-09T20:17:08.090645+0000 mon.smithi005 (mon.0) 693 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:17:08.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:08 smithi129 conmon[40092]: audit 2024-02-09T20:17:08.098189+0000 mon.smithi005 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:17:08.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:08 smithi005 conmon[35754]: audit 2024-02-09T20:17:07.511587+0000 mon.smithi005 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:17:08.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:08 smithi005 conmon[35754]: cluster 2024-02-09T20:17:07.654556+0000 mgr.smithi005.drqcnv (mgr.14182) 442 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-09T20:17:08.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:08 smithi005 conmon[35754]: audit 2024-02-09T20:17:08.081111+0000 mon.smithi005 (mon.0) 690 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:17:08.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:08 smithi005 conmon[35754]: audit 2024-02-09T20:17:08.081888+0000 mon.smithi005 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:17:08.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:08 smithi005 conmon[35754]: audit 2024-02-09T20:17:08.086635+0000 mon.smithi005 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:17:08.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:08 smithi005 conmon[35754]: audit 2024-02-09T20:17:08.090645+0000 mon.smithi005 (mon.0) 693 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:17:08.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:08 smithi005 conmon[35754]: audit 2024-02-09T20:17:08.098189+0000 mon.smithi005 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:17:08.960 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:17:08.960 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:09.646 INFO:tasks.cephadm:nfs.foo has 1/1 2024-02-09T20:17:09.646 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-09T20:17:09.657 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-02-09T20:17:09.657 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:09.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:09 smithi129 conmon[40092]: cluster 2024-02-09T20:17:08.087122+0000 mgr.smithi005.drqcnv (mgr.14182) 443 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-02-09T20:17:09.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:09 smithi129 conmon[40092]: cephadm 2024-02-09T20:17:08.100399+0000 mgr.smithi005.drqcnv (mgr.14182) 444 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi129.kevecy on smithi129 2024-02-09T20:17:09.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:09 smithi129 conmon[40092]: cluster 2024-02-09T20:17:08.509482+0000 mon.smithi005 (mon.0) 695 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-09T20:17:09.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:09 smithi129 conmon[40092]: cluster 2024-02-09T20:17:08.509522+0000 mon.smithi005 (mon.0) 696 : cluster [INF] 2024-02-09T20:17:09.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:09 smithi129 conmon[40092]: Cluster is now healthy 2024-02-09T20:17:09.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:09 smithi129 conmon[40092]: audit 2024- 2024-02-09T20:17:09.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:09 smithi129 conmon[40092]: 02-09T20:17:08.955243+0000 mgr.smithi005.drqcnv (mgr.14182) 445 : audit 2024-02-09T20:17:09.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:09 smithi129 conmon[40092]: [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:09.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:09 smithi005 conmon[35754]: cluster 2024-02-09T20:17:08.087122+0000 mgr.smithi005.drqcnv (mgr.14182) 443 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-02-09T20:17:09.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:09 smithi005 conmon[35754]: cephadm 2024-02-09T20:17:08.100399+0000 mgr.smithi005.drqcnv (mgr.14182) 444 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi129.kevecy on smithi129 2024-02-09T20:17:09.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:09 smithi005 conmon[35754]: cluster 2024-02-09T20:17:08.509482+0000 mon.smithi005 (mon.0) 695 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-09T20:17:09.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:09 smithi005 conmon[35754]: cluster 2024-02-09T20:17:08.509522+0000 mon.smithi005 (mon.0) 696 : cluster [INF] Cluster is now healthy 2024-02-09T20:17:09.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:09 smithi005 conmon[35754]: audit 2024-02-09T20:17:08.955243+0000 mgr.smithi005.drqcnv (mgr.14182) 445 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:11.630 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:17:11.631 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:11.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:11 smithi129 conmon[40092]: cluster 2024-02-09T20:17:10.087851+0000 mgr.smithi005.drqcnv (mgr.14182) 446 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-02-09T20:17:11.815 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:11 smithi005 conmon[35754]: cluster 2024-02-09T20:17:10.087851+0000 mgr.smithi005.drqcnv (mgr.14182) 446 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-02-09T20:17:12.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:17:12.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:12 smithi129 conmon[40092]: audit 2024-02-09T20:17:11.624253+0000 mgr.smithi005.drqcnv (mgr.14182) 447 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:12.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:12 smithi005 conmon[35754]: audit 2024-02-09T20:17:11.624253+0000 mgr.smithi005.drqcnv (mgr.14182) 447 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:13.246 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:13.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:13 smithi005 conmon[35754]: cluster 2024-02-09T20:17:12.088423 2024-02-09T20:17:13.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:13 smithi005 conmon[35754]: +0000 mgr.smithi005.drqcnv (mgr.14182) 448 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-09T20:17:13.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:13 smithi129 conmon[40092]: cluster 2024-02-09T20:17:12.088423+0000 mgr.smithi005.drqcnv (mgr.14182) 448 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-09T20:17:15.211 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:17:15.211 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:15.799 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:15 smithi005 conmon[35754]: cluster 2024-02-09T20:17:14.088942+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:17:15.799 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:15 smithi005 conmon[35754]: mgr.14182) 449 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-09T20:17:15.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:15 smithi129 conmon[40092]: cluster 2024-02-09T20:17:14.088942+0000 mgr.smithi005.drqcnv (mgr.14182) 449 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-09T20:17:15.820 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:17:16.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:16 smithi129 conmon[40092]: audit 2024-02-09T20:17:15.204649+0000 mgr.smithi005.drqcnv (mgr.14182) 450 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:16.821 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:16.871 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:16 smithi005 conmon[35754]: audit 2024-02-09T20:17:15.204649+0000 mgr.smithi005.drqcnv (mgr.14182) 450 : audit 2024-02-09T20:17:16.871 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:16 smithi005 conmon[35754]: [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:17.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:17 smithi005 conmon[35754]: cluster 2024-02-09T20:17:16.089605+0000 2024-02-09T20:17:17.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:17 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 451 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-09T20:17:17.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:17 smithi129 conmon[40092]: cluster 2024-02-09T20:17:16.089605+0000 mgr.smithi005.drqcnv (mgr.14182) 451 : cluster [DBG] 2024-02-09T20:17:17.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:17 smithi129 conmon[40092]: pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-09T20:17:18.847 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:17:18.847 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:19.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:17:19.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:19 smithi129 conmon[40092]: cluster 2024-02-09T20:17:18.090004+0000 mgr.smithi005.drqcnv (mgr.14182) 452 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-09T20:17:19.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:19 smithi129 conmon[40092]: audit 2024-02-09T20:17:18.840572+0000 mgr.smithi005.drqcnv (mgr.14182) 453 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:19.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:19 smithi005 conmon[35754]: cluster 2024-02-09T20:17:18.090004+0000 mgr.smithi005.drqcnv (mgr.14182) 452 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-02-09T20:17:19.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:19 smithi005 conmon[35754]: audit 2024-02-09T20:17:18.840572+0000 mgr.smithi005.drqcnv (mgr.14182) 453 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:20.520 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:21.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:21 smithi005 conmon[35754]: cluster 2024-02-09T20:17:20.090809+0000 mgr.smithi005.drqcnv (mgr.14182) 454 : 2024-02-09T20:17:21.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:21 smithi005 conmon[35754]: cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:21.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:21 smithi129 conmon[40092]: cluster 2024-02-09T20:17:20.090809+0000 mgr.smithi005.drqcnv (mgr.14182) 454 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:22.442 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:17:22.442 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:23.076 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:17:23.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:23 smithi129 conmon[40092]: cluster 2024-02-09T20:17:22.091290+0000 mgr.smithi005.drqcnv (mgr.14182) 455 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:23.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:23 smithi129 conmon[40092]: audit 2024-02-09T20:17:22.435958+0000 mgr.smithi005.drqcnv (mgr.14182) 456 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:23.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:23 smithi005 conmon[35754]: cluster 2024-02-09T20:17:22.091290+0000 mgr.smithi005.drqcnv (mgr.14182) 455 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:23.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:23 smithi005 conmon[35754]: audit 2024-02-09T20:17:22.435958+0000 mgr.smithi005.drqcnv (mgr.14182) 456 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:24.077 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:25.642 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:25 smithi005 conmon[35754]: cluster 2024-02-09T20:17:24.091776+0000 mgr.smithi005.drqcnv (mgr.14182) 457 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:25.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:25 smithi129 conmon[40092]: cluster 2024-02-09T20:17:24.091776+0000 mgr.smithi005.drqcnv (mgr.14182) 457 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:26.098 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:17:26.098 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:26.729 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:17:27.731 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:27.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:27 smithi005 conmon[35754]: audit 2024-02-09T20:17:26.092028+0000 mgr.smithi005.drqcnv (mgr.14182) 458 : 2024-02-09T20:17:27.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:27 smithi005 conmon[35754]: audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:27.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:27 smithi005 conmon[35754]: cluster 2024-02-09T20:17:26.092406+0000 mgr.smithi005.drqcnv (mgr.14182) 459 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:28.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:27 smithi129 conmon[40092]: audit 2024-02-09T20:17:26.092028+0000 mgr.smithi005.drqcnv (mgr.14182) 458 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:28.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:27 smithi129 conmon[40092]: cluster 2024-02-09T20:17:26.092406+0000 mgr.smithi005.drqcnv (mgr.14182) 459 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:29.665 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:17:29.665 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:29.879 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:29 smithi005 conmon[35754]: cluster 2024-02-09T20:17:28.092770+0000 mgr.smithi005.drqcnv (mgr.14182) 460 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:30.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:29 smithi129 conmon[40092]: cluster 2024-02-09T20:17:28.092770+0000 mgr.smithi005.drqcnv (mgr.14182) 460 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:30.294 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:17:30.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:30 smithi005 conmon[35754]: audit 2024-02-09T20:17:29.657613+0000 mgr.smithi005.drqcnv (mgr.14182) 461 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:31.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:30 smithi129 conmon[40092]: audit 2024-02-09T20:17:29.657613+0000 mgr.smithi005.drqcnv (mgr.14182) 461 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:31.295 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:31.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:31 smithi005 conmon[35754]: cluster 2024-02-09T20:17:30.093430+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:17:31.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:31 smithi005 conmon[35754]: mgr.14182) 462 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:32.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:31 smithi129 conmon[40092]: cluster 2024-02-09T20:17:30.093430+0000 mgr.smithi005.drqcnv (mgr.14182) 462 : cluster [DBG] 2024-02-09T20:17:32.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:31 smithi129 conmon[40092]: pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:33.283 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:17:33.283 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:33.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:33 smithi005 conmon[35754]: cluster 2024-02-09T20:17:32.093995+0000 mgr.smithi005.drqcnv (mgr.14182) 463 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:33.977 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:17:34.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:33 smithi129 conmon[40092]: cluster 2024-02-09T20:17:32.093995+0000 mgr.smithi005.drqcnv (mgr.14182) 463 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:34.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:34 smithi005 conmon[35754]: audit 2024-02-09T20:17:33.276595+0000 mgr.smithi005.drqcnv (mgr.14182) 464 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:34.979 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:35.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:34 smithi129 conmon[40092]: audit 2024-02-09T20:17:33.276595+0000 mgr.smithi005.drqcnv (mgr.14182) 464 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:35.820 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:35 smithi005 conmon[35754]: cluster 2024-02-09T20:17:34.094610+0000 2024-02-09T20:17:35.820 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:35 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 465 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:36.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:35 smithi129 conmon[40092]: cluster 2024-02-09T20:17:34.094610+0000 mgr.smithi005.drqcnv (mgr.14182) 465 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:36.979 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:17:36.979 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:37.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:17:37.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:37 smithi005 conmon[35754]: cluster 2024-02-09T20:17:36.095200+0000 mgr.smithi005.drqcnv (mgr.14182) 466 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:37.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:37 smithi005 conmon[35754]: audit 2024-02-09T20:17:36.972984+0000 mgr.smithi005.drqcnv (mgr.14182) 467 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:38.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:37 smithi129 conmon[40092]: cluster 2024-02-09T20:17:36.095200+0000 mgr.smithi005.drqcnv (mgr.14182) 466 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:38.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:37 smithi129 conmon[40092]: audit 2024-02-09T20:17:36.972984+0000 mgr.smithi005.drqcnv (mgr.14182) 467 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:38.603 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:39.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:39 smithi005 conmon[35754]: cluster 2024-02-09T20:17:38.095593+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:17:39.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:39 smithi005 conmon[35754]: ) 468 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:40.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:39 smithi129 conmon[40092]: cluster 2024-02-09T20:17:38.095593+0000 mgr.smithi005.drqcnv (mgr.14182) 468 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:40.586 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:17:40.586 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:41.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:17:41.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:41 smithi005 conmon[35754]: cluster 2024-02-09T20:17:40.096296+0000 mgr.smithi005.drqcnv (mgr.14182) 469 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:41.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:41 smithi005 conmon[35754]: audit 2024-02-09T20:17:40.579146+0000 mgr.smithi005.drqcnv (mgr.14182) 470 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:42.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:41 smithi129 conmon[40092]: cluster 2024-02-09T20:17:40.096296+0000 mgr.smithi005.drqcnv (mgr.14182) 469 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:42.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:41 smithi129 conmon[40092]: audit 2024-02-09T20:17:40.579146+0000 mgr.smithi005.drqcnv (mgr.14182) 470 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:42.212 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:43.773 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:43 smithi005 conmon[35754]: cluster 2024-02-09T20:17:42.096798+0000 mgr.smithi005.drqcnv (mgr.14182) 471 : cluster 2024-02-09T20:17:43.773 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:43 smithi005 conmon[35754]: [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:44.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:43 smithi129 conmon[40092]: cluster 2024-02-09T20:17:42.096798+0000 mgr.smithi005.drqcnv (mgr.14182) 471 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:44.199 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:17:44.199 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:44.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:17:45.841 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:45.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:45 smithi005 conmon[35754]: cluster 2024-02-09T20:17:44.097235+0000 mgr.smithi005.drqcnv (mgr.14182) 472 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:45.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:45 smithi005 conmon[35754]: audit 2024-02-09T20:17:44.192733+0000 mgr.smithi005.drqcnv (mgr.14182) 473 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:46.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:45 smithi129 conmon[40092]: cluster 2024-02-09T20:17:44.097235+0000 mgr.smithi005.drqcnv (mgr.14182) 472 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:46.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:45 smithi129 conmon[40092]: audit 2024-02-09T20:17 2024-02-09T20:17:46.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:45 smithi129 conmon[40092]: :44.192733+0000 mgr.smithi005.drqcnv (mgr.14182) 473 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:47.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:47 smithi005 conmon[35754]: cluster 2024-02-09T20:17:46.097933+0000 mgr.smithi005.drqcnv (mgr.14182) 474 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:47.801 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:17:47.801 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:48.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:47 smithi129 conmon[40092]: cluster 2024-02-09T20:17:46.097933+0000 mgr.smithi005.drqcnv (mgr.14182) 474 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:48.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:47 smithi129 conmon[40092]: 2024-02-09T20:17:48.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:17:48.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:48 smithi005 conmon[35754]: audit 2024-02-09T20:17:47.795777+0000 mgr.smithi005.drqcnv (mgr.14182) 475 : 2024-02-09T20:17:48.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:48 smithi005 conmon[35754]: audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:49.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:48 smithi129 conmon[40092]: audit 2024-02-09T20:17:47.795777+0000 mgr.smithi005.drqcnv (mgr.14182) 475 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:49.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:48 smithi129 conmon[40092]: 2024-02-09T20:17:49.401 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:49.869 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:49 smithi005 conmon[35754]: cluster 2024-02-09T20:17:48.098297+0000 mgr.smithi005.drqcnv (mgr.14182) 476 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:50.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:49 smithi129 conmon[40092]: cluster 2024-02-09T20:17:48.098297+0000 mgr.smithi005.drqcnv (mgr.14182) 476 : cluster [DBG] 2024-02-09T20:17:50.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:49 smithi129 conmon[40092]: pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:51.388 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:17:51.389 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:51.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:51 smithi005 conmon[35754]: cluster 2024-02-09T20:17:50.099140+0000 mgr.smithi005.drqcnv (mgr.14182) 477 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:52.006 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:17:52.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:51 smithi129 conmon[40092]: cluster 2024-02-09T20:17:50.099140+0000 mgr.smithi005.drqcnv (mgr.14182) 477 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:17:52.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:52 smithi005 conmon[35754]: audit 2024-02-09T20:17:51.382448+0000 mgr.smithi005.drqcnv 2024-02-09T20:17:52.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:52 smithi005 conmon[35754]: (mgr.14182) 478 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:53.007 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:53.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:52 smithi129 conmon[40092]: audit 2024-02-09T20:17:51.382448+0000 mgr.smithi005.drqcnv (mgr.14182) 478 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:53.842 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:53 smithi005 conmon[35754]: cluster 2024-02-09T20:17:52.099720+0000 2024-02-09T20:17:53.842 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:53 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 479 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:54.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:53 smithi129 conmon[40092]: cluster 2024-02-09T20:17:52.099720+0000 mgr.smithi005.drqcnv (mgr.14182) 479 : cluster 2024-02-09T20:17:54.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:53 smithi129 conmon[40092]: [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:55.014 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:17:55.014 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:55.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:17:55.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:55 smithi005 conmon[35754]: cluster 2024-02-09T20:17:54.100252+0000 mgr.smithi005.drqcnv (mgr.14182) 480 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:55.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:55 smithi005 conmon[35754]: audit 2024-02-09T20:17:55.007666+0000 mgr.smithi005.drqcnv (mgr.14182) 481 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:56.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:55 smithi129 conmon[40092]: cluster 2024-02-09T20:17:54.100252+0000 mgr.smithi005.drqcnv (mgr.14182) 480 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:56.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:55 smithi129 conmon[40092]: audit 2024-02-09T20:17:55.007666+0000 mgr.smithi005.drqcnv (mgr.14182) 481 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:17:56.781 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:17:57.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:57 smithi005 conmon[35754]: cluster 2024-02-09T20:17:56.100845+0000 mgr.smithi005.drqcnv (mgr.14182) 482 2024-02-09T20:17:57.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:57 smithi005 conmon[35754]: : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:58.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:57 smithi129 conmon[40092]: cluster 2024-02-09T20:17:56.100845+0000 mgr.smithi005.drqcnv (mgr.14182) 482 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:58.756 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:17:58.757 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:17:59.410 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:17:59.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:59 smithi005 conmon[35754]: cluster 2024-02-09T20:17:58.101183+0000 mgr.smithi005.drqcnv (mgr.14182) 483 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:17:59.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:17:59 smithi005 conmon[35754]: audit 2024-02-09T20:17:58.750489+0000 mgr.smithi005.drqcnv (mgr.14182) 484 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:00.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:59 smithi129 conmon[40092]: cluster 2024-02-09T20:17:58.101183+0000 mgr.smithi005.drqcnv (mgr.14182) 483 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:00.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:59 smithi129 conmon[40092]: audit 2024-02-09T20:17:58.750489+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:18:00.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:17:59 smithi129 conmon[40092]: 484 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:00.411 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:01.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:01 smithi005 conmon[35754]: cluster 2024-02-09T20:18:00.101991+0000 mgr.smithi005.drqcnv (mgr.14182) 485 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:02.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:01 smithi129 conmon[40092]: cluster 2024-02-09T20:18:00.101991+0000 mgr.smithi005.drqcnv (mgr.14182) 485 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:02.427 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:18:02.427 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:03.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:03.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:03 smithi005 conmon[35754]: cluster 2024-02-09T20:18:02.102608+0000 mgr.smithi005.drqcnv (mgr.14182) 486 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:03.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:03 smithi005 conmon[35754]: audit 2024-02-09T20:18:02.420682+0000 mgr.smithi005.drqcnv (mgr.14182) 487 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:04.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:03 smithi129 conmon[40092]: cluster 2024-02-09T20:18:02.102608+0000 mgr.smithi005.drqcnv (mgr.14182) 486 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:04.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:03 smithi129 conmon[40092]: audit 2024-02-09T20:18:02.420682+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:18:04.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:03 smithi129 conmon[40092]: 487 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:04.080 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:05.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:05 smithi005 conmon[35754]: cluster 2024-02-09T20:18:04.103345+0000 mgr.smithi005.drqcnv (mgr.14182) 488 : cluster 2024-02-09T20:18:05.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:05 smithi005 conmon[35754]: [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:06.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:05 smithi129 conmon[40092]: cluster 2024-02-09T20:18:04.103345+0000 mgr.smithi005.drqcnv (mgr.14182) 488 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:06.064 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:18:06.064 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:06.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:06.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:06 smithi005 conmon[35754]: audit 2024-02-09T20:18:06.058709+0000 mgr.smithi005.drqcnv (mgr.14182) 489 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:07.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:06 smithi129 conmon[40092]: audit 2024-02-09T20:18:06.058709+0000 mgr.smithi005.drqcnv (mgr.14182) 489 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:07.714 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:08.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:07 smithi129 conmon[40092]: cluster 2024-02-09T20:18:06.103861+0000 mgr.smithi005.drqcnv (mgr.14182) 490 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:08.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:07 smithi005 conmon[35754]: cluster 2024-02-09T20:18:06 2024-02-09T20:18:08.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:07 smithi005 conmon[35754]: .103861+0000 mgr.smithi005.drqcnv (mgr.14182) 490 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:09.705 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:18:09.706 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:10.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:09 smithi129 conmon[40092]: cluster 2024-02-09T20:18:08.104176+0000 mgr.smithi005.drqcnv (mgr.14182) 491 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:10.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:09 smithi005 conmon[35754]: cluster 2024-02-09T20:18:08.104176+0000 mgr.smithi005.drqcnv (mgr.14182) 491 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:10.298 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:11.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:10 smithi129 conmon[40092]: audit 2024-02-09T20:18:09.699490+0000 mgr.smithi005.drqcnv (mgr.14182) 492 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:11.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:10 smithi005 conmon[35754]: audit 2024-02-09T20:18:09.699490+0000 mgr.smithi005.drqcnv (mgr.14182) 492 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:11.299 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:12.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:11 smithi129 conmon[40092]: cluster 2024-02-09T20:18:10.104783+0000 mgr.smithi005.drqcnv (mgr.14182) 493 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:12.148 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:11 smithi005 conmon[35754]: cluster 2024-02-09T20:18:10.104783 2024-02-09T20:18:12.148 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:11 smithi005 conmon[35754]: +0000 mgr.smithi005.drqcnv (mgr.14182) 493 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:13.206 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:18:13.206 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:13.853 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:14.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:13 smithi129 conmon[40092]: cluster 2024-02-09T20:18:12.105433+0000 mgr.smithi005.drqcnv (mgr.14182) 494 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:14.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:13 smithi005 conmon[35754]: cluster 2024-02-09T20:18:12.105433+0000 mgr.smithi005.drqcnv (mgr.14182) 494 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:14.855 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:15.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:14 smithi129 conmon[40092]: audit 2024-02-09T20:18:13.200335+0000 mgr.smithi005.drqcnv (mgr.14182) 495 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:15.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:14 smithi005 conmon[35754]: audit 2024-02-09T20:18:13.200335+0000 mgr.smithi005.drqcnv (mgr.14182) 495 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:16.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:15 smithi129 conmon[40092]: cluster 2024-02-09T20:18:14.106117+0000 mgr.smithi005.drqcnv (mgr.14182) 496 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:16.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:15 smithi005 conmon[35754]: cluster 2024-02-09T20:18:14.106117+0000 mgr.smithi005.drqcnv (mgr.14182) 496 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:16.807 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:18:16.807 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:17.402 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:18.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:17 smithi129 conmon[40092]: cluster 2024-02-09T20:18:16.106693+0000 mgr.smithi005.drqcnv (mgr.14182) 497 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:18.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:17 smithi129 conmon[40092]: audit 2024-02-09T20:18:16. 2024-02-09T20:18:18.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:17 smithi129 conmon[40092]: 800570+0000 mgr.smithi005.drqcnv (mgr.14182) 498 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:18.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:17 smithi005 conmon[35754]: cluster 2024-02-09T20:18:16.106693+0000 mgr.smithi005.drqcnv (mgr.14182) 497 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:18.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:17 smithi005 conmon[35754]: audit 2024-02-09T20:18:16.800570+0000 mgr.smithi005.drqcnv (mgr.14182) 498 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:18.404 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:19.926 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:19 smithi005 conmon[35754]: cluster 2024-02-09T20:18:18.107246+0000 mgr.smithi005.drqcnv (mgr.14182) 499 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:20.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:19 smithi129 conmon[40092]: cluster 2024-02-09T20:18:18.107246+0000 mgr.smithi005.drqcnv (mgr.14182) 499 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:20.341 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:18:20.341 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:20.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:21.963 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:22.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:21 smithi129 conmon[40092]: cluster 2024-02-09T20:18:20.107771+0000 mgr.smithi005.drqcnv (mgr.14182) 500 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:22.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:21 smithi129 conmon[40092]: audit 2024-02-09T20:18:20.335348+0000 mgr.smithi005.drqcnv (mgr.14182) 501 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:22.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:21 smithi005 conmon[35754]: cluster 2024-02-09T20:18:20.107771+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:18:22.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:21 smithi005 conmon[35754]: .14182) 500 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:22.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:21 smithi005 conmon[35754]: audit 2024-02-09T20:18:20.335348+0000 mgr.smithi005.drqcnv (mgr.14182) 501 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:23.878 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:18:23.878 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:24.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:23 smithi129 conmon[40092]: cluster 2024-02-09T20:18:22.108218+0000 mgr.smithi005.drqcnv (mgr.14182) 502 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:24.062 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:23 smithi005 conmon[35754]: cluster 2024-02-09T20:18:22.108218+0000 mgr.smithi005.drqcnv (mgr.14182) 502 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:24.530 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:25.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:24 smithi005 conmon[35754]: audit 2024-02-09T20:18:23.871704+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:18:25.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:24 smithi005 conmon[35754]: ) 503 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:25.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:24 smithi129 conmon[40092]: audit 2024-02-09T20:18:23.871704+0000 mgr.smithi005.drqcnv (mgr.14182) 503 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:25.530 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:25.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:25 smithi005 conmon[35754]: cluster 2024-02-09T20:18:24.108807+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:18:25.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:25 smithi005 conmon[35754]: 504 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:26.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:25 smithi129 conmon[40092]: cluster 2024-02-09T20:18:24.108807+0000 mgr.smithi005.drqcnv (mgr.14182) 504 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:27.487 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:18:27.487 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:28.115 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:27 smithi005 conmon[35754]: cluster 2024-02-09T20:18:26.109376+0000 mgr.smithi005.drqcnv (mgr.14182) 505 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:28.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:28.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:27 smithi129 conmon[40092]: cluster 2024-02-09T20:18:26.109376+0000 mgr.smithi005.drqcnv (mgr.14182) 505 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:29.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:28 smithi129 conmon[40092]: audit 2024-02-09T20:18:27.480561+0000 mgr.smithi005.drqcnv (mgr.14182) 506 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:29.138 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:29.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:28 smithi005 conmon[35754]: audit 2024-02-09T20:18:27.480561+0000 mgr.smithi005.drqcnv (mgr.14182) 506 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:29.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:29 smithi005 conmon[35754]: cluster 2024-02-09T20:18:28.109813+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:18:29.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:29 smithi005 conmon[35754]: ) 507 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:30.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:29 smithi129 conmon[40092]: cluster 2024-02-09T20:18:28.109813+0000 mgr.smithi005.drqcnv (mgr.14182) 507 : cluster [DBG] 2024-02-09T20:18:30.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:29 smithi129 conmon[40092]: pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:31.087 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:18:31.087 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:31.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:32.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:31 smithi005 conmon[35754]: cluster 2024-02-09T20:18:30.110375+0000 mgr.smithi005.drqcnv (mgr.14182) 508 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:32.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:31 smithi005 conmon[35754]: audit 2024-02-09T20:18:31.080335+0000 mgr.smithi005.drqcnv (mgr.14182) 509 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:32.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:31 smithi129 conmon[40092]: cluster 2024-02-09T20:18:30.110375+0000 mgr.smithi005.drqcnv (mgr.14182) 508 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:32.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:31 smithi129 conmon[40092]: audit 2024-02-09T20:18:31.080335+0000 2024-02-09T20:18:32.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:31 smithi129 conmon[40092]: mgr.smithi005.drqcnv (mgr.14182) 509 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:32.734 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:33.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:33 smithi005 conmon[35754]: cluster 2024-02-09T20:18:32.111061+0000 mgr.smithi005.drqcnv (mgr.14182) 510 : cluster 2024-02-09T20:18:33.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:33 smithi005 conmon[35754]: [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:34.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:33 smithi129 conmon[40092]: cluster 2024-02-09T20:18:32.111061+0000 mgr.smithi005.drqcnv (mgr.14182) 510 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:34.775 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:18:34.775 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:35.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:36.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:35 smithi005 conmon[35754]: cluster 2024-02-09T20:18:34.111686+0000 2024-02-09T20:18:36.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:35 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 511 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:36.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:35 smithi005 conmon[35754]: audit 2024-02-09T20:18:34.768803+0000 mgr.smithi005.drqcnv (mgr.14182) 512 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:36.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:35 smithi005 conmon[35754]: 2024-02-09T20:18:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:35 smithi129 conmon[40092]: cluster 2024-02-09T20:18:34.111686+0000 mgr.smithi005.drqcnv (mgr.14182) 511 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:35 smithi129 conmon[40092]: audit 2024-02-09T20:18:34.768803+0000 mgr.smithi005.drqcnv (mgr.14182) 512 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:36.419 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:38.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:37 smithi005 conmon[35754]: cluster 2024-02-09T20:18:36.112537+0000 mgr.smithi005.drqcnv (mgr.14182) 513 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:38.008 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:37 smithi005 conmon[35754]: 2024-02-09T20:18:38.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:37 smithi129 conmon[40092]: cluster 2024-02-09T20:18:36.112537+0000 mgr.smithi005.drqcnv (mgr.14182) 513 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:38.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:37 smithi129 conmon[40092]: 2024-02-09T20:18:38.446 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:18:38.446 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:39.058 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:40.059 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:40.096 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:39 smithi005 conmon[35754]: cluster 2024-02-09T20:18:38.112942+0000 mgr.smithi005.drqcnv (mgr.14182) 514 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:40.096 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:39 smithi005 conmon[35754]: audit 2024-02-09T20:18:38.440451+0000 mgr.smithi005.drqcnv (mgr.14182) 515 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:40.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:39 smithi129 conmon[40092]: cluster 2024-02-09T20:18:38.112942+0000 mgr.smithi005.drqcnv (mgr.14182) 514 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:40.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:39 smithi129 conmon[40092]: audit 2024-02-09T20:18:38.440451+0000 mgr.smithi005.drqcnv (mgr.14182) 515 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:41.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:41 smithi005 conmon[35754]: cluster 2024-02-09T20:18:40.113488+0000 mgr.smithi005.drqcnv (mgr.14182) 516 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:42.064 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:18:42.064 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:42.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:41 smithi129 conmon[40092]: cluster 2024-02-09T20:18:40.113488+0000 mgr.smithi005.drqcnv (mgr.14182) 516 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:42.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:43.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:42 smithi005 conmon[35754]: audit 2024-02-09T20:18:42.058353+0000 mgr.smithi005.drqcnv (mgr.14182) 517 2024-02-09T20:18:43.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:42 smithi005 conmon[35754]: : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:43.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:42 smithi129 conmon[40092]: audit 2024-02-09T20:18:42.058353+0000 mgr.smithi005.drqcnv 2024-02-09T20:18:43.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:42 smithi129 conmon[40092]: (mgr.14182) 517 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:43.691 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:44.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:43 smithi005 conmon[35754]: cluster 2024-02-09T20:18:42.114008+0000 mgr.smithi005.drqcnv 2024-02-09T20:18:44.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:43 smithi005 conmon[35754]: (mgr.14182) 518 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:44.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:43 smithi129 conmon[40092]: cluster 2024-02-09T20:18:42.114008+0000 mgr.smithi005.drqcnv (mgr.14182) 518 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:45.679 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:18:45.679 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:46.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:45 smithi005 conmon[35754]: cluster 2024-02-09T20:18:44.114575+0000 mgr.smithi005.drqcnv (mgr.14182) 519 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:46.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:45 smithi129 conmon[40092]: cluster 2024-02-09T20:18:44.114575+0000 mgr.smithi005.drqcnv (mgr.14182) 519 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:46.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:47.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:46 smithi005 conmon[35754]: audit 2024-02-09T20:18:45.672590+0000 mgr.smithi005.drqcnv (mgr.14182) 520 : 2024-02-09T20:18:47.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:46 smithi005 conmon[35754]: audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:47.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:46 smithi129 conmon[40092]: audit 2024-02-09T20:18:45.672590+0000 mgr.smithi005.drqcnv (mgr.14182) 520 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:47.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:46 smithi129 conmon[40092]: 2024-02-09T20:18:47.326 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:48.143 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:47 smithi005 conmon[35754]: cluster 2024-02-09T20:18:46.115169+0000 mgr.smithi005.drqcnv (mgr.14182) 521 : cluster [DBG] 2024-02-09T20:18:48.143 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:47 smithi005 conmon[35754]: pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:48.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:47 smithi129 conmon[40092]: cluster 2024-02-09T20:18:46.115169+0000 mgr.smithi005.drqcnv (mgr.14182) 521 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:48.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:47 smithi129 conmon[40092]: 2024-02-09T20:18:49.319 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:18:49.319 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:49.967 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:50.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:49 smithi005 conmon[35754]: cluster 2024-02-09T20:18:48.115618+0000 mgr.smithi005.drqcnv (mgr.14182) 522 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:50.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:49 smithi129 conmon[40092]: cluster 2024-02-09T20:18:48.115618+0000 mgr.smithi005.drqcnv (mgr.14182) 522 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:50.968 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:51.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:50 smithi005 conmon[35754]: audit 2024-02-09T20:18:49.312909+0000 mgr.smithi005.drqcnv (mgr.14182) 523 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:51.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:50 smithi005 conmon[35754]: 2024-02-09T20:18:51.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:50 smithi129 conmon[40092]: audit 2024-02-09T20:18:49.312909+0000 mgr.smithi005.drqcnv (mgr.14182) 523 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:52.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:51 smithi005 conmon[35754]: cluster 2024-02-09T20:18:50.116193+0000 mgr.smithi005.drqcnv (mgr.14182) 524 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:52.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:51 smithi129 conmon[40092]: cluster 2024-02-09T20:18:50.116193+0000 mgr.smithi005.drqcnv (mgr.14182) 524 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:18:52.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:51 smithi129 conmon[40092]: 2024-02-09T20:18:52.983 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:18:52.983 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:53.648 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:53.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:53 smithi005 conmon[35754]: cluster 2024-02-09T20:18:52.116812+0000 mgr.smithi005.drqcnv (mgr.14182) 525 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:53.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:53 smithi005 conmon[35754]: audit 2024-02-09T20:18:52.976982+0000 mgr.smithi005.drqcnv (mgr.14182) 526 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:54.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:53 smithi129 conmon[40092]: cluster 2024-02-09T20:18:52.116812+0000 mgr.smithi005.drqcnv (mgr.14182) 525 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:54.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:53 smithi129 conmon[40092]: audit 2024-02-09T20:18:52.976982+0000 mgr.smithi005.drqcnv (mgr.14182) 526 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:54.649 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:56.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:55 smithi005 conmon[35754]: cluster 2024-02-09T20:18:54.117297+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:18:56.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:55 smithi005 conmon[35754]: .14182) 527 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:56.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:55 smithi129 conmon[40092]: cluster 2024-02-09T20:18:54.117297+0000 mgr.smithi005.drqcnv (mgr.14182) 527 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:56.607 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:18:56.607 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:18:57.221 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:18:58.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:57 smithi005 conmon[35754]: cluster 2024-02-09T20:18:56.118053+0000 mgr.smithi005.drqcnv (mgr.14182) 528 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:58.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:57 smithi005 conmon[35754]: audit 2024-02-09T20:18:56.600710+0000 mgr.smithi005.drqcnv (mgr.14182) 529 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:18:58.223 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:18:58.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:57 smithi129 conmon[40092]: cluster 2024-02-09T20:18:56.118053+0000 mgr.smithi005.drqcnv (mgr.14182) 528 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:18:58.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:57 smithi129 conmon[40092]: audit 2024-02-09T20:18:56.600710+0000 mgr.smithi005.drqcnv (mgr.14182) 529 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:00.106 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:19:00.107 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:00.133 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:18:59 smithi005 conmon[35754]: cluster 2024-02-09T20:18:58.118497+0000 mgr.smithi005.drqcnv (mgr.14182) 530 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:00.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:18:59 smithi129 conmon[40092]: cluster 2024-02-09T20:18:58.118497+0000 mgr.smithi005.drqcnv (mgr.14182) 530 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:00.739 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:01.740 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:02.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:01 smithi005 conmon[35754]: audit 2024-02-09T20:19:00.100374+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:19:02.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:01 smithi005 conmon[35754]: mgr.14182) 531 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:02.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:01 smithi005 conmon[35754]: cluster 2024-02-09T20:19:00.119023+0000 mgr.smithi005.drqcnv (mgr.14182) 532 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:02.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:01 smithi129 conmon[40092]: audit 2024-02-09T20:19:00.100374+0000 mgr.smithi005.drqcnv (mgr.14182) 531 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:02.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:01 smithi129 conmon[40092]: cluster 2024-02- 2024-02-09T20:19:02.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:01 smithi129 conmon[40092]: 09T20:19:00.119023+0000 mgr.smithi005.drqcnv (mgr.14182) 532 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:03.786 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:19:03.786 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:04.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:03 smithi005 conmon[35754]: cluster 2024-02-09T20:19:02.119647+0000 mgr.smithi005.drqcnv (mgr.14182) 533 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:04.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:03 smithi129 conmon[40092]: cluster 2024-02-09T20:19:02.119647+0000 mgr.smithi005.drqcnv (mgr.14182) 533 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:04.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:05.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:04 smithi005 conmon[35754]: audit 2024-02-09T20:19:03 2024-02-09T20:19:05.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:04 smithi005 conmon[35754]: .780060+0000 mgr.smithi005.drqcnv (mgr.14182) 534 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:05.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:04 smithi129 conmon[40092]: audit 2024-02-09T20:19:03.780060+0000 mgr.smithi005.drqcnv (mgr.14182) 534 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:05.424 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:06.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:05 smithi005 conmon[35754]: cluster 2024-02-09T20:19:04.120184+0000 mgr.smithi005.drqcnv (mgr.14182) 535 : 2024-02-09T20:19:06.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:05 smithi005 conmon[35754]: cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:06.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:05 smithi129 conmon[40092]: cluster 2024-02-09T20:19:04.120184+0000 mgr.smithi005.drqcnv (mgr.14182) 535 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:07.368 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:19:07.368 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:07.963 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:08.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:07 smithi129 conmon[40092]: cluster 2024-02-09T20:19:06.120734+0000 mgr.smithi005.drqcnv (mgr.14182) 536 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:08.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:07 smithi005 conmon[35754]: cluster 2024-02-09T20:19:06.120734+0000 mgr.smithi005.drqcnv (mgr.14182) 536 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:08.964 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:09.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:08 smithi129 conmon[40092]: audit 2024-02-09T20:19:07.361530+0000 mgr.smithi005.drqcnv (mgr.14182) 537 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:09.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:08 smithi005 conmon[35754]: audit 2024-02-09T20:19:07.361530+0000 mgr.smithi005.drqcnv (mgr.14182) 537 2024-02-09T20:19:09.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:08 smithi005 conmon[35754]: : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:10.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:09 smithi005 conmon[35754]: cluster 2024-02-09T20:19:08.121104+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:19:10.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:09 smithi005 conmon[35754]: 14182) 538 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:10.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:09 smithi129 conmon[40092]: cluster 2024-02-09T20:19:08.121104+0000 mgr.smithi005.drqcnv (mgr.14182) 538 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:10.971 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:19:10.971 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:11.620 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:12.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:11 smithi129 conmon[40092]: cluster 2024-02-09T20:19:10.121684+0000 mgr.smithi005.drqcnv (mgr.14182) 539 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:12.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:11 smithi129 conmon[40092]: audit 2024-02-09T20:19:10.964916+0000 mgr.smithi005.drqcnv (mgr.14182) 540 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:12.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:11 smithi005 conmon[35754]: cluster 2024-02-09T20:19:10.121684+0000 mgr.smithi005.drqcnv (mgr.14182) 539 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:12.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:11 smithi005 conmon[35754]: audit 2024-02-09T20:19:10.964916+0000 mgr.smithi005.drqcnv (mgr.14182) 540 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:12.620 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:14.167 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:13 smithi005 conmon[35754]: cluster 2024-02-09T20:19:12.122206+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:19:14.167 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:13 smithi005 conmon[35754]: 541 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:14.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:13 smithi129 conmon[40092]: cluster 2024-02-09T20:19:12.122206+0000 mgr.smithi005.drqcnv (mgr.14182) 541 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:14.632 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:19:14.632 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:15.246 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:16.247 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:16.282 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:15 smithi005 conmon[35754]: cluster 2024-02-09T20:19:14.122911+0000 mgr.smithi005.drqcnv (mgr.14182) 542 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:16.283 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:15 smithi005 conmon[35754]: 2024-02-09T20:19:16.283 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:15 smithi005 conmon[35754]: audit 2024-02-09T20:19:14.625683+0000 mgr.smithi005.drqcnv (mgr.14182) 543 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:16.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:15 smithi129 conmon[40092]: cluster 2024-02-09T20:19:14.122911+0000 mgr.smithi005.drqcnv (mgr.14182) 542 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:16.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:15 smithi129 conmon[40092]: audit 2024-02-09T20:19:16.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:15 smithi129 conmon[40092]: 2024-02-09T20:19:14.625683+0000 mgr.smithi005.drqcnv (mgr.14182) 543 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:18.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:17 smithi005 conmon[35754]: cluster 2024-02-09T20:19:16.123778+0000 mgr.smithi005.drqcnv (mgr.14182) 544 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:18.246 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:19:18.246 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:18.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:17 smithi129 conmon[40092]: cluster 2024-02-09T20:19:16.123778+0000 mgr.smithi005.drqcnv (mgr.14182) 544 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:18.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:19.878 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:20.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:19 smithi129 conmon[40092]: cluster 2024-02-09T20:19:18.124114+0000 mgr.smithi005.drqcnv (mgr.14182) 545 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:20.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:19 smithi129 conmon[40092]: audit 2024-02-09T20:19:20.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:19 smithi129 conmon[40092]: 2024-02-09T20:19:18.239984+0000 mgr.smithi005.drqcnv (mgr.14182) 546 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:20.365 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:19 smithi005 conmon[35754]: cluster 2024-02-09T20:19:18.124114+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:19:20.365 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:19 smithi005 conmon[35754]: 14182) 545 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:20.365 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:19 smithi005 conmon[35754]: audit 2024-02-09T20:19:18.239984+0000 mgr.smithi005.drqcnv (mgr.14182) 546 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:21.807 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:19:21.807 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:22.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:21 smithi005 conmon[35754]: cluster 2024-02-09T20:19:20.124736+0000 mgr.smithi005.drqcnv (mgr.14182) 547 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:22.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:21 smithi129 conmon[40092]: cluster 2024-02-09T20:19:20.124736+0000 mgr.smithi005.drqcnv (mgr.14182) 547 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:22.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:23.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:22 smithi129 conmon[40092]: audit 2024-02-09T20:19:21.801302+0000 mgr.smithi005.drqcnv (mgr.14182) 548 : 2024-02-09T20:19:23.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:22 smithi129 conmon[40092]: audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:23.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:22 smithi005 conmon[35754]: audit 2024-02-09T20:19:21.801302+0000 mgr.smithi005.drqcnv (mgr.14182) 548 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:23.429 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:24.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:23 smithi005 conmon[35754]: cluster 2024-02-09T20 2024-02-09T20:19:24.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:23 smithi005 conmon[35754]: :19:22.125367+0000 mgr.smithi005.drqcnv (mgr.14182) 549 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:24.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:23 smithi129 conmon[40092]: cluster 2024-02-09T20:19:22.125367+0000 mgr.smithi005.drqcnv (mgr.14182) 549 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:25.426 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:19:25.426 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:26.067 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:26.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:25 smithi129 conmon[40092]: cluster 2024-02-09T20:19:24.125912+0000 mgr.smithi005.drqcnv (mgr.14182) 550 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:26.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:25 smithi005 conmon[35754]: cluster 2024-02-09T20:19:24.125912+0000 mgr.smithi005.drqcnv 2024-02-09T20:19:26.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:25 smithi005 conmon[35754]: (mgr.14182) 550 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:27.068 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:27.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:26 smithi129 conmon[40092]: audit 2024-02-09T20:19:25.419831+0000 mgr.smithi005.drqcnv (mgr.14182) 551 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:27.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:26 smithi005 conmon[35754]: audit 2024-02-09T20:19:25.419831+0000 mgr.smithi005.drqcnv (mgr.14182) 551 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:28.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:27 smithi129 conmon[40092]: cluster 2024-02-09T20:19:26.126670+0000 mgr.smithi005.drqcnv (mgr.14182) 552 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:28.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:27 smithi005 conmon[35754]: cluster 2024-02-09T20:19:26.126670+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:19:28.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:27 smithi005 conmon[35754]: 14182) 552 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:29.142 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:19:29.142 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:29.709 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:30.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:29 smithi129 conmon[40092]: cluster 2024-02-09T20:19:28.127069+0000 mgr.smithi005.drqcnv (mgr.14182) 553 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:30.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:29 smithi005 conmon[35754]: cluster 2024-02-09T20:19:28.127069+0000 mgr.smithi005.drqcnv (mgr.14182) 553 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:30.709 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:31.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:30 smithi005 conmon[35754]: audit 2024-02-09T20:19:29.135775+0000 mgr.smithi005.drqcnv 2024-02-09T20:19:31.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:30 smithi005 conmon[35754]: (mgr.14182) 554 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:31.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:30 smithi129 conmon[40092]: audit 2024-02-09T20:19:29.135775+0000 mgr.smithi005.drqcnv (mgr.14182) 554 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:32.282 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:31 smithi005 conmon[35754]: cluster 2024-02-09T20:19:30.127677+0000 mgr.smithi005.drqcnv (mgr.14182) 555 : cluster 2024-02-09T20:19:32.282 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:31 smithi005 conmon[35754]: [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:32.307 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:31 smithi129 conmon[40092]: cluster 2024-02-09T20:19:30.127677+0000 mgr.smithi005.drqcnv (mgr.14182) 555 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:32.750 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:19:32.750 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:33.385 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:34.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:33 smithi129 conmon[40092]: cluster 2024-02-09T20:19:32.128115+0000 mgr.smithi005.drqcnv (mgr.14182) 556 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:34.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:33 smithi129 conmon[40092]: audit 2024-02-09T20:19:32.744392+0000 mgr.smithi005.drqcnv (mgr.14182) 557 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:34.385 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:34.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:33 smithi005 conmon[35754]: cluster 2024-02-09T20:19:32.128115+0000 mgr.smithi005.drqcnv (mgr.14182) 556 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:34.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:33 smithi005 conmon[35754]: audit 2024-02-09T20:19:32.744392+0000 mgr.smithi005.drqcnv (mgr.14182) 557 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:35 smithi129 conmon[40092]: cluster 2024-02-09T20:19:34.128626+0000 mgr.smithi005.drqcnv (mgr.14182) 558 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:36.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:35 smithi005 conmon[35754]: cluster 2024-02-09T20:19:34.128626+0000 mgr.smithi005.drqcnv (mgr.14182) 558 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:36.456 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:19:36.456 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:37.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:38.075 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:38.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:37 smithi129 conmon[40092]: cluster 2024-02-09T20:19:36.129179+0000 mgr.smithi005.drqcnv (mgr.14182) 559 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:38.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:37 smithi129 conmon[40092]: audit 2024-02-09T20:19:36.450523+0000 mgr.smithi005.drqcnv (mgr.14182) 560 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:38.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:37 smithi005 conmon[35754]: cluster 2024-02-09T20:19:36.129179+0000 mgr.smithi005.drqcnv (mgr.14182) 559 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:38.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:37 smithi005 conmon[35754]: audit 2024-02-09T20:19:36.450523+0000 mgr.smithi005.drqcnv (mgr.14182) 560 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:40.035 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:19:40.035 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:11:45.737255Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:40.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:39 smithi129 conmon[40092]: cluster 2024-02-09T20:19:38.129540+0000 mgr.smithi005.drqcnv (mgr.14182) 561 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:40.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:39 smithi005 conmon[35754]: cluster 2024-02-09T20:19:38.129540+0000 mgr.smithi005.drqcnv (mgr.14182) 561 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:40.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:41.260 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:40 smithi005 conmon[35754]: audit 2024-02-09T20:19:40.029049+0000 mgr.smithi005.drqcnv (mgr.14182) 562 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:41.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:40 smithi129 conmon[40092]: audit 2024-02-09T20:19:40.029049+0000 mgr.smithi005.drqcnv (mgr.14182) 562 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:41.634 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:42.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:41 smithi129 conmon[40092]: cluster 2024-02-09T20:19:40.130264+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:19:42.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:41 smithi129 conmon[40092]: 563 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:42.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:41 smithi129 conmon[40092]: audit 2024-02-09T20:19:41.259925+0000 mon.smithi005 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi129.kevecy"}]: dispatch 2024-02-09T20:19:42.321 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:41 smithi005 conmon[35754]: cluster 2024-02-09T20:19:40.130264+0000 mgr.smithi005.drqcnv (mgr.14182) 563 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:42.321 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:41 smithi005 conmon[35754]: audit 2024-02-09T20:19:42.321 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:41 smithi005 conmon[35754]: 2024-02-09T20:19:41.259925+0000 mon.smithi005 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi129.kevecy"}]: dispatch 2024-02-09T20:19:43.213 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: cephadm 2024-02-09T20:19:41. 2024-02-09T20:19:43.214 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: 259340+0000 mgr.smithi005.drqcnv (mgr.14182) 564 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy 2024-02-09T20:19:43.214 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy 2024-02-09T20:19:43.214 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy 2024-02-09T20:19:43.214 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy 2024-02-09T20:19:43.214 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi129.kevecy ... 2024-02-09T20:19:43.214 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:43.214 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:19:43.214 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:17:44Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:43.214 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:18:22Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:43.214 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:19:00Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:43.214 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:19:43.214 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:19:43.214 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:43.215 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: Traceback (most recent call last): 2024-02-09T20:19:43.215 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:19:43.215 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: yield (conn, connr) 2024-02-09T20:19:43.215 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:19:43.215 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: code, '\n'.join(err))) 2024-02-09T20:19:43.215 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: 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-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy 2024-02-09T20:19:43.215 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy 2024-02-09T20:19:43.215 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy 2024-02-09T20:19:43.215 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy 2024-02-09T20:19:43.215 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi129.kevecy ... 2024-02-09T20:19:43.215 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:43.215 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:19:43.215 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:17:44Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:43.216 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:18:22Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:43.216 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:19:00Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:43.216 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:19:43.216 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating a 2024-02-09T20:19:43.216 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: nd upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:19:43.216 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:43.216 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: cephadm 2024-02-09T20:19:41.259568+0000 mgr.smithi005.drqcnv (mgr.14182) 565 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi129.kevecy 2024-02-09T20:19:43.216 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: cephadm 2024-02-09T20:19:41.260730+0000 mgr.smithi005.drqcnv (mgr.14182) 566 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy 2024-02-09T20:19:43.216 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy 2024-02-09T20:19:43.216 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy 2024-02-09T20:19:43.216 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy 2024-02-09T20:19:43.217 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi129.kevecy ... 2024-02-09T20:19:43.217 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:43.217 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:19:43.217 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:17:44Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:43.217 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:18:22Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:43.217 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:19:00Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:43.217 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:19:43.217 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:19:43.217 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:43.217 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:42 smithi005 conmon[35754]: cephadm 2024-02-09T20:19:41.262695+0000 mgr.smithi005.drqcnv (mgr.14182) 567 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi005.bygumu on smithi005 2024-02-09T20:19:43.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: cephadm 2024-02-09T20:19:41.259340+0000 mgr.smithi005.drqcnv (mgr.14182) 564 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy 2024-02-09T20:19:43.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy 2024-02-09T20:19:43.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy 2024-02-09T20:19:43.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy 2024-02-09T20:19:43.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi129.kevecy ... 2024-02-09T20:19:43.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:43.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:19:43.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:17:44Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:43.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:18:22Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:43.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:19:00Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:43.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:19:43.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:19:43.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:43.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: Traceback (most recent call last): 2024-02-09T20:19:43.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:19:43.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: yield (conn, connr) 2024-02-09T20:19:43.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:19:43.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: code, '\n'.join(err))) 2024-02-09T20:19:43.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: 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-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy 2024-02-09T20:19:43.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy 2024-02-09T20:19:43.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy 2024-02-09T20:19:43.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy 2024-02-09T20:19:43.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi129.kevecy ... 2024-02-09T20:19:43.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:43.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:19:43.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:17:44Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:43.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:18:22Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:43.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:19:00Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:43.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:19:43.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/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 2024-02-09T20:19:43.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:19:43.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:43.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: cephadm 2024-02-09T20:19:41.259568+0000 mgr.smithi005.drqcnv (mgr.14182) 565 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi129.kevecy 2024-02-09T20:19:43.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: cephadm 2024-02-09T20:19:41.260730+0000 mgr.smithi005.drqcnv (mgr.14182) 566 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy 2024-02-09T20:19:43.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy 2024-02-09T20:19:43.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy 2024-02-09T20:19:43.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy 2024-02-09T20:19:43.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi129.kevecy ... 2024-02-09T20:19:43.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:43.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:19:43.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:17:44Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:43.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:18:22Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:43.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:19:00Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:19:43.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:19:43.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:19:43.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:19:43.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:42 smithi129 conmon[40092]: cephadm 2024-02-09T20:19:41.262695+0000 mgr.smithi005.drqcnv (mgr.14182) 567 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi005.bygumu on smithi005 2024-02-09T20:19:43.642 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:19:43.642 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:44.265 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:43 smithi005 conmon[35754]: cluster 2024-02-09T20:19:42.130754+0000 mgr.smithi005.drqcnv (mgr.14182) 568 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:44.288 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:44.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:43 smithi129 conmon[40092]: cluster 2024-02-09T20:19:42.130754+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:19:44.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:43 smithi129 conmon[40092]: 568 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:45.289 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:45.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:44 smithi129 conmon[40092]: audit 2024-02-09T20:19:43.636284+0000 mgr.smithi005.drqcnv (mgr.14182) 569 : audit [DBG] 2024-02-09T20:19:45.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:44 smithi129 conmon[40092]: from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:45.325 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:44 smithi005 conmon[35754]: audit 2024-02-09T20:19:43.636284+0000 2024-02-09T20:19:45.325 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:44 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 569 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:46.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:45 smithi129 conmon[40092]: cluster 2024-02-09T20:19:44.131229+0000 mgr.smithi005.drqcnv (mgr.14182) 570 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:46.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:45 smithi129 conmon[40092]: 2024-02-09T20:19:46.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:45 smithi005 conmon[35754]: cluster 2024-02-09T20:19:44.131229+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:19:46.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:45 smithi005 conmon[35754]: ) 570 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:47.314 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:19:47.314 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:47.946 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:48.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:47 smithi129 conmon[40092]: cluster 2024-02-09T20:19:46.131826+0000 mgr.smithi005.drqcnv (mgr.14182) 571 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:48.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:47 smithi005 conmon[35754]: cluster 2024-02-09T20:19:46.131826+0000 mgr.smithi005.drqcnv (mgr.14182) 571 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:48.947 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:49.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:49 smithi129 conmon[40092]: audit 2024-02-09T20:19:47.307241+0000 mgr.smithi005.drqcnv (mgr.14182) 572 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:49.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:49 smithi005 conmon[35754]: audit 2024-02-09T20:19:47.307241+0000 mgr.smithi005.drqcnv (mgr.14182) 572 : audit [DBG] 2024-02-09T20:19:49.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:49 smithi005 conmon[35754]: from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:50.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:50 smithi129 conmon[40092]: cluster 2024-02-09T20:19:48.132218+0000 mgr.smithi005.drqcnv (mgr.14182) 573 : cluster [DBG] 2024-02-09T20:19:50.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:50 smithi129 conmon[40092]: pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:50.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:50 smithi005 conmon[35754]: cluster 2024-02-09T20:19:48.132218+0000 mgr.smithi005.drqcnv (mgr.14182) 573 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:50.898 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:19:50.899 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:51.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:52.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:52 smithi129 conmon[40092]: cluster 2024-02-09T20:19:50.132776+0000 mgr.smithi005.drqcnv (mgr.14182) 574 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:52.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:52 smithi129 conmon[40092]: audit 2024-02-09T20:19:50.892182+0000 mgr.smithi005.drqcnv (mgr.14182) 575 : audit 2024-02-09T20:19:52.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:52 smithi129 conmon[40092]: [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:52.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:52 smithi005 conmon[35754]: cluster 2024-02-09T20:19:50.132776+0000 mgr.smithi005.drqcnv (mgr.14182) 574 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:19:52.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:52 smithi005 conmon[35754]: audit 2024-02-09T20:19:50.892182+0000 mgr.smithi005.drqcnv (mgr.14182) 575 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:52.531 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:54.081 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:54 smithi005 conmon[35754]: cluster 2024-02-09T20:19:52.133276+0000 2024-02-09T20:19:54.082 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:54 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 576 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:54.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:54 smithi129 conmon[40092]: cluster 2024-02-09T20:19:52.133276+0000 mgr.smithi005.drqcnv (mgr.14182) 576 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:54.550 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:19:54.550 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:55.154 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:56.155 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:19:56.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:56 smithi129 conmon[40092]: cluster 2024-02-09T20:19:54.133961+0000 mgr.smithi005.drqcnv (mgr.14182) 577 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:56.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:56 smithi129 conmon[40092]: audit 2024-02-09T20:19:54.543764+0000 mgr.smithi005.drqcnv (mgr.14182) 578 : audit 2024-02-09T20:19:56.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:56 smithi129 conmon[40092]: [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:56.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:56 smithi005 conmon[35754]: cluster 2024-02-09T20:19:54.133961+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:19:56.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:56 smithi005 conmon[35754]: 577 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:56.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:56 smithi005 conmon[35754]: audit 2024-02-09T20:19:54.543764+0000 mgr.smithi005.drqcnv (mgr.14182) 578 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:19:58.210 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:19:58.210 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:19:58.307 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:19:58 smithi129 conmon[40092]: cluster 2024-02-09T20:19:56.134699+0000 mgr.smithi005.drqcnv (mgr.14182) 579 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:58.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:19:58 smithi005 conmon[35754]: cluster 2024-02-09T20:19:56.134699+0000 mgr.smithi005.drqcnv (mgr.14182) 579 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:19:58.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:19:59.904 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:00.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:00 smithi129 conmon[40092]: cluster 2024-02-09T20:19:58.135057+0000 mgr.smithi005.drqcnv (mgr.14182) 580 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:00.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:00 smithi129 conmon[40092]: audit 2024-02-09T20:19:58.203534+0000 mgr.smithi005.drqcnv (mgr.14182) 581 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:00.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:00 smithi129 conmon[40092]: cluster 2024-02-09T20:20:00.000109+0000 mon.smithi005 (mon.0) 698 : cluster [INF] overall HEALTH_OK 2024-02-09T20:20:00.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:00 smithi005 conmon[35754]: cluster 2024-02-09T20:19:58.135057+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:20:00.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:00 smithi005 conmon[35754]: 580 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:00.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:00 smithi005 conmon[35754]: audit 2024-02-09T20:19:58.203534+0000 mgr.smithi005.drqcnv (mgr.14182) 581 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:00.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:00 smithi005 conmon[35754]: cluster 2024-02-09T20:20:00.000109+0000 mon.smithi005 (mon.0) 698 : cluster [INF] overall HEALTH_OK 2024-02-09T20:20:01.959 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:20:01.959 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:02.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:02 smithi005 conmon[35754]: cluster 2024-02-09T20:20:00.135591+0000 mgr.smithi005.drqcnv (mgr.14182) 582 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:02.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:02 smithi129 conmon[40092]: cluster 2024-02-09T20:20:00.135591+0000 mgr.smithi005.drqcnv (mgr.14182) 582 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:02.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:02 smithi129 conmon[40092]: 2024-02-09T20:20:02.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:03.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:03 smithi129 conmon[40092]: audit 2024-02-09T20:20:01.952556+0000 mgr.smithi005.drqcnv (mgr.14182) 583 : audit [DBG] 2024-02-09T20:20:03.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:03 smithi129 conmon[40092]: from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:03.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:03 smithi005 conmon[35754]: audit 2024-02-09T20:20:01.952556+0000 mgr.smithi005.drqcnv (mgr.14182) 583 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:03.762 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:04.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:04 smithi005 conmon[35754]: cluster 2024-02-09T20:20:02.136288+0000 mgr.smithi005.drqcnv (mgr.14182) 584 2024-02-09T20:20:04.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:04 smithi005 conmon[35754]: : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:04.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:04 smithi129 conmon[40092]: cluster 2024-02-09T20:20:02.136288+0000 mgr.smithi005.drqcnv (mgr.14182) 584 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:05.701 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:20:05.702 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:06.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:06 smithi129 conmon[40092]: cluster 2024-02-09T20:20:04.136736+0000 mgr.smithi005.drqcnv (mgr.14182) 585 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:06.362 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:06 smithi005 conmon[35754]: cluster 2024-02-09T20:20:04.136736+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:20:06.362 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:06 smithi005 conmon[35754]: 14182) 585 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:06.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:07.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:07 smithi129 conmon[40092]: audit 2024-02-09T20:20:05.695278+0000 mgr.smithi005.drqcnv (mgr.14182) 586 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:07.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:07 smithi129 conmon[40092]: 2024-02-09T20:20:07.386 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:07.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:07 smithi005 conmon[35754]: audit 2024-02-09T20:20:05.695278+0000 mgr.smithi005.drqcnv (mgr.14182) 586 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:08.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:08 smithi005 conmon[35754]: cluster 2024-02-09T20:20:06.137423+0000 mgr.smithi005.drqcnv (mgr.14182) 587 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:08.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:08 smithi129 conmon[40092]: cluster 2024-02-09T20:20:06.137423+0000 mgr.smithi005.drqcnv (mgr.14182) 587 : cluster 2024-02-09T20:20:08.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:08 smithi129 conmon[40092]: [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:09.309 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:20:09.309 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:09.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:10.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:10 smithi005 conmon[35754]: cluster 2024-02-09T20:20:08.138014+0000 mgr.smithi005.drqcnv (mgr.14182) 588 : cluster 2024-02-09T20:20:10.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:10 smithi005 conmon[35754]: [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:10.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:10 smithi129 conmon[40092]: cluster 2024-02-09T20:20:08.138014+0000 mgr.smithi005.drqcnv (mgr.14182) 588 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:10.919 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:11.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:11 smithi129 conmon[40092]: audit 2024-02-09T20:20:09.303327+0000 mgr.smithi005.drqcnv (mgr.14182) 589 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:11.398 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:11 smithi005 conmon[35754]: audit 2024-02-09T20:20:09.303327+0000 mgr.smithi005.drqcnv (mgr.14182) 589 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:12.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:12 smithi005 conmon[35754]: cluster 2024-02-09T20:20:10.138672+0000 mgr.smithi005.drqcnv (mgr.14182) 590 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:12.307 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:12 smithi129 conmon[40092]: cluster 2024-02-09T20:20:10.138672+0000 mgr.smithi005.drqcnv (mgr.14182) 590 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:12.875 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:20:12.875 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:13.528 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:14.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:14 smithi005 conmon[35754]: cluster 2024-02-09T20:20:12.139286+0000 mgr.smithi005.drqcnv (mgr.14182) 591 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:14.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:14 smithi005 conmon[35754]: audit 2024-02-09T20:20: 2024-02-09T20:20:14.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:14 smithi005 conmon[35754]: 12.869405+0000 mgr.smithi005.drqcnv (mgr.14182) 592 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:14.529 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:14.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:14 smithi129 conmon[40092]: cluster 2024-02-09T20:20:12.139286+0000 mgr.smithi005.drqcnv (mgr.14182) 591 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:14.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:14 smithi129 conmon[40092]: audit 2024-02-09T20:20:14.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:14 smithi129 conmon[40092]: 2024-02-09T20:20:12.869405+0000 mgr.smithi005.drqcnv (mgr.14182) 592 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:16.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:16 smithi005 conmon[35754]: cluster 2024-02-09T20:20:14.140036+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:20:16.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:16 smithi005 conmon[35754]: 14182) 593 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:16.429 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:20:16.429 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:16.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:16 smithi129 conmon[40092]: cluster 2024-02-09T20:20:14.140036+0000 mgr.smithi005.drqcnv (mgr.14182) 593 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:17.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:18.086 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:18.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:18 smithi005 conmon[35754]: cluster 2024-02-09T20:20:16.140553+0000 mgr.smithi005.drqcnv (mgr.14182) 594 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:18.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:18 smithi005 conmon[35754]: audit 2024-02-09T20:20:16.423650+0000 mgr.smithi005.drqcnv (mgr.14182) 595 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:18.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:18 smithi129 conmon[40092]: cluster 2024-02-09T20:20:16.140553+0000 mgr.smithi005.drqcnv (mgr.14182) 594 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:18.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:18 smithi129 conmon[40092]: audit 2024-02-09T20:20:16.423650+0000 mgr.smithi005.drqcnv (mgr.14182) 595 : 2024-02-09T20:20:18.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:18 smithi129 conmon[40092]: audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:20.062 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:20:20.063 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:20.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:20 smithi005 conmon[35754]: cluster 2024-02-09T20: 2024-02-09T20:20:20.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:20 smithi005 conmon[35754]: 20:18.140942+0000 mgr.smithi005.drqcnv (mgr.14182) 596 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:20.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:20 smithi129 conmon[40092]: cluster 2024-02-09T20:20:18.140942+0000 mgr.smithi005.drqcnv (mgr.14182) 596 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:20.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:21.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:21 smithi005 conmon[35754]: audit 2024-02-09T20:20:20.056584+0000 mgr.smithi005.drqcnv (mgr.14182) 597 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:21.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:21 smithi129 conmon[40092]: audit 2024-02-09T20:20:20.056584+0000 mgr.smithi005.drqcnv (mgr.14182) 597 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:21.768 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:22.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:22 smithi005 conmon[35754]: cluster 2024-02-09 2024-02-09T20:20:22.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:22 smithi005 conmon[35754]: T20:20:20.141542+0000 mgr.smithi005.drqcnv (mgr.14182) 598 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:22.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:22 smithi129 conmon[40092]: cluster 2024-02-09T20:20:20.141542+0000 mgr.smithi005.drqcnv (mgr.14182) 598 : cluster [DBG] 2024-02-09T20:20:22.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:22 smithi129 conmon[40092]: pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:23.839 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:20:23.840 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:24.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:24 smithi005 conmon[35754]: cluster 2024-02-09T20:20:22.142123+0000 mgr.smithi005.drqcnv (mgr.14182) 599 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:24.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:24 smithi129 conmon[40092]: cluster 2024-02-09T20:20:22.142123+0000 mgr.smithi005.drqcnv (mgr.14182) 599 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:24.567 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:25.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:25 smithi005 conmon[35754]: audit 2024-02-09T20:20:23.833777+0000 mgr.smithi005.drqcnv (mgr.14182) 600 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:25.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:25 smithi129 conmon[40092]: audit 2024-02-09T20:20:23.833777+0000 mgr.smithi005.drqcnv (mgr.14182) 600 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:25.568 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:26.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:26 smithi005 conmon[35754]: cluster 2024-02-09T20:20:24.142664+0000 mgr.smithi005.drqcnv (mgr.14182) 601 : cluster [DBG] 2024-02-09T20:20:26.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:26 smithi005 conmon[35754]: pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:26.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:26 smithi129 conmon[40092]: cluster 2024-02-09T20:20:24.142664+0000 mgr.smithi005.drqcnv (mgr.14182) 601 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:27.628 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:20:27.629 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:28.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:28.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:28 smithi005 conmon[35754]: cluster 2024-02-09T20:20:26.143170+0000 mgr.smithi005.drqcnv (mgr.14182) 602 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:28.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:28 smithi129 conmon[40092]: cluster 2024-02-09T20:20:26.143170+0000 mgr.smithi005.drqcnv (mgr.14182) 602 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:29.233 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:29.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:29 smithi005 conmon[35754]: audit 2024-02-09T20:20:27.622940+0000 mgr.smithi005.drqcnv (mgr.14182) 603 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:29.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:29 smithi129 conmon[40092]: audit 2024-02-09T20:20:27.622940+0000 mgr.smithi005.drqcnv (mgr.14182) 603 : audit [DBG] 2024-02-09T20:20:29.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:29 smithi129 conmon[40092]: from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:30.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:30 smithi005 conmon[35754]: cluster 2024-02-09T20:20:28.143638+0000 mgr.smithi005.drqcnv (mgr.14182) 604 : cluster [DBG] 2024-02-09T20:20:30.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:30 smithi005 conmon[35754]: pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:30.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:30 smithi129 conmon[40092]: cluster 2024-02-09T20:20:28.143638+0000 mgr.smithi005.drqcnv (mgr.14182) 604 : cluster [DBG] 2024-02-09T20:20:30.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:30 smithi129 conmon[40092]: pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:31.207 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:20:31.207 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:31.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:32.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:32 smithi005 conmon[35754]: cluster 2024-02-09T20:20:30.144241+0000 mgr.smithi005.drqcnv (mgr.14182) 605 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:32.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:32 smithi129 conmon[40092]: cluster 2024-02-09T20:20:30.144241+0000 mgr.smithi005.drqcnv (mgr.14182) 605 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:32.842 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:33.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:33 smithi005 conmon[35754]: audit 2024-02-09T20:20:31.201361+0000 mgr.smithi005.drqcnv (mgr.14182) 606 : 2024-02-09T20:20:33.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:33 smithi005 conmon[35754]: audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:33.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:33 smithi129 conmon[40092]: audit 2024-02-09T20:20:31.201361+0000 mgr.smithi005.drqcnv (mgr.14182) 606 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:34.398 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:34 smithi005 conmon[35754]: cluster 2024-02-09T20:20:32.144887+0000 mgr.smithi005.drqcnv (mgr.14182) 607 : cluster [DBG] 2024-02-09T20:20:34.398 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:34 smithi005 conmon[35754]: pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:34.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:34 smithi129 conmon[40092]: cluster 2024-02-09T20:20:32.144887+0000 mgr.smithi005.drqcnv (mgr.14182) 607 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:34.842 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:20:34.842 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:35.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:36.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:36 smithi005 conmon[35754]: cluster 2024-02-09T20:20:34.145341+0000 mgr.smithi005.drqcnv (mgr.14182) 608 2024-02-09T20:20:36.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:36 smithi005 conmon[35754]: : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:36.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:36 smithi005 conmon[35754]: audit 2024-02-09T20:20:34.836243+0000 mgr.smithi005.drqcnv (mgr.14182) 609 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:36.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:36 smithi129 conmon[40092]: cluster 2024-02-09T20:20:34.145341+0000 mgr.smithi005.drqcnv (mgr.14182) 608 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:36.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:36 smithi129 conmon[40092]: audit 2024-02-09T20:20:34.836243+0000 mgr.smithi005.drqcnv (mgr.14182) 609 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:36.568 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:37.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:37 smithi005 conmon[35754]: cluster 2024-02-09T20:20:36.146179+0000 mgr.smithi005.drqcnv (mgr.14182) 610 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:37.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:37 smithi129 conmon[40092]: cluster 2024-02-09T20:20:36.146179+0000 mgr.smithi005.drqcnv (mgr.14182) 610 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:38.611 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:20:38.612 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:39.206 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:39.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:39 smithi129 conmon[40092]: cluster 2024-02-09T20:20:38.146595+0000 mgr.smithi005.drqcnv (mgr.14182) 611 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:39.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:39 smithi129 conmon[40092]: audit 2024-02-09T20:20:38.605611+0000 mgr.smithi005.drqcnv (mgr.14182) 612 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:39.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:39 smithi005 conmon[35754]: cluster 2024-02-09T20:20:38.146595+0000 mgr.smithi005.drqcnv (mgr.14182) 611 : 2024-02-09T20:20:39.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:39 smithi005 conmon[35754]: cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:39.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:39 smithi005 conmon[35754]: audit 2024-02-09T20:20:38.605611+0000 mgr.smithi005.drqcnv (mgr.14182) 612 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:40.208 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:41.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:41 smithi005 conmon[35754]: cluster 2024-02-09T20:20:40.147344+0000 mgr.smithi005.drqcnv (mgr.14182) 613 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:41.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:41 smithi129 conmon[40092]: cluster 2024-02-09T20:20:40.147344+0000 mgr.smithi005.drqcnv (mgr.14182) 613 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:42.235 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:20:42.235 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:42.840 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:43.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:43 smithi129 conmon[40092]: cluster 2024-02-09T20:20:42.147905+0000 mgr.smithi005.drqcnv (mgr.14182) 614 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:43.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:43 smithi129 conmon[40092]: audit 2024 2024-02-09T20:20:43.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:43 smithi129 conmon[40092]: -02-09T20:20:42.225484+0000 mgr.smithi005.drqcnv (mgr.14182) 615 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:43.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:43 smithi005 conmon[35754]: cluster 2024-02-09T20:20:42.147905+0000 mgr.smithi005.drqcnv (mgr.14182) 614 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:43.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:43 smithi005 conmon[35754]: audit 2024-02-09T20:20:42.225484+0000 mgr.smithi005.drqcnv (mgr.14182) 615 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:43.841 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:45.396 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:45 smithi005 conmon[35754]: cluster 2024-02-09T20:20:44.148380+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:20:45.396 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:45 smithi005 conmon[35754]: mgr.14182) 616 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:45.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:45 smithi129 conmon[40092]: cluster 2024-02-09T20:20:44.148380+0000 mgr.smithi005.drqcnv (mgr.14182) 616 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:45.842 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:20:45.842 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:46.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:46 smithi005 conmon[35754]: audit 2024-02-09T20:20:45.836618+0000 mgr.smithi005.drqcnv 2024-02-09T20:20:46.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:46 smithi005 conmon[35754]: (mgr.14182) 617 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:46.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:46.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:46 smithi129 conmon[40092]: audit 2024-02-09T20:20:45.836618+0000 mgr.smithi005.drqcnv (mgr.14182) 617 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:47.507 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:47.543 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:47 smithi005 conmon[35754]: cluster 2024-02-09T20:20:46.149035+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:20:47.543 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:47 smithi005 conmon[35754]: mgr.14182) 618 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:47.557 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:47 smithi129 conmon[40092]: cluster 2024-02-09T20:20:46.149035+0000 mgr.smithi005.drqcnv (mgr.14182) 618 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:49.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:49 smithi005 conmon[35754]: cluster 2024-02-09T20:20:48.149401+0000 mgr.smithi005.drqcnv (mgr.14182) 619 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:49.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:49 smithi129 conmon[40092]: cluster 2024-02-09T20:20:48.149401+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:20:49.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:49 smithi129 conmon[40092]: .14182) 619 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:49.592 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:20:49.592 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:50.215 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:50.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:50 smithi129 conmon[40092]: audit 2024-02-09T20:20:49.586662+0000 mgr.smithi005.drqcnv (mgr.14182) 620 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:50.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:50 smithi005 conmon[35754]: audit 2024-02-09T20:20:49.586662+0000 mgr.smithi005.drqcnv (mgr.14182) 620 2024-02-09T20:20:50.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:50 smithi005 conmon[35754]: : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:51.216 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:51.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:51 smithi129 conmon[40092]: cluster 2024-02-09T20:20:50.150036+0000 mgr.smithi005.drqcnv (mgr.14182) 621 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:51.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:51 smithi005 conmon[35754]: cluster 2024-02-09T20:20:50.150036+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:20:51.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:51 smithi005 conmon[35754]: ) 621 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:20:53.232 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:20:53.233 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:53.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:53 smithi129 conmon[40092]: cluster 2024-02-09T20:20:52.150597+0000 mgr.smithi005.drqcnv (mgr.14182) 622 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:53.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:53 smithi005 conmon[35754]: cluster 2024-02-09T20:20:52.150597+0000 mgr.smithi005.drqcnv (mgr.14182) 622 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:53.946 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:54.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:54 smithi129 conmon[40092]: audit 2024-02-09T20:20:53.226896+0000 mgr.smithi005.drqcnv (mgr.14182) 623 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:54.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:54 smithi005 conmon[35754]: audit 2024-02-09T20:20:53.226896+0000 mgr.smithi005.drqcnv (mgr.14182) 623 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:54.947 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:55.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:55 smithi005 conmon[35754]: cluster 2024-02-09T20:20:54.151140+0000 mgr.smithi005.drqcnv (mgr.14182) 624 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:55.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:55 smithi129 conmon[40092]: cluster 2024-02-09T20:20:54.151140+0000 mgr.smithi005.drqcnv (mgr.14182) 624 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:56.953 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:20:56.953 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:20:57.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:57 smithi005 conmon[35754]: cluster 2024-02-09T20:20:56.151751+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:20:57.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:57 smithi005 conmon[35754]: ) 625 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:57.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:57 smithi005 conmon[35754]: audit 2024-02-09T20:20:56.947562+0000 mgr.smithi005.drqcnv (mgr.14182) 626 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:57.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:57 smithi129 conmon[40092]: cluster 2024-02-09T20:20:56.151751+0000 mgr.smithi005.drqcnv (mgr.14182) 625 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:57.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:57 smithi129 conmon[40092]: audit 2024-02-09T20:20:57.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:57 smithi129 conmon[40092]: 2024-02-09T20:20:56.947562+0000 mgr.smithi005.drqcnv (mgr.14182) 626 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:20:57.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:20:58.580 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:20:59.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:20:59 smithi005 conmon[35754]: cluster 2024-02-09T20:20:58.152283+0000 mgr.smithi005.drqcnv (mgr.14182) 627 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:20:59.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:20:59 smithi129 conmon[40092]: cluster 2024-02-09T20:20:58.152283+0000 mgr.smithi005.drqcnv (mgr.14182) 627 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:00.681 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:21:00.682 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:01.345 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:01.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:01 smithi129 conmon[40092]: cluster 2024-02-09T20:21:00.153138+0000 mgr.smithi005.drqcnv (mgr.14182) 628 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:01.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:01 smithi129 conmon[40092]: audit 2024-02-09T20:21:00.675850+0000 mgr.smithi005.drqcnv (mgr.14182) 629 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:01.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:01 smithi005 conmon[35754]: cluster 2024-02-09T20:21:00.153138+0000 mgr.smithi005.drqcnv 2024-02-09T20:21:01.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:01 smithi005 conmon[35754]: (mgr.14182) 628 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:01.654 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:01 smithi005 conmon[35754]: audit 2024-02-09T20:21:00.675850+0000 mgr.smithi005.drqcnv (mgr.14182) 629 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:02.346 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:03.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:03 smithi129 conmon[40092]: cluster 2024-02-09T20:21:02.153751+0000 mgr.smithi005.drqcnv (mgr.14182) 630 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:03.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:03 smithi005 conmon[35754]: cluster 2024-02-09T20:21:02.153751+0000 mgr.smithi005.drqcnv (mgr.14182) 630 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:04.432 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:21:04.432 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:05.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:05.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:05 smithi005 conmon[35754]: cluster 2024-02-09T20:21:04.154272+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:21:05.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:05 smithi005 conmon[35754]: 14182) 631 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:05.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:05 smithi005 conmon[35754]: audit 2024-02-09T20:21:04.426267+0000 mgr.smithi005.drqcnv (mgr.14182) 632 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:05.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:05 smithi129 conmon[40092]: cluster 2024-02-09T20:21:04.154272+0000 mgr.smithi005.drqcnv (mgr.14182) 631 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:05.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:05 smithi129 conmon[40092]: audit 2024-02-09T20:21:04.426267+0000 mgr.smithi005.drqcnv (mgr.14182) 632 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:06.105 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:07.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:07 smithi129 conmon[40092]: cluster 2024-02-09T20:21:06.155009+0000 mgr.smithi005.drqcnv (mgr.14182) 633 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:07.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:07 smithi005 conmon[35754]: cluster 2024-02-09T20:21:06.155009+0000 mgr.smithi005.drqcnv (mgr.14182) 633 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:08.098 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:21:08.098 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:08.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:08 smithi005 conmon[35754]: audit 2024-02-09T20:21:08.092340+0000 mgr.smithi005.drqcnv (mgr.14182) 634 2024-02-09T20:21:08.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:08 smithi005 conmon[35754]: : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:08.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:08 smithi129 conmon[40092]: audit 2024-02-09T20:21:08.092340+0000 mgr.smithi005.drqcnv (mgr.14182) 634 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:08.794 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:09.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:09 smithi129 conmon[40092]: cluster 2024-02-09T20:21:08.155552+0000 mgr.smithi005.drqcnv (mgr.14182) 635 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:09.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:09 smithi005 conmon[35754]: cluster 2024-02-09T20:21:08.155552+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:21:09.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:09 smithi005 conmon[35754]: .14182) 635 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:09.795 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:11.467 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:11 smithi005 conmon[35754]: cluster 2024-02-09T20:21:10.156327+0000 mgr.smithi005.drqcnv (mgr.14182) 636 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:11.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:11 smithi129 conmon[40092]: cluster 2024-02-09T20:21:10.156327+0000 mgr.smithi005.drqcnv (mgr.14182) 636 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:11.925 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:21:11.925 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:12.502 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:12 smithi005 conmon[35754]: audit 2024-02-09T20:21:11.919008+0000 mgr.smithi005.drqcnv (mgr.14182) 637 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:12.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:12.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:12 smithi129 conmon[40092]: audit 2024-02-09T20:21:11.919008+0000 mgr.smithi005.drqcnv (mgr.14182) 637 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:13.528 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:13.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:13 smithi129 conmon[40092]: cluster 2024-02-09T20:21:12.157024+0000 mgr.smithi005.drqcnv (mgr.14182) 638 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:13.564 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:13 smithi005 conmon[35754]: cluster 2024-02-09T20:21:12.157024+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:21:13.564 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:13 smithi005 conmon[35754]: .14182) 638 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:15.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:15 smithi129 conmon[40092]: cluster 2024-02-09T20:21:14.157556+0000 mgr.smithi005.drqcnv (mgr.14182) 639 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:15.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:15 smithi005 conmon[35754]: cluster 2024-02-09T20:21:14.157556+0000 mgr.smithi005.drqcnv (mgr.14182) 639 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:15.687 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:21:15.687 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:16.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:16.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:16 smithi129 conmon[40092]: audit 2024-02-09T20:21:15.681497+0000 mgr.smithi005.drqcnv (mgr.14182) 640 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:16.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:16 smithi005 conmon[35754]: audit 2024-02-09T20:21:15.681497+0000 mgr.smithi005.drqcnv (mgr.14182) 640 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:17.368 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:17.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:17 smithi129 conmon[40092]: cluster 2024-02-09T20:21:16.158180+0000 mgr.smithi005.drqcnv (mgr.14182) 641 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:17.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:17 smithi005 conmon[35754]: cluster 2024-02-09T20:21:16.158180+0000 mgr.smithi005.drqcnv (mgr.14182) 641 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:19.477 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:21:19.477 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:19.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:19 smithi129 conmon[40092]: cluster 2024-02-09T20:21:18.158632+0000 mgr.smithi005.drqcnv (mgr.14182) 642 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:19.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:19 smithi005 conmon[35754]: cluster 2024-02-09T20:21:18.158632+0000 mgr.smithi005.drqcnv (mgr.14182) 642 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:20.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:20.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:20 smithi005 conmon[35754]: audit 2024-02-09T20:21:19.469976+0000 mgr.smithi005.drqcnv (mgr.14182) 643 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:20.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:20 smithi129 conmon[40092]: audit 2024-02-09T20:21:19.469976+0000 mgr.smithi005.drqcnv (mgr.14182) 643 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:21.094 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:21.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:21 smithi005 conmon[35754]: cluster 2024-02-09T20:21:20.159253+0000 mgr.smithi005.drqcnv (mgr.14182) 644 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:21.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:21 smithi129 conmon[40092]: cluster 2024-02-09T20:21:20.159253+0000 mgr.smithi005.drqcnv (mgr.14182) 644 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:23.102 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:21:23.102 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:23.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:23 smithi005 conmon[35754]: cluster 2024-02-09T20:21:22.159914+0000 mgr.smithi005.drqcnv (mgr.14182) 645 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:23.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:23 smithi005 conmon[35754]: audit 2024-02-09T20:21:23.095277+0000 mgr.smithi005.drqcnv (mgr.14182) 646 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:23.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:23 smithi129 conmon[40092]: cluster 2024-02-09T20:21:22.159914+0000 mgr.smithi005.drqcnv (mgr.14182) 645 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:23.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:23 smithi129 conmon[40092]: audit 2024-02-09T20:21:23.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:23 smithi129 conmon[40092]: 2024-02-09T20:21:23.095277+0000 mgr.smithi005.drqcnv (mgr.14182) 646 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:23.691 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:24.693 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:25.544 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:25 smithi005 conmon[35754]: cluster 2024-02-09T20:21:24.160586+0000 mgr.smithi005.drqcnv (mgr.14182) 647 : cluster [DBG] 2024-02-09T20:21:25.544 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:25 smithi005 conmon[35754]: pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:25.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:25 smithi129 conmon[40092]: cluster 2024-02-09T20:21:24.160586+0000 mgr.smithi005.drqcnv (mgr.14182) 647 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:26.662 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:21:26.662 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:27.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:27.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:27 smithi129 conmon[40092]: cluster 2024-02-09T20:21:26.161176+0000 mgr.smithi005.drqcnv (mgr.14182) 648 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:27.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:27 smithi129 conmon[40092]: audit 2024-02-09T20:21:27.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:27 smithi129 conmon[40092]: 2024-02-09T20:21:26.655210+0000 mgr.smithi005.drqcnv (mgr.14182) 649 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:27.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:27 smithi005 conmon[35754]: cluster 2024-02-09T20:21:26.161176+0000 mgr.smithi005.drqcnv (mgr.14182) 648 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:27.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:27 smithi005 conmon[35754]: audit 2024-02-09T20:21:26.655210+0000 mgr.smithi005.drqcnv (mgr.14182) 649 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:28.274 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:29.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:29 smithi005 conmon[35754]: cluster 2024-02-09T20:21:28.161587+0000 mgr.smithi005.drqcnv (mgr.14182) 650 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:29.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:29 smithi129 conmon[40092]: cluster 2024-02-09T20:21:28.161587+0000 mgr.smithi005.drqcnv (mgr.14182) 650 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:30.364 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:21:30.365 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:31.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:31.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:31 smithi129 conmon[40092]: cluster 2024-02-09T20:21:30.162067+0000 mgr.smithi005.drqcnv (mgr.14182) 651 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:31.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:31 smithi129 conmon[40092]: audit 2024-02-09T20:21:30.357928+0000 mgr.smithi005.drqcnv (mgr.14182) 652 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:31.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:31 smithi005 conmon[35754]: cluster 2024-02-09T20:21:30.162067+0000 mgr.smithi005.drqcnv (mgr.14182) 651 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:31.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:31 smithi005 conmon[35754]: audit 2024-02-09T20:21:30.357928+0000 mgr.smithi005.drqcnv (mgr.14182) 652 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:32.033 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:33.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:33 smithi129 conmon[40092]: cluster 2024-02-09T20:21:32.162511+0000 mgr.smithi005.drqcnv (mgr.14182) 653 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:33.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:33 smithi005 conmon[35754]: cluster 2024-02-09T20:21:32.162511+0000 mgr.smithi005.drqcnv (mgr.14182) 653 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:34.106 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:21:34.107 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:34.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:34 smithi005 conmon[35754]: audit 2024-02-09T20:21:34.100663+0000 mgr.smithi005.drqcnv (mgr.14182) 654 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:34.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:34 smithi129 conmon[40092]: audit 2024-02-09T20:21:34.100663+0000 mgr.smithi005.drqcnv (mgr.14182) 654 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:34.789 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:35.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:35 smithi129 conmon[40092]: cluster 2024-02-09T20:21:34.162980+0000 mgr.smithi005.drqcnv (mgr.14182) 655 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:35.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:35 smithi005 conmon[35754]: cluster 2024-02-09T20:21:34.162980+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:21:35.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:35 smithi005 conmon[35754]: mgr.14182) 655 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:35.790 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:37.388 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:37 smithi005 conmon[35754]: cluster 2024-02-09T20:21:36.163487+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:21:37.389 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:37 smithi005 conmon[35754]: 656 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:37.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:37 smithi129 conmon[40092]: cluster 2024-02-09T20:21:36.163487+0000 mgr.smithi005.drqcnv (mgr.14182) 656 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:37.824 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:21:37.824 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:38.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:38.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:38 smithi005 conmon[35754]: audit 2024-02-09T20:21:37.817593+0000 mgr.smithi005.drqcnv (mgr.14182) 657 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:38.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:38 smithi129 conmon[40092]: audit 2024-02-09T20:21:37.817593+0000 mgr.smithi005.drqcnv (mgr.14182) 657 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:39.448 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:39.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:39 smithi005 conmon[35754]: cluster 2024-02-09T20:21:38.164084+0000 mgr.smithi005.drqcnv (mgr.14182) 658 2024-02-09T20:21:39.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:39 smithi005 conmon[35754]: : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:39.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:39 smithi129 conmon[40092]: cluster 2024-02-09T20:21:38.164084+0000 mgr.smithi005.drqcnv (mgr.14182) 658 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:41.353 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:21:41.353 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:41.567 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:41 smithi005 conmon[35754]: cluster 2024-02-09T20:21:40.164761+0000 mgr.smithi005.drqcnv (mgr.14182) 659 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:41.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:41 smithi129 conmon[40092]: cluster 2024-02-09T20:21:40.164761+0000 mgr.smithi005.drqcnv (mgr.14182) 659 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:42.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:42.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:42 smithi005 conmon[35754]: audit 2024-02-09T20:21:41.346353+0000 mgr.smithi005.drqcnv (mgr.14182) 660 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:42.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:42 smithi005 conmon[35754]: 2024-02-09T20:21:42.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:42 smithi129 conmon[40092]: audit 2024-02-09T20:21:41.346353+0000 mgr.smithi005.drqcnv (mgr.14182) 660 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:43.005 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:43.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:43 smithi005 conmon[35754]: cluster 2024-02-09T20:21:42. 2024-02-09T20:21:43.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:43 smithi005 conmon[35754]: 165275+0000 mgr.smithi005.drqcnv (mgr.14182) 661 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:43.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:43 smithi129 conmon[40092]: cluster 2024-02-09T20:21:42.165275+0000 mgr.smithi005.drqcnv (mgr.14182) 661 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:43.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:43 smithi129 conmon[40092]: 2024-02-09T20:21:45.112 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:21:45.112 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:45.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:45 smithi005 conmon[35754]: cluster 2024-02-09T20:21:44.165809+0000 mgr.smithi005.drqcnv (mgr.14182) 662 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:45.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:45 smithi005 conmon[35754]: audit 2024-02-09T20:21:45.104335+0000 mgr.smithi005.drqcnv (mgr.14182) 663 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:45.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:45.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:45 smithi129 conmon[40092]: cluster 2024-02-09T20:21:44.165809+0000 mgr.smithi005.drqcnv (mgr.14182) 662 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:45.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:45 smithi129 conmon[40092]: audit 2024-02-09T20:21:45.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:45 smithi129 conmon[40092]: 2024-02-09T20:21:45.104335+0000 mgr.smithi005.drqcnv (mgr.14182) 663 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:46.706 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:47.591 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:47 smithi005 conmon[35754]: cluster 2024-02-09T20:21:46.166420+0000 mgr.smithi005.drqcnv (mgr.14182) 664 : 2024-02-09T20:21:47.591 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:47 smithi005 conmon[35754]: cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:47.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:47 smithi129 conmon[40092]: cluster 2024-02-09T20:21:46.166420+0000 mgr.smithi005.drqcnv (mgr.14182) 664 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:48.673 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:21:48.673 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:49.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:49.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:49 smithi005 conmon[35754]: cluster 2024-02-09T20:21:48.166839+0000 mgr.smithi005.drqcnv (mgr.14182) 665 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:49.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:49 smithi005 conmon[35754]: audit 2024-02-09T20:21:48.667282+0000 mgr.smithi005.drqcnv (mgr.14182) 666 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:49.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:49 smithi129 conmon[40092]: cluster 2024-02-09T20:21:48.166839+0000 mgr.smithi005.drqcnv (mgr.14182) 665 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:49.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:49 smithi129 conmon[40092]: audit 2024-02-09T20:21:48.667282+0000 mgr.smithi005.drqcnv (mgr.14182) 666 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:50.314 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:51.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:51 smithi005 conmon[35754]: cluster 2024-02-09T20: 2024-02-09T20:21:51.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:51 smithi005 conmon[35754]: 21:50.167419+0000 mgr.smithi005.drqcnv (mgr.14182) 667 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:51.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:51 smithi129 conmon[40092]: cluster 2024-02-09T20:21:50.167419+0000 mgr.smithi005.drqcnv (mgr.14182) 667 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:21:51.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:51 smithi129 conmon[40092]: 2024-02-09T20:21:52.315 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:21:52.315 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:52.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:53.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:53 smithi005 conmon[35754]: cluster 2024-02-09T20:21:52.167876+0000 mgr.smithi005.drqcnv (mgr.14182) 668 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:53.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:53 smithi005 conmon[35754]: audit 2024-02-09T20:21:52.308795+0000 mgr.smithi005.drqcnv (mgr.14182) 669 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:53.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:53 smithi129 conmon[40092]: cluster 2024-02-09T20:21:52.167876+0000 mgr.smithi005.drqcnv (mgr.14182) 668 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:53.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:53 smithi129 conmon[40092]: audit 2024-02-09T20:21:52.308795+0000 mgr.smithi005.drqcnv (mgr.14182) 669 : audit 2024-02-09T20:21:53.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:53 smithi129 conmon[40092]: [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:53.913 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:55.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:55 smithi005 conmon[35754]: cluster 2024-02-09T20:21:54.168274+0000 mgr.smithi005.drqcnv (mgr.14182) 670 2024-02-09T20:21:55.445 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:55 smithi005 conmon[35754]: : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:55.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:55 smithi129 conmon[40092]: cluster 2024-02-09T20:21:54.168274+0000 mgr.smithi005.drqcnv (mgr.14182) 670 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:55.837 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:21:55.838 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:56.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:21:56.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:56 smithi005 conmon[35754]: audit 2024-02-09T20:21:55.831371+0000 mgr.smithi005.drqcnv (mgr.14182) 671 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:56.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:56 smithi129 conmon[40092]: audit 2024-02-09T20:21:55.831371+0000 mgr.smithi005.drqcnv (mgr.14182) 671 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:21:56.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:56 smithi129 conmon[40092]: 2024-02-09T20:21:57.463 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:21:57.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:57 smithi005 conmon[35754]: cluster 2024-02-09T20:21:56.168995+0000 mgr.smithi005.drqcnv (mgr.14182) 672 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:57.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:57 smithi129 conmon[40092]: cluster 2024-02-09T20:21:56.168995+0000 mgr.smithi005.drqcnv (mgr.14182) 672 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:59.483 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:21:59.484 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:21:59.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:21:59 smithi005 conmon[35754]: cluster 2024-02-09T20:21:58.169361+0000 mgr.smithi005.drqcnv (mgr.14182) 673 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:21:59.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:21:59 smithi129 conmon[40092]: cluster 2024-02-09T20:21:58.169361+0000 mgr.smithi005.drqcnv (mgr.14182) 673 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:00.128 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:00.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:00 smithi005 conmon[35754]: audit 2024-02-09T20:21:59.477386+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:22:00.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:00 smithi005 conmon[35754]: .14182) 674 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:00.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:00 smithi129 conmon[40092]: audit 2024-02-09T20:21:59.477386+0000 mgr.smithi005.drqcnv (mgr.14182) 674 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:01.129 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:01.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:01 smithi005 conmon[35754]: cluster 2024-02-09T20:22:00.170210+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:22:01.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:01 smithi005 conmon[35754]: 675 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:01.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:01 smithi129 conmon[40092]: cluster 2024-02-09T20:22:00.170210+0000 mgr.smithi005.drqcnv (mgr.14182) 675 : cluster 2024-02-09T20:22:01.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:01 smithi129 conmon[40092]: [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:03.117 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:22:03.117 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:03.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:03 smithi005 conmon[35754]: cluster 2024-02-09T20:22:02.170832+0000 mgr.smithi005.drqcnv (mgr.14182) 676 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:03.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:03 smithi005 conmon[35754]: audit 2024-02-09T20:22:03.109916+0000 mgr.smithi005.drqcnv (mgr.14182) 677 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:03.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:03.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:03 smithi129 conmon[40092]: cluster 2024-02-09T20:22:02.170832+0000 mgr.smithi005.drqcnv (mgr.14182) 676 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:03.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:03 smithi129 conmon[40092]: audit 2024-02-09T20:22:03.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:03 smithi129 conmon[40092]: 2024-02-09T20:22:03.109916+0000 mgr.smithi005.drqcnv (mgr.14182) 677 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:04.787 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:05.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:05 smithi005 conmon[35754]: cluster 2024-02-09T20:22:04.171389+0000 mgr.smithi005.drqcnv (mgr.14182) 678 : cluster 2024-02-09T20:22:05.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:05 smithi005 conmon[35754]: [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:05.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:05 smithi129 conmon[40092]: cluster 2024-02-09T20:22:04.171389+0000 mgr.smithi005.drqcnv (mgr.14182) 678 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:06.866 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:22:06.866 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:07.452 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:08.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:07 smithi005 conmon[35754]: cluster 2024-02-09T20:22:06.171905+0000 mgr.smithi005.drqcnv (mgr.14182) 679 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:08.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:07 smithi005 conmon[35754]: audit 2024-02-09T20:22:06.859467+0000 mgr.smithi005.drqcnv (mgr.14182) 680 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:08.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:07 smithi129 conmon[40092]: cluster 2024-02-09T20:22:06.171905+0000 mgr.smithi005.drqcnv (mgr.14182) 679 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:08.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:07 smithi129 conmon[40092]: audit 2024-02-09T20:22:06.859467+0000 mgr.smithi005.drqcnv (mgr.14182) 680 2024-02-09T20:22:08.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:07 smithi129 conmon[40092]: : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:08.453 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:09.959 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:09 smithi005 conmon[35754]: cluster 2024-02-09T20:22:08.172345+0000 mgr.smithi005.drqcnv (mgr.14182) 681 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:10.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:09 smithi129 conmon[40092]: cluster 2024-02-09T20:22:08.172345+0000 mgr.smithi005.drqcnv (mgr.14182) 681 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:10.418 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:22:10.418 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:11.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:12.028 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:12.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:11 smithi005 conmon[35754]: cluster 2024-02-09T20:22:10.172900+0000 mgr.smithi005.drqcnv (mgr.14182) 682 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:12.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:11 smithi005 conmon[35754]: audit 2024-02-09T20:22:10.412374+0000 mgr.smithi005.drqcnv (mgr.14182) 683 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:12.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:11 smithi129 conmon[40092]: cluster 2024-02-09T20:22:10.172900+0000 mgr.smithi005.drqcnv (mgr.14182) 682 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:12.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:11 smithi129 conmon[40092]: audit 2024-02-09T20:22:10.412374+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:22:12.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:11 smithi129 conmon[40092]: .14182) 683 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:13.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:13 smithi005 conmon[35754]: cluster 2024-02-09T20:22:12.173350+0000 mgr.smithi005.drqcnv (mgr.14182) 684 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:14.050 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:22:14.050 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:03.316392Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:14:28.113468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.cfoaag on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-cfoaag\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.cfoaag\nDeploy daemon haproxy.nfs.foo.smithi129.cfoaag ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:12:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:13:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.644829Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.djunpd on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-djunpd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.djunpd\nDeploy daemon haproxy.nfs.foo.smithi005.djunpd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:15:05Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:15:42Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:16:21Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:17:01.650058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.uqxssb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:03.317115Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:03.316557Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:03.316642Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:03.316720Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:03.316811Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:14.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:13 smithi129 conmon[40092]: cluster 2024-02-09T20:22:12.173350+0000 mgr.smithi005.drqcnv (mgr.14182) 684 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:14.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:15.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:14 smithi005 conmon[35754]: audit 2024-02-09T20:22:14.044562+0000 mgr.smithi005.drqcnv (mgr.14182) 685 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:15.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:14 smithi005 conmon[35754]: audit 2024-02-09T20:22:14.773623+0000 mon.smithi005 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi005.bygumu"}]: dispatch 2024-02-09T20:22:15.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:14 smithi005 conmon[35754]: audit 2024-02-09T20:22:14.780255+0000 mon.smithi005 (mon.0) 700 : audit [DBG] 2024-02-09T20:22:15.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:14 smithi005 conmon[35754]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:22:15.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:14 smithi129 conmon[40092]: audit 2024-02-09T20:22:14.044562+0000 mgr.smithi005.drqcnv (mgr.14182) 685 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:15.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:14 smithi129 conmon[40092]: 2024-02-09T20:22:15.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:14 smithi129 conmon[40092]: audit 2024-02-09T20:22:14.773623+0000 mon.smithi005 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi005.bygumu"}]: dispatch 2024-02-09T20:22:15.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:14 smithi129 conmon[40092]: audit 2024-02-09T20:22:14.780255+0000 mon.smithi005 (mon.0) 700 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:22:15.685 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:16.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: cluster 2024-02-09T 2024-02-09T20:22:16.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: 20:22:14.173954+0000 mgr.smithi005.drqcnv (mgr.14182) 686 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:16.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: cephadm 2024-02-09T20:22:14.772920+0000 mgr.smithi005.drqcnv (mgr.14182) 687 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu 2024-02-09T20:22:16.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu 2024-02-09T20:22:16.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu 2024-02-09T20:22:16.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu 2024-02-09T20:22:16.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi005.bygumu ... 2024-02-09T20:22:16.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:16.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:22:16.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:20:18Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:16.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:20:55Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:16.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:21:34Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:16.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:22:16.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:22:16.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:16.154 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: Traceback (most recent call last): 2024-02-09T20:22:16.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:22:16.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: yield (conn, connr) 2024-02-09T20:22:16.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:22:16.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: code, '\n'.join(err))) 2024-02-09T20:22:16.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: 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-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu 2024-02-09T20:22:16.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu 2024-02-09T20:22:16.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu 2024-02-09T20:22:16.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu 2024-02-09T20:22:16.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi005.bygumu ... 2024-02-09T20:22:16.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:16.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:22:16.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:20:18Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:16.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:20:55Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:16.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:21:34Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:16.155 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:22:16.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: 2024-02-09T20:22:16.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:22:16.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:16.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: cephadm 2024-02-09T20:22:14.773177+0000 mgr.smithi005.drqcnv (mgr.14182) 688 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi005.bygumu 2024-02-09T20:22:16.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: cephadm 2024-02-09T20:22:14.774424+0000 mgr.smithi005.drqcnv (mgr.14182) 689 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu 2024-02-09T20:22:16.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu 2024-02-09T20:22:16.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu 2024-02-09T20:22:16.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu 2024-02-09T20:22:16.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi005.bygumu ... 2024-02-09T20:22:16.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:16.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:22:16.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:20:18Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:16.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:20:55Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:16.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:21:34Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:16.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:22:16.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:22:16.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:16.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: cephadm 2024-02-09T20:22:14.775891+0000 mgr.smithi005.drqcnv (mgr.14182) 690 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:22:16.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: cephadm 2024-02-09T20:22:14.777165+0000 mgr.smithi005.drqcnv (mgr.14182) 691 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:22:16.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: cluster 2024-02-09T20:22:14.778074+0000 mgr.smithi005.drqcnv (mgr.14182) 692 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-09T20:22:16.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: 2024-02-09T20:22:16.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: cluster 2024-02-09T20:22:14.843427+0000 mon.smithi005 (mon.0) 701 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-09T20:22:16.157 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:15 smithi005 conmon[35754]: audit 2024-02-09T20:22:15.051013+0000 mon.smithi005 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:22:16.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: cluster 2024-02-09T20:22:14.173954+0000 mgr.smithi005.drqcnv (mgr.14182) 686 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:16.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: cephadm 2024-02-09T20:22:14.772920+0000 mgr.smithi005.drqcnv (mgr.14182) 687 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu 2024-02-09T20:22:16.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu 2024-02-09T20:22:16.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu 2024-02-09T20:22:16.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu 2024-02-09T20:22:16.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi005.bygumu ... 2024-02-09T20:22:16.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:16.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:22:16.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:20:18Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:16.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:20:55Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:16.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:21:34Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:16.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:22:16.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:22:16.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:16.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: Traceback (most recent call last): 2024-02-09T20:22:16.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:22:16.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: yield (conn, connr) 2024-02-09T20:22:16.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:22:16.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: code, '\n'.join(err))) 2024-02-09T20:22:16.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: 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-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu 2024-02-09T20:22:16.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu 2024-02-09T20:22:16.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu 2024-02-09T20:22:16.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu 2024-02-09T20:22:16.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi005.bygumu ... 2024-02-09T20:22:16.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:16.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:22:16.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:20:18Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:16.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:20:55Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:16.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:21:34Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:16.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:22:16.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0 2024-02-09T20:22:16.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: .79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:22:16.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:16.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: cephadm 2024-02-09T20:22:14.773177+0000 mgr.smithi005.drqcnv (mgr.14182) 688 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi005.bygumu 2024-02-09T20:22:16.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: cephadm 2024-02-09T20:22:14.774424+0000 mgr.smithi005.drqcnv (mgr.14182) 689 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu 2024-02-09T20:22:16.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu 2024-02-09T20:22:16.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu 2024-02-09T20:22:16.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu 2024-02-09T20:22:16.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi005.bygumu ... 2024-02-09T20:22:16.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:16.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:22:16.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:20:18Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:16.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:20:55Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:16.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:21:34Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:22:16.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:22:16.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:22:16.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:22:16.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: cephadm 2024-02-09T20:22:14.775891+0000 mgr.smithi005.drqcnv (mgr.14182) 690 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:22:16.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: cephadm 2024-02-09T20:22:14.777165+0000 mgr.smithi005.drqcnv (mgr.14182) 691 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:22:16.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: cluster 2024-02-09T20:22:14.778074+0000 mgr.smithi005.drqcnv (mgr.14182) 692 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-09T20:22:16.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: cluster 2024-02-09T20:22:14.843427+0000 mon.smithi005 (mon.0) 701 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-09T20:22:16.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:15 smithi129 conmon[40092]: audit 2024-02-09T20:22:15.051013+0000 mon.smithi005 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:22:17.985 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:17 smithi005 conmon[35754]: audit 2024-02-09T20:22:16.726468+0000 mon.smithi005 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:22:17.985 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:17 smithi005 conmon[35754]: cluster 2024-02-09T20:22:16.778645+0000 mgr.smithi005.drqcnv (mgr.14182) 693 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-09T20:22:17.985 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:17 smithi005 conmon[35754]: audit 2024-02-09T20:22:17.034068+0000 mon.smithi005 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:17.985 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:17 smithi005 conmon[35754]: audit 2024-02-09T20:22:17.034855+0000 mon.smithi005 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:17.985 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:17 smithi005 conmon[35754]: audit 2024-02-09T20:22:17.035510+0000 mon.smithi005 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:17.985 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:17 smithi005 conmon[35754]: audit 2024-02-09T20:22:17.036152+0000 mon.smithi005 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:17.985 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:17 smithi005 conmon[35754]: cephadm 2024-02-09T20:22:17.036656+0000 mgr.smithi005.drqcnv (mgr.14182) 694 : cephadm [INF] Adjusting osd_memory_target on smithi129 to 2966M 2024-02-09T20:22:17.985 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:17 smithi005 conmon[35754]: audit 2024-02-09T20:22:17.040864+0000 mon.smithi005 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:22:18.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:17 smithi129 conmon[40092]: audit 2024-02-09T20:22:16.726468+0000 mon.smithi005 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:22:18.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:17 smithi129 conmon[40092]: 2024-02-09T20:22:18.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:17 smithi129 conmon[40092]: cluster 2024-02-09T20:22:16.778645+0000 mgr.smithi005.drqcnv (mgr.14182) 693 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-09T20:22:18.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:17 smithi129 conmon[40092]: audit 2024-02-09T20:22:17.034068+0000 mon.smithi005 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:18.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:17 smithi129 conmon[40092]: audit 2024-02-09T20:22:17.034855+0000 mon.smithi005 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:18.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:17 smithi129 conmon[40092]: audit 2024-02-09T20:22:17.035510+0000 mon.smithi005 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:18.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:17 smithi129 conmon[40092]: audit 2024-02-09T20:22:17.036152+0000 mon.smithi005 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:18.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:17 smithi129 conmon[40092]: cephadm 2024-02-09T20:22:17.036656+0000 mgr.smithi005.drqcnv (mgr.14182) 694 : cephadm [INF] Adjusting osd_memory_target on smithi129 to 2966M 2024-02-09T20:22:18.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:17 smithi129 conmon[40092]: audit 2024-02-09T20:22:17.040864+0000 mon.smithi005 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:22:18.933 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:22:18.933 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:17:07.504316Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:17:07.504398Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:17:07.504475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:17:07.505037Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:17:07.504225Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:17:07.504058Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:17:07.505110Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:17:07.504550Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:17:07.504703Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:17:07.504627Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:19.960 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:20.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:19 smithi005 conmon[35754]: cluster 2024-02-09T20:22:18.779235+0000 mgr.smithi005.drqcnv (mgr.14182) 695 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-09T20:22:20.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:19 smithi005 conmon[35754]: audit 2024-02-09T20:22:18.927281+0000 mgr.smithi005.drqcnv (mgr.14182) 696 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:20.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:19 smithi005 conmon[35754]: audit 2024-02-09T20:22:19.327413+0000 mon.smithi005 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:22:20.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:19 smithi129 conmon[40092]: cluster 2024-02-09T20:22:18.779235+0000 mgr.smithi005.drqcnv (mgr.14182) 695 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-09T20:22:20.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:19 smithi129 conmon[40092]: audit 2024-02-09T20:22:18.927281+0000 mgr.smithi005.drqcnv (mgr.14182) 696 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:20.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:19 smithi129 conmon[40092]: audit 2024-02-09T20:22:19.327413+0000 mon.smithi005 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:22:20.961 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:21.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:20 smithi005 conmon[35754]: audit 2024-02-09T20:22:19.887015+0000 mon.smithi005 (mon. 2024-02-09T20:22:21.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:20 smithi005 conmon[35754]: 0) 710 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:22:21.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:20 smithi005 conmon[35754]: audit 2024-02-09T20:22:20.237401+0000 mon.smithi005 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:21.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:20 smithi005 conmon[35754]: audit 2024-02-09T20:22:20.238156+0000 mon.smithi005 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:21.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:20 smithi005 conmon[35754]: audit 2024-02-09T20:22:20.238788+0000 mon.smithi005 (mon.0) 713 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:21.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:20 smithi005 conmon[35754]: audit 2024-02-09T20:22:20.239428+0000 mon.smithi005 (mon.0) 714 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:21.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:20 smithi005 conmon[35754]: audit 2024-02-09T20:22:20.244195+0000 mon.smithi005 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:22:21.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:20 smithi005 conmon[35754]: audit 2024-02-09T20:22:20.245078+0000 mon.smithi005 (mon.0) 716 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:21.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:20 smithi005 conmon[35754]: audit 2024-02-09T20:22:20.245809+0000 mon.smithi005 (mon.0) 717 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:22:21.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:20 smithi005 conmon[35754]: audit 2024-02-09T20:22:20.249824+0000 mon.smithi005 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:22:21.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:20 smithi005 conmon[35754]: audit 2024-02-09T20:22:20.253946+0000 mon.smithi005 (mon.0) 719 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:22:21.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:20 smithi005 conmon[35754]: audit 2024-02-09T20:22:20.261015+0000 mon.smithi005 (mon.0) 720 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:22:21.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:20 smithi129 conmon[40092]: audit 2024-02-09T20:22:19.887015+0000 mon.smithi005 (mon.0) 710 : audit [INF] 2024-02-09T20:22:21.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:20 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:22:21.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:20 smithi129 conmon[40092]: audit 2024-02-09T20:22:20.237401+0000 mon.smithi005 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:21.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:20 smithi129 conmon[40092]: audit 2024-02-09T20:22:20.238156+0000 mon.smithi005 (mon.0) 712 : audit [INF] 2024-02-09T20:22:21.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:20 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:21.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:20 smithi129 conmon[40092]: audit 2024-02-09T20:22:20.238788+0000 mon.smithi005 (mon.0) 713 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:21.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:20 smithi129 conmon[40092]: audit 2024 2024-02-09T20:22:21.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:20 smithi129 conmon[40092]: -02-09T20:22:20.239428+0000 mon.smithi005 (mon.0) 714 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-09T20:22:21.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:20 smithi129 conmon[40092]: audit 2024-02- 2024-02-09T20:22:21.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:20 smithi129 conmon[40092]: 09T20:22:20.244195+0000 mon.smithi005 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:22:21.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:20 smithi129 conmon[40092]: audit 2024-02-09T20:22:20.245078+0000 mon.smithi005 (mon.0) 2024-02-09T20:22:21.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:20 smithi129 conmon[40092]: 716 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:22:21.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:20 smithi129 conmon[40092]: audit 2024-02 2024-02-09T20:22:21.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:20 smithi129 conmon[40092]: -09T20:22:20.245809+0000 mon.smithi005 (mon.0) 717 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:22:21.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:20 smithi129 conmon[40092]: audit 2024-02-09T20:22:20.249824+0000 mon.smithi005 ( 2024-02-09T20:22:21.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:20 smithi129 conmon[40092]: mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:22:21.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:20 smithi129 conmon[40092]: audit 2024-02-09T20:22:21.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:20 smithi129 conmon[40092]: 2024-02-09T20:22:20.253946+0000 mon.smithi005 (mon.0) 719 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:22:21.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:20 smithi129 conmon[40092]: audit 2024-02-09T20:22:20.261015 2024-02-09T20:22:21.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:20 smithi129 conmon[40092]: +0000 mon.smithi005 (mon.0) 720 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:22:22.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:21 smithi005 conmon[35754]: cephadm 2024-02-09T20:22:20.239917+0000 mgr.smithi005.drqcnv (mgr.14182) 697 : cephadm [INF] Adjusting osd_memory_target on smithi005 to 1943M 2024-02-09T20:22:22.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:21 smithi005 conmon[35754]: cluster 2024-02-09T20:22:20.250497+0000 mgr.smithi005.drqcnv (mgr.14182) 698 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-09T20:22:22.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:21 smithi005 conmon[35754]: cephadm 2024-02-09T20:22:20.263167+0000 mgr.smithi005.drqcnv (mgr.14182) 699 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi129.htxjzt on smithi129 2024-02-09T20:22:22.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:21 smithi005 conmon[35754]: cluster 2024-02-09T20:22:21.248375+0000 mon.smithi005 (mon.0) 721 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-09T20:22:22.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:21 smithi005 conmon[35754]: cluster 2024-02-09T20:22:21.248418+0000 mon.smithi005 (mon.0) 722 : cluster [INF] Cluster is now healthy 2024-02-09T20:22:22.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:21 smithi129 conmon[40092]: cephadm 2024-02-09T20:22:20.239917+0000 mgr.smithi005.drqcnv (mgr.14182) 697 : cephadm [INF] Adjusting osd_memory_target on smithi005 to 1943M 2024-02-09T20:22:22.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:21 smithi129 conmon[40092]: 2024-02-09T20:22:22.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:21 smithi129 conmon[40092]: cluster 2024-02-09T20:22:20.250497+0000 mgr.smithi005.drqcnv (mgr.14182) 698 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-09T20:22:22.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:21 smithi129 conmon[40092]: cephadm 2024-02-09T20:22:20.263167+0000 mgr.smithi005.drqcnv (mgr.14182) 699 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi129.htxjzt on smithi129 2024-02-09T20:22:22.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:21 smithi129 conmon[40092]: cluster 2024-02-09T20:22:21.248375+0000 mon.smithi005 (mon.0) 721 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-09T20:22:22.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:21 smithi129 conmon[40092]: cluster 2024-02-09T20:22:21.248418+0000 mon.smithi005 (mon.0) 2024-02-09T20:22:22.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:21 smithi129 conmon[40092]: 722 : cluster [INF] Cluster is now healthy 2024-02-09T20:22:23.041 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:22:23.041 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:23.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:24.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:23 smithi005 conmon[35754]: cluster 2024-02-09T20:22:22.251098+0000 mgr.smithi005.drqcnv (mgr.14182) 700 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-09T20:22:24.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:23 smithi005 conmon[35754]: audit 2024-02-09T20:22:23.034774+0000 mgr.smithi005.drqcnv (mgr.14182) 701 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:24.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:23 smithi129 conmon[40092]: cluster 2024-02-09T20:22:22.251098+0000 mgr.smithi005.drqcnv (mgr.14182) 700 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-09T20:22:24.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:23 smithi129 conmon[40092]: audit 2024-02-09T20:22:23.034774+0000 mgr.smithi005.drqcnv (mgr.14182) 701 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:24.679 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:26.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:25 smithi005 conmon[35754]: cluster 2024-02-09T20:22:24.251665+0000 mgr.smithi005.drqcnv (mgr.14182) 702 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-09T20:22:26.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:25 smithi129 conmon[40092]: cluster 2024-02-09T20:22:24.251665+0000 mgr.smithi005.drqcnv (mgr.14182) 702 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-02-09T20:22:26.633 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:22:26.633 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:27.275 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:28.277 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:28.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:27 smithi129 conmon[40092]: cluster 2024-02-09T20:22:26.252301+0000 mgr.smithi005.drqcnv (mgr.14182) 703 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-09T20:22:28.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:27 smithi129 conmon[40092]: audit 2024-02-09T20:22:26.626587+0000 mgr.smithi005.drqcnv (mgr.14182) 704 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:28.311 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:27 smithi005 conmon[35754]: cluster 2024-02-09T20:22:26.252301+0000 mgr.smithi005.drqcnv (mgr.14182) 703 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-09T20:22:28.311 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:27 smithi005 conmon[35754]: audit 2024-02-09T20:22:26.626587+0000 mgr.smithi005.drqcnv (mgr.14182) 704 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:30.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:29 smithi005 conmon[35754]: cluster 2024-02-09T20:22:28.252649+0000 mgr.smithi005.drqcnv (mgr.14182) 705 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-09T20:22:30.269 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:22:30.270 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:30.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:29 smithi129 conmon[40092]: cluster 2024-02-09T20:22:28.252649+0000 mgr.smithi005.drqcnv (mgr.14182) 705 : cluster 2024-02-09T20:22:30.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:29 smithi129 conmon[40092]: [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-02-09T20:22:30.889 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:31.891 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:32.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:31 smithi129 conmon[40092]: cluster 2024-02-09T20:22:30.253161+0000 mgr.smithi005.drqcnv (mgr.14182) 706 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2024-02-09T20:22:32.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:31 smithi129 conmon[40092]: 2024-02-09T20:22:32.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:31 smithi129 conmon[40092]: audit 2024-02-09T20:22:30.263823+0000 mgr.smithi005.drqcnv (mgr.14182) 707 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:32.387 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:31 smithi005 conmon[35754]: cluster 2024-02-09T20:22:30.253161 2024-02-09T20:22:32.387 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:31 smithi005 conmon[35754]: +0000 mgr.smithi005.drqcnv (mgr.14182) 706 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2024-02-09T20:22:32.387 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:31 smithi005 conmon[35754]: audit 2024-02-09T20:22:30.263823+0000 mgr.smithi005.drqcnv (mgr.14182) 707 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:33.836 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:22:33.837 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:34.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:33 smithi005 conmon[35754]: cluster 2024-02-09T20:22:32.253597+0000 mgr.smithi005.drqcnv (mgr.14182) 708 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:34.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:33 smithi129 conmon[40092]: cluster 2024-02-09T20:22:32.253597+0000 mgr.smithi005.drqcnv (mgr.14182) 708 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:34.556 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:35.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:34 smithi129 conmon[40092]: audit 2024-02-09T20:22:33.830332+0000 mgr.smithi005.drqcnv (mgr.14182) 709 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:35.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:34 smithi005 conmon[35754]: audit 2024-02-09T20:22:33.830332+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:22:35.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:34 smithi005 conmon[35754]: ) 709 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:35.557 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:36.255 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:35 smithi005 conmon[35754]: cluster 2024-02-09T20:22:34.254230+0000 mgr.smithi005.drqcnv (mgr.14182) 710 2024-02-09T20:22:36.255 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:35 smithi005 conmon[35754]: : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:35 smithi129 conmon[40092]: cluster 2024-02-09T20:22:34.254230+0000 mgr.smithi005.drqcnv (mgr.14182) 710 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:37.562 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:22:37.562 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:38.214 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:37 smithi005 conmon[35754]: cluster 2024-02-09T20:22:36.254867+0000 mgr.smithi005.drqcnv (mgr.14182) 711 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:38.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:38.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:37 smithi129 conmon[40092]: cluster 2024-02-09T20:22:36.254867+0000 mgr.smithi005.drqcnv (mgr.14182) 711 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:39.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:38 smithi129 conmon[40092]: audit 2024-02-09T20:22:37.556280+0000 mgr.smithi005.drqcnv (mgr.14182) 712 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:39.233 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:39.266 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:38 smithi005 conmon[35754]: audit 2024-02-09T20:22:37.556280+0000 mgr.smithi005.drqcnv (mgr.14182) 712 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:40.025 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:39 smithi005 conmon[35754]: cluster 2024-02-09T20:22:38.255275+0000 mgr.smithi005.drqcnv (mgr.14182) 713 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:40.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:39 smithi129 conmon[40092]: cluster 2024-02-09T20:22:38.255275+0000 mgr.smithi005.drqcnv (mgr.14182) 713 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:41.092 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:22:41.092 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:41.731 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:42.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:41 smithi005 conmon[35754]: cluster 2024-02-09T20:22:40.255999+0000 mgr.smithi005.drqcnv (mgr.14182) 714 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:42.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:41 smithi005 conmon[35754]: audit 2024-02-09T20:22:41.085180+0000 mgr.smithi005.drqcnv (mgr.14182) 715 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:42.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:41 smithi129 conmon[40092]: cluster 2024-02-09T20:22:40.255999+0000 mgr.smithi005.drqcnv (mgr.14182) 714 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:42.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:41 smithi129 conmon[40092]: audit 2024-02-09T20:22:41.085180+0000 mgr.smithi005.drqcnv (mgr.14182) 715 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:42.731 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:44.296 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:43 smithi005 conmon[35754]: cluster 2024-02-09T20:22:42.256536+0000 mgr.smithi005.drqcnv (mgr.14182) 716 : cluster 2024-02-09T20:22:44.296 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:43 smithi005 conmon[35754]: [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:44.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:43 smithi129 conmon[40092]: cluster 2024-02-09T20:22:42.256536+0000 mgr.smithi005.drqcnv (mgr.14182) 716 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:44.755 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:22:44.755 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:45.413 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:46.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:45 smithi129 conmon[40092]: cluster 2024-02-09T20:22:44.257096+0000 mgr.smithi005.drqcnv (mgr.14182) 717 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:46.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:45 smithi129 conmon[40092]: 2024-02-09T20:22:46.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:45 smithi129 conmon[40092]: audit 2024-02-09T20:22:44.749199+0000 mgr.smithi005.drqcnv (mgr.14182) 718 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:46.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:45 smithi005 conmon[35754]: cluster 2024-02-09T20:22:44.257096+0000 mgr.smithi005.drqcnv (mgr.14182) 717 : cluster 2024-02-09T20:22:46.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:45 smithi005 conmon[35754]: [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:46.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:45 smithi005 conmon[35754]: audit 2024-02-09T20:22:44.749199+0000 mgr.smithi005.drqcnv (mgr.14182) 718 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:46.413 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:48.010 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:47 smithi005 conmon[35754]: cluster 2024-02-09T20:22:46.257619+0000 mgr.smithi005.drqcnv (mgr.14182) 719 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:48.011 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:47 smithi005 conmon[35754]: 2024-02-09T20:22:48.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:47 smithi129 conmon[40092]: cluster 2024-02-09T20:22:46.257619+0000 mgr.smithi005.drqcnv (mgr.14182) 719 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:48.434 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:22:48.434 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:49.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:50.132 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:50.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:49 smithi129 conmon[40092]: cluster 2024-02-09T20:22:48.257952+0000 mgr.smithi005.drqcnv (mgr.14182) 720 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:50.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:49 smithi129 conmon[40092]: audit 2024-02-09T20:22:48.428216+0000 mgr.smithi005.drqcnv (mgr.14182) 721 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:50.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:49 smithi005 conmon[35754]: cluster 2024-02-09T20:22:48.257952+0000 mgr.smithi005.drqcnv (mgr.14182) 720 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:50.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:49 smithi005 conmon[35754]: audit 2024-02-09T20:22:48.428216+0000 mgr.smithi005.drqcnv (mgr.14182) 721 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:52.091 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:22:52.091 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:52.298 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:51 smithi005 conmon[35754]: cluster 2024-02-09T20:22:50.258456+0000 mgr.smithi005.drqcnv (mgr.14182) 722 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:52.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:51 smithi129 conmon[40092]: cluster 2024-02-09T20:22:50.258456+0000 mgr.smithi005.drqcnv (mgr.14182) 722 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:22:52.723 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:53.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:52 smithi129 conmon[40092]: audit 2024-02-09T20:22:52.085326+0000 mgr.smithi005.drqcnv (mgr.14182) 723 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:53.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:52 smithi005 conmon[35754]: audit 2024-02-09T20:22:52. 2024-02-09T20:22:53.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:52 smithi005 conmon[35754]: 085326+0000 mgr.smithi005.drqcnv (mgr.14182) 723 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:53.724 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:54.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:53 smithi005 conmon[35754]: cluster 2024-02-09T20:22:52.258990+0000 2024-02-09T20:22:54.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:53 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 724 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:54.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:53 smithi129 conmon[40092]: cluster 2024-02-09T20:22:52.258990+0000 mgr.smithi005.drqcnv (mgr.14182) 724 : cluster [DBG] 2024-02-09T20:22:54.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:53 smithi129 conmon[40092]: pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:55.785 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:22:55.785 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:22:56.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:55 smithi129 conmon[40092]: cluster 2024-02-09T20:22:54.259580+0000 mgr.smithi005.drqcnv (mgr.14182) 725 : cluster 2024-02-09T20:22:56.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:55 smithi129 conmon[40092]: [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:56.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:55 smithi005 conmon[35754]: cluster 2024-02-09T20:22:54.259580+0000 mgr.smithi005.drqcnv (mgr.14182) 725 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:56.496 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:22:57.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:56 smithi129 conmon[40092]: audit 2024-02-09T20:22:55.779463+0000 mgr.smithi005.drqcnv (mgr.14182) 726 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:57.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:56 smithi005 conmon[35754]: audit 2024-02-09T20:22:55.779463+0000 mgr.smithi005.drqcnv (mgr.14182) 726 2024-02-09T20:22:57.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:56 smithi005 conmon[35754]: : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:22:57.498 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:22:58.272 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:57 smithi005 conmon[35754]: cluster 2024-02-09T20:22:56.260326 2024-02-09T20:22:58.272 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:57 smithi005 conmon[35754]: +0000 mgr.smithi005.drqcnv (mgr.14182) 727 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:58.307 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:57 smithi129 conmon[40092]: cluster 2024-02-09T20:22:56.260326+0000 mgr.smithi005.drqcnv (mgr.14182) 727 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:22:59.476 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:22:59.476 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:00.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:00.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:22:59 smithi129 conmon[40092]: cluster 2024-02-09T20:22:58.260852+0000 mgr.smithi005.drqcnv (mgr.14182) 728 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:00.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:22:59 smithi005 conmon[35754]: cluster 2024-02-09T20:22:58.260852+0000 mgr.smithi005.drqcnv (mgr.14182) 728 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:01.121 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:01.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:00 smithi129 conmon[40092]: audit 2024-02-09T20:22:59.470251+0000 mgr.smithi005.drqcnv (mgr.14182) 729 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:01.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:00 smithi005 conmon[35754]: audit 2024-02-09T20:22:59.470251+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:23:01.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:00 smithi005 conmon[35754]: .14182) 729 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:02.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:01 smithi129 conmon[40092]: cluster 2024-02-09T20:23:00.261630+0000 mgr.smithi005.drqcnv (mgr.14182) 730 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:02.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:01 smithi005 conmon[35754]: cluster 2024-02-09T20:23:00.261630+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:23:02.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:01 smithi005 conmon[35754]: 14182) 730 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:03.173 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:23:03.173 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:03.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:04.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:03 smithi005 conmon[35754]: cluster 2024-02-09T20:23:02.262369+0000 mgr.smithi005.drqcnv (mgr.14182) 731 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:04.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:03 smithi129 conmon[40092]: cluster 2024-02-09T20:23:02.262369+0000 mgr.smithi005.drqcnv (mgr.14182) 731 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:04.864 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:05.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:04 smithi005 conmon[35754]: audit 2024-02-09T20:23:03.167350+0000 mgr.smithi005.drqcnv (mgr.14182) 732 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:05.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:04 smithi129 conmon[40092]: audit 2024-02-09T20:23:03.167350+0000 mgr.smithi005.drqcnv (mgr.14182) 732 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:06.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:05 smithi129 conmon[40092]: cluster 2024-02-09T20:23:04.263055+0000 mgr.smithi005.drqcnv (mgr.14182) 733 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:06.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:05 smithi005 conmon[35754]: cluster 2024-02-09T20:23:04.263055+0000 mgr.smithi005.drqcnv (mgr.14182) 733 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:06.882 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:23:06.882 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:07.560 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:08.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:07 smithi129 conmon[40092]: cluster 2024-02-09T20:23:06.263572+0000 mgr.smithi005.drqcnv (mgr.14182) 734 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:08.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:07 smithi129 conmon[40092]: audit 2024-02-09T20:23:06.876091+0000 mgr.smithi005.drqcnv (mgr.14182) 735 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:08.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:07 smithi005 conmon[35754]: cluster 2024-02-09T20:23:06.263572+0000 mgr.smithi005.drqcnv (mgr.14182) 734 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:08.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:07 smithi005 conmon[35754]: audit 2024-02-09T20:23:06.876091+0000 mgr.smithi005.drqcnv (mgr.14182) 735 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:08.561 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:10.075 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:10 smithi005 conmon[35754]: cluster 2024-02-09T20:23:08.264037+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:23:10.075 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:10 smithi005 conmon[35754]: 14182) 736 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:10.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:10 smithi129 conmon[40092]: cluster 2024-02-09T20:23:08.264037+0000 mgr.smithi005.drqcnv (mgr.14182) 736 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:10.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:10 smithi129 conmon[40092]: 2024-02-09T20:23:10.477 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:23:10.477 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:11.112 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:12.113 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:12.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:12 smithi129 conmon[40092]: cluster 2024-02-09T20:23:10.264541+0000 mgr.smithi005.drqcnv (mgr.14182) 737 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:12.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:12 smithi129 conmon[40092]: audit 2024-02-09T20:23:10.470855+0000 mgr.smithi005.drqcnv (mgr.14182) 738 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:12.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:12 smithi005 conmon[35754]: cluster 2024-02-09T20:23:10.264541+0000 mgr.smithi005.drqcnv (mgr.14182) 737 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:12.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:12 smithi005 conmon[35754]: audit 2024-02-09T20:23:10.470855+0000 mgr.smithi005.drqcnv (mgr.14182) 738 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:14.059 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:23:14.060 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:14.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:14 smithi129 conmon[40092]: cluster 2024-02-09T20:23:12.264980+0000 mgr.smithi005.drqcnv (mgr.14182) 739 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:14.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:14 smithi005 conmon[35754]: cluster 2024-02-09T20:23:12.264980+0000 mgr.smithi005.drqcnv (mgr.14182) 739 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:14.693 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:15.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:15 smithi129 conmon[40092]: audit 2024-02-09T20:23:14.053653+0000 mgr.smithi005.drqcnv (mgr.14182) 740 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:15.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:15 smithi005 conmon[35754]: audit 2024-02-09T20:23:14.053653+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:23:15.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:15 smithi005 conmon[35754]: mgr.14182) 740 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:15.695 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:16.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:16 smithi129 conmon[40092]: cluster 2024-02-09T20:23:14.265464+0000 mgr.smithi005.drqcnv (mgr.14182) 741 : cluster [DBG] 2024-02-09T20:23:16.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:16 smithi129 conmon[40092]: pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:16.390 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:16 smithi005 conmon[35754]: cluster 2024-02-09T20:23:14.265464+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:23:16.390 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:16 smithi005 conmon[35754]: .14182) 741 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:17.735 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:23:17.735 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:18.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:18 smithi129 conmon[40092]: cluster 2024-02-09T20:23:16.266185+0000 mgr.smithi005.drqcnv (mgr.14182) 742 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:18.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:18 smithi005 conmon[35754]: cluster 2024-02-09T20:23:16.266185+0000 mgr.smithi005.drqcnv (mgr.14182) 742 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:18.335 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:19.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:19 smithi129 conmon[40092]: audit 2024-02-09T20:23:17.729566+0000 mgr.smithi005.drqcnv (mgr.14182) 743 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:19.336 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:19.372 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:19 smithi005 conmon[35754]: audit 2024-02-09T20:23:17.729566+0000 mgr.smithi005.drqcnv 2024-02-09T20:23:19.372 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:19 smithi005 conmon[35754]: (mgr.14182) 743 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:20.136 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:20 smithi005 conmon[35754]: cluster 2024-02-09T20:23:18.266601+0000 2024-02-09T20:23:20.136 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:20 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 744 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:20.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:20 smithi129 conmon[40092]: cluster 2024-02-09T20:23:18.266601+0000 mgr.smithi005.drqcnv (mgr.14182) 744 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:21.184 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:23:21.184 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:21.876 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:22.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:22 smithi005 conmon[35754]: cluster 2024-02-09T20:23:20.267270+0000 mgr.smithi005.drqcnv (mgr.14182) 745 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:22.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:22 smithi129 conmon[40092]: cluster 2024-02-09T20:23:20.267270+0000 mgr.smithi005.drqcnv (mgr.14182) 745 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:22.877 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:23.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:23 smithi129 conmon[40092]: audit 2024-02-09T20:23:21.178085+0000 mgr.smithi005.drqcnv (mgr.14182) 746 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:23.353 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:23 smithi005 conmon[35754]: audit 2024-02-09T20:23:21.178085+0000 mgr.smithi005.drqcnv (mgr.14182) 746 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:24.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:24 smithi129 conmon[40092]: cluster 2024-02-09T20:23:22.267854+0000 mgr.smithi005.drqcnv (mgr.14182) 747 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:24.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:24 smithi005 conmon[35754]: cluster 2024-02-09T20 2024-02-09T20:23:24.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:24 smithi005 conmon[35754]: :23:22.267854+0000 mgr.smithi005.drqcnv (mgr.14182) 747 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:24.869 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:23:24.869 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:25.508 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:26.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:26 smithi129 conmon[40092]: cluster 2024-02-09T20:23:24.268292+0000 mgr.smithi005.drqcnv (mgr.14182) 748 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:26.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:26 smithi129 conmon[40092]: audit 2024-02-09T20:23:24.863148+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:23:26.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:26 smithi129 conmon[40092]: 14182) 749 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:26.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:26 smithi005 conmon[35754]: cluster 2024-02-09T20:23:24.268292+0000 mgr.smithi005.drqcnv (mgr.14182) 748 : cluster 2024-02-09T20:23:26.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:26 smithi005 conmon[35754]: [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:26.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:26 smithi005 conmon[35754]: audit 2024-02-09T20:23:24.863148+0000 mgr.smithi005.drqcnv (mgr.14182) 749 : audit 2024-02-09T20:23:26.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:26 smithi005 conmon[35754]: [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:26.510 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:28.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:28 smithi129 conmon[40092]: cluster 2024-02-09T20:23:26.269005+0000 mgr.smithi005.drqcnv (mgr.14182) 750 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:28.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:28 smithi005 conmon[35754]: cluster 2024-02-09T20:23:26.269005+0000 mgr.smithi005.drqcnv (mgr.14182) 750 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:28.504 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:23:28.504 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:29.106 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:30.107 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:30.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:30 smithi129 conmon[40092]: cluster 2024-02-09T20:23:28.269359+0000 mgr.smithi005.drqcnv (mgr.14182) 751 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:30.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:30 smithi129 conmon[40092]: audit 2024-02-09T20:23:28.498523+0000 mgr.smithi005.drqcnv (mgr.14182) 752 : 2024-02-09T20:23:30.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:30 smithi129 conmon[40092]: audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:30.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:30 smithi005 conmon[35754]: cluster 2024-02-09T20:23:28.269359+0000 mgr.smithi005.drqcnv (mgr.14182) 751 : cluster [DBG] 2024-02-09T20:23:30.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:30 smithi005 conmon[35754]: pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:30.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:30 smithi005 conmon[35754]: audit 2024-02-09T20:23:28.498523+0000 mgr.smithi005.drqcnv (mgr.14182) 752 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:32.159 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:23:32.160 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:32.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:32 smithi129 conmon[40092]: cluster 2024-02-09T20:23:30.269874+0000 mgr.smithi005.drqcnv (mgr.14182) 753 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:32.342 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:32 smithi005 conmon[35754]: cluster 2024-02-09T20:23:30.269874+0000 mgr.smithi005.drqcnv (mgr.14182) 753 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:32.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:33.791 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:34.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:34 smithi005 conmon[35754]: audit 2024-02-09T20:23:32.153134+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:23:34.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:34 smithi005 conmon[35754]: ) 754 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:34.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:34 smithi005 conmon[35754]: cluster 2024-02-09T20:23:32.270312+0000 mgr.smithi005.drqcnv (mgr.14182) 755 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:34.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:34 smithi129 conmon[40092]: audit 2024-02-09T20:23:32.153134+0000 mgr.smithi005.drqcnv (mgr.14182) 754 2024-02-09T20:23:34.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:34 smithi129 conmon[40092]: : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:34.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:34 smithi129 conmon[40092]: cluster 2024-02-09T20:23:32.270312+0000 mgr.smithi005.drqcnv (mgr.14182) 755 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:35.755 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:23:35.755 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:36.344 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:36 smithi005 conmon[35754]: cluster 2024-02-09T20:23:34.271017+0000 mgr.smithi005.drqcnv (mgr.14182) 756 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:36.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:36.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:36 smithi129 conmon[40092]: cluster 2024-02-09T20:23:34.271017+0000 mgr.smithi005.drqcnv (mgr.14182) 756 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:37.365 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:37.401 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:37 smithi005 conmon[35754]: audit 2024-02-09T20:23:35.748842+0000 mgr.smithi005.drqcnv (mgr.14182) 757 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:37.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:37 smithi129 conmon[40092]: audit 2024-02-09T20:23:35.748842+0000 mgr.smithi005.drqcnv (mgr.14182) 757 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:38.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:38 smithi005 conmon[35754]: cluster 2024-02-09T20:23:36.271594+0000 mgr.smithi005.drqcnv (mgr.14182) 758 : cluster 2024-02-09T20:23:38.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:38 smithi005 conmon[35754]: [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:38.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:38 smithi129 conmon[40092]: cluster 2024-02-09T20:23:36.271594+0000 mgr.smithi005.drqcnv (mgr.14182) 758 2024-02-09T20:23:38.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:38 smithi129 conmon[40092]: : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:39.354 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:23:39.354 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:39.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:40.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:40 smithi005 conmon[35754]: cluster 2024-02-09T20:23:38.272180+0000 mgr.smithi005.drqcnv (mgr.14182) 759 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:40.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:40 smithi129 conmon[40092]: cluster 2024-02-09T20:23:38.272180+0000 mgr.smithi005.drqcnv (mgr.14182) 759 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:40.949 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:41.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:41 smithi005 conmon[35754]: audit 2024-02-09T20:23:39.348226+0000 mgr.smithi005.drqcnv (mgr.14182) 760 : audit [DBG] 2024-02-09T20:23:41.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:41 smithi005 conmon[35754]: from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:41.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:41 smithi129 conmon[40092]: audit 2024-02-09T20:23:39.348226+0000 mgr.smithi005.drqcnv (mgr.14182) 760 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:42.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:42 smithi005 conmon[35754]: cluster 2024-02-09T20:23:40.272857+0000 mgr.smithi005.drqcnv (mgr.14182) 761 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:42.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:42 smithi129 conmon[40092]: cluster 2024-02-09T20:23:40.272857+0000 mgr.smithi005.drqcnv (mgr.14182) 761 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:42.972 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:23:42.973 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:43.612 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:44.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:44 smithi005 conmon[35754]: cluster 2024-02-09T20:23:42.273378+0000 mgr.smithi005.drqcnv (mgr.14182) 762 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:44.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:44 smithi005 conmon[35754]: audit 2024-02-09T20:23:42.966447+0000 mgr.smithi005.drqcnv (mgr.14182) 763 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:44.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:44 smithi129 conmon[40092]: cluster 2024-02-09T20:23:42.273378+0000 mgr.smithi005.drqcnv (mgr.14182) 762 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:44.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:44 smithi129 conmon[40092]: audit 2024-02-09T20:23:42.966447+0000 mgr.smithi005.drqcnv (mgr.14182) 763 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:44.613 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:46.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:46 smithi005 conmon[35754]: cluster 2024-02-09T20:23:44.274064+0000 mgr.smithi005.drqcnv (mgr.14182) 764 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:46.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:46 smithi129 conmon[40092]: cluster 2024-02-09T20:23:44.274064+0000 mgr.smithi005.drqcnv (mgr.14182) 764 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:46.599 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:23:46.599 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:47.206 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:48.207 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:48.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:48 smithi005 conmon[35754]: cluster 2024-02-09T20:23:46.274819+0000 mgr.smithi005.drqcnv (mgr.14182) 765 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:48.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:48 smithi005 conmon[35754]: audit 2024-02-09T20:23:46.593021+0000 mgr.smithi005.drqcnv (mgr.14182) 766 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:48.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:48 smithi129 conmon[40092]: cluster 2024-02-09T20:23:46.274819+0000 mgr.smithi005.drqcnv (mgr.14182) 765 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:48.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:48 smithi129 conmon[40092]: audit 2024-02-09T20:23:46.593021+0000 mgr.smithi005.drqcnv (mgr.14182) 766 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:50.166 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:23:50.166 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:50.348 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:50 smithi005 conmon[35754]: cluster 2024-02-09T20:23:48.275283+0000 mgr.smithi005.drqcnv (mgr.14182) 767 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:50.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:50 smithi129 conmon[40092]: cluster 2024-02-09T20:23:48.275283+0000 mgr.smithi005.drqcnv (mgr.14182) 767 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:50.864 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:51.865 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:52.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:52 smithi005 conmon[35754]: audit 2024-02-09T20:23:50 2024-02-09T20:23:52.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:52 smithi005 conmon[35754]: .159662+0000 mgr.smithi005.drqcnv (mgr.14182) 768 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:52.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:52 smithi005 conmon[35754]: cluster 2024-02-09T20:23:50.276033+0000 mgr.smithi005.drqcnv (mgr.14182) 769 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:52.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:52 smithi129 conmon[40092]: audit 2024-02-09T20:23:50.159662+0000 mgr.smithi005.drqcnv (mgr.14182) 768 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:52.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:52 smithi129 conmon[40092]: cluster 2024-02-09T20:23:50.276033+0000 mgr.smithi005.drqcnv (mgr.14182) 769 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:23:53.896 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:23:53.896 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:54.181 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:54 smithi005 conmon[35754]: cluster 2024-02-09T20:23:52.276940+0000 mgr.smithi005.drqcnv (mgr.14182) 770 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:54.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:54 smithi129 conmon[40092]: cluster 2024-02-09T20:23:52.276940+0000 mgr.smithi005.drqcnv (mgr.14182) 770 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:54.613 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:55.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:55 smithi005 conmon[35754]: audit 2024-02-09T20:23:53.890041+0000 mgr.smithi005.drqcnv (mgr.14182) 771 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:55.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:55 smithi129 conmon[40092]: audit 2024-02-09T20:23:53.890041+0000 mgr.smithi005.drqcnv (mgr.14182) 771 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:55.614 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:56.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:56 smithi005 conmon[35754]: cluster 2024-02-09T20:23:54.277511+0000 mgr.smithi005.drqcnv (mgr.14182) 772 : cluster [DBG] 2024-02-09T20:23:56.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:56 smithi005 conmon[35754]: pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:56.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:56 smithi129 conmon[40092]: cluster 2024-02-09T20:23:54.277511+0000 mgr.smithi005.drqcnv (mgr.14182) 772 : 2024-02-09T20:23:56.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:56 smithi129 conmon[40092]: cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:57.595 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:23:57.595 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:23:58.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:23:58.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:58 smithi005 conmon[35754]: cluster 2024-02-09T20:23:56.278319+0000 mgr.smithi005.drqcnv (mgr.14182) 773 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:58.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:58 smithi129 conmon[40092]: cluster 2024-02-09T20:23:56.278319+0000 mgr.smithi005.drqcnv (mgr.14182) 773 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:23:59.248 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:23:59.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:59 smithi005 conmon[35754]: audit 2024-02-09T20:23:57.588888+0000 mgr.smithi005.drqcnv (mgr.14182) 774 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:23:59.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:23:59 smithi005 conmon[35754]: 2024-02-09T20:23:59.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:23:59 smithi129 conmon[40092]: audit 2024-02-09T20:23:57.588888+0000 mgr.smithi005.drqcnv (mgr.14182) 774 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:00.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:00 smithi005 conmon[35754]: cluster 2024-02-09T20:23:58.278672+0000 mgr.smithi005.drqcnv (mgr.14182) 775 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:00.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:00 smithi129 conmon[40092]: cluster 2024-02-09T20:23:58.278672+0000 mgr.smithi005.drqcnv (mgr.14182) 775 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:01.264 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:24:01.265 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:01.902 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:02.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:02 smithi005 conmon[35754]: cluster 2024-02-09T20:24:00.279302+0000 mgr.smithi005.drqcnv (mgr.14182) 776 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:02.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:02 smithi129 conmon[40092]: cluster 2024-02-09T20:24:00.279302+0000 mgr.smithi005.drqcnv (mgr.14182) 776 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:02.903 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:03.390 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:03 smithi005 conmon[35754]: audit 2024-02-09T20:24:01.258450+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:24:03.390 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:03 smithi005 conmon[35754]: 777 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:03.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:03 smithi129 conmon[40092]: audit 2024-02-09T20:24:01.258450+0000 mgr.smithi005.drqcnv (mgr.14182) 777 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:04.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:04 smithi005 conmon[35754]: cluster 2024-02-09T20:24:02.279877+0000 mgr.smithi005.drqcnv (mgr.14182) 778 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:04.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:04 smithi129 conmon[40092]: cluster 2024-02-09T20:24:02.279877+0000 mgr.smithi005.drqcnv (mgr.14182) 778 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:05.033 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:24:05.033 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:05.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:06.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:06 smithi005 conmon[35754]: cluster 2024-02-09T20:24:04.280366+0000 mgr.smithi005.drqcnv (mgr.14182) 779 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:06.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:06 smithi005 conmon[35754]: audit 2024-02-09T20:24:05.026755+0000 mgr.smithi005.drqcnv (mgr.14182) 780 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:06.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:06 smithi129 conmon[40092]: cluster 2024-02-09T20:24:04.280366+0000 mgr.smithi005.drqcnv (mgr.14182) 779 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:06.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:06 smithi129 conmon[40092]: audit 2024-02-09T20:24:05.026755+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:24:06.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:06 smithi129 conmon[40092]: 780 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:06.769 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:08.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:08 smithi005 conmon[35754]: cluster 2024-02-09T20:24:06.280989+0000 mgr.smithi005.drqcnv (mgr.14182) 781 : cluster 2024-02-09T20:24:08.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:08 smithi005 conmon[35754]: [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:08.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:08 smithi129 conmon[40092]: cluster 2024-02-09T20:24:06.280989+0000 mgr.smithi005.drqcnv (mgr.14182) 781 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:08.848 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:24:08.849 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:09.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:10.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:10 smithi005 conmon[35754]: cluster 2024-02-09T20:24:08.281525+0000 mgr.smithi005.drqcnv (mgr.14182) 782 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:10.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:10 smithi005 conmon[35754]: audit 2024-02-09T20:24:08.842419+0000 mgr.smithi005.drqcnv (mgr.14182) 783 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:10.503 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:10.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:10 smithi129 conmon[40092]: cluster 2024-02-09T20:24:08.281525+0000 mgr.smithi005.drqcnv (mgr.14182) 782 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:10.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:10 smithi129 conmon[40092]: audit 2024-02-09T20:24:10.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:10 smithi129 conmon[40092]: 2024-02-09T20:24:08.842419+0000 mgr.smithi005.drqcnv (mgr.14182) 783 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:12.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:12 smithi005 conmon[35754]: cluster 2024-02-09T20:24:10.282156+0000 mgr.smithi005.drqcnv (mgr.14182) 784 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:12.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:12 smithi129 conmon[40092]: cluster 2024-02-09T20:24:10.282156+0000 mgr.smithi005.drqcnv (mgr.14182) 784 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:12.612 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:24:12.612 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:13.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:14.309 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:14.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:14 smithi005 conmon[35754]: cluster 2024-02-09T20:24:12.282600+0000 mgr.smithi005.drqcnv (mgr.14182) 785 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:14.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:14 smithi005 conmon[35754]: audit 2024-02-09T20:24:12.605993+0000 mgr.smithi005.drqcnv (mgr.14182) 786 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:14.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:14 smithi129 conmon[40092]: cluster 2024-02-09T20:24:12.282600+0000 mgr.smithi005.drqcnv (mgr.14182) 785 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:14.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:14 smithi129 conmon[40092]: audit 2024-02-09T20:24:12.605993+0000 mgr.smithi005.drqcnv (mgr.14182) 786 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:16.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:16 smithi005 conmon[35754]: cluster 2024-02-09T20:24:14.283067+0000 mgr.smithi005.drqcnv (mgr.14182) 787 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:16.433 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:24:16.434 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:16.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:16 smithi129 conmon[40092]: cluster 2024-02-09T20:24:14.283067+0000 mgr.smithi005.drqcnv (mgr.14182) 787 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:17.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:17.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:17 smithi005 conmon[35754]: cluster 2024-02-09T20:24:16.283574+0000 mgr.smithi005.drqcnv (mgr.14182) 788 : cluster [DBG] 2024-02-09T20:24:17.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:17 smithi005 conmon[35754]: pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:17.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:17 smithi005 conmon[35754]: audit 2024-02-09T20:24:16.428249+0000 mgr.smithi005.drqcnv (mgr.14182) 789 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:17.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:17 smithi129 conmon[40092]: cluster 2024-02-09T20:24:16.283574+0000 mgr.smithi005.drqcnv (mgr.14182) 788 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:17.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:17 smithi129 conmon[40092]: audit 2024-02-09T20:24:16.428249+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:24:17.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:17 smithi129 conmon[40092]: 789 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:18.128 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:19.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:19 smithi005 conmon[35754]: cluster 2024-02-09T20:24:18.283927+0000 mgr.smithi005.drqcnv (mgr.14182) 790 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:19.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:19 smithi129 conmon[40092]: cluster 2024-02-09T20:24:18.283927+0000 mgr.smithi005.drqcnv (mgr.14182) 790 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:20.119 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:24:20.119 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:20.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:20 smithi005 conmon[35754]: audit 2024-02-09T20:24 2024-02-09T20:24:20.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:20 smithi005 conmon[35754]: :20.113094+0000 mgr.smithi005.drqcnv (mgr.14182) 791 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:20.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:20.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:20 smithi129 conmon[40092]: audit 2024-02-09T20:24:20.113094+0000 mgr.smithi005.drqcnv (mgr.14182) 791 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:21.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:21 smithi005 conmon[35754]: cluster 2024-02-09T20:24:20.284490+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:24:21.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:21 smithi005 conmon[35754]: .14182) 792 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:21.768 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:21.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:21 smithi129 conmon[40092]: cluster 2024-02-09T20:24:20.284490+0000 mgr.smithi005.drqcnv (mgr.14182) 792 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:23.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:23 smithi005 conmon[35754]: cluster 2024-02-09T20:24:22.285074+0000 mgr.smithi005.drqcnv (mgr.14182) 793 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:23.729 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:24:23.729 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:23.807 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:23 smithi129 conmon[40092]: cluster 2024-02-09T20:24:22.285074+0000 mgr.smithi005.drqcnv (mgr.14182) 793 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:24.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:24.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:24 smithi005 conmon[35754]: audit 2024-02-09T20:24:23.723680+0000 mgr.smithi005.drqcnv (mgr.14182) 794 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:24.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:24 smithi129 conmon[40092]: audit 2024-02-09T20:24:23.723680+0000 mgr.smithi005.drqcnv (mgr.14182) 794 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:25.351 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:25.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:25 smithi005 conmon[35754]: cluster 2024-02-09T20:24:24.285611+0000 mgr.smithi005.drqcnv (mgr.14182) 795 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:25.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:25 smithi129 conmon[40092]: cluster 2024-02-09T20:24:24.285611+0000 mgr.smithi005.drqcnv (mgr.14182) 795 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:27.280 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:24:27.280 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:27.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:27 smithi005 conmon[35754]: cluster 2024-02-09T20:24:26.286423+0000 mgr.smithi005.drqcnv (mgr.14182) 796 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:27.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:27 smithi129 conmon[40092]: cluster 2024-02-09T20:24:26.286423+0000 mgr.smithi005.drqcnv (mgr.14182) 796 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:27.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:28.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:28 smithi005 conmon[35754]: audit 2024-02-09T20:24:27.273848+0000 mgr.smithi005.drqcnv (mgr.14182) 797 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:28.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:28 smithi005 conmon[35754]: 2024-02-09T20:24:28.782 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:28 smithi129 conmon[40092]: audit 2024-02-09T20:24:27.273848+0000 mgr.smithi005.drqcnv (mgr.14182) 797 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:29.001 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:29.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:29 smithi005 conmon[35754]: cluster 2024-02-09T20:24:28.286841+0000 mgr.smithi005.drqcnv (mgr.14182) 798 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:29.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:29 smithi129 conmon[40092]: cluster 2024-02-09T20:24:28.286841+0000 mgr.smithi005.drqcnv (mgr.14182) 798 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:31.000 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:24:31.000 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:31.635 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:31 smithi005 conmon[35754]: cluster 2024-02-09T20:24:30.287419+0000 mgr.smithi005.drqcnv (mgr.14182) 799 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:31.635 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:31 smithi005 conmon[35754]: audit 2024-02-09T20:24:30.994185+0000 mgr.smithi005.drqcnv (mgr.14182) 800 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:31.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:31.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:31 smithi129 conmon[40092]: cluster 2024-02-09T20:24:30.287419+0000 mgr.smithi005.drqcnv (mgr.14182) 799 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:31.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:31 smithi129 conmon[40092]: audit 2024-02-09T20:24:31.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:31 smithi129 conmon[40092]: 2024-02-09T20:24:30.994185+0000 mgr.smithi005.drqcnv (mgr.14182) 800 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:32.659 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:33.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:33 smithi005 conmon[35754]: cluster 2024-02-09T20:24:32 2024-02-09T20:24:33.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:33 smithi005 conmon[35754]: .288210+0000 mgr.smithi005.drqcnv (mgr.14182) 801 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:33.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:33 smithi129 conmon[40092]: cluster 2024-02-09T20:24:32.288210+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:24:33.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:33 smithi129 conmon[40092]: 801 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:34.724 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:24:34.724 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:35.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:35.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:35 smithi005 conmon[35754]: cluster 2024-02-09T20:24:34.288716+0000 mgr.smithi005.drqcnv (mgr.14182) 802 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:35.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:35 smithi005 conmon[35754]: audit 2024-02-09T20:24:34.717618+0000 mgr.smithi005.drqcnv (mgr.14182) 803 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:35.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:35 smithi129 conmon[40092]: cluster 2024-02-09T20:24:34.288716+0000 mgr.smithi005.drqcnv (mgr.14182) 802 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:35.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:35 smithi129 conmon[40092]: audit 2024-02-09T20:24:34.717618+0000 mgr.smithi005.drqcnv (mgr.14182) 803 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:36.415 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:37.971 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:37 smithi005 conmon[35754]: cluster 2024-02-09T20:24:36.289467+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:24:37.972 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:37 smithi005 conmon[35754]: ) 804 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:38.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:37 smithi129 conmon[40092]: cluster 2024-02-09T20:24:36.289467+0000 mgr.smithi005.drqcnv (mgr.14182) 804 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:38.383 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:24:38.383 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:39.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:40.090 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:40.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:39 smithi005 conmon[35754]: cluster 2024-02-09T20:24:38.289828+0000 mgr.smithi005.drqcnv (mgr.14182) 805 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:40.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:39 smithi005 conmon[35754]: audit 2024-02-09T20:24:38.376727+0000 mgr.smithi005.drqcnv (mgr.14182) 806 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:40.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:39 smithi129 conmon[40092]: cluster 2024-02-09T20:24:38.289828+0000 mgr.smithi005.drqcnv (mgr.14182) 805 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:40.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:39 smithi129 conmon[40092]: audit 2024-02-09T20:24:38.376727+0000 mgr.smithi005.drqcnv (mgr.14182) 806 : audit 2024-02-09T20:24:40.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:39 smithi129 conmon[40092]: [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:42.048 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:24:42.049 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:42.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:41 smithi005 conmon[35754]: cluster 2024-02-09T20:24:40.290484+0000 mgr.smithi005.drqcnv (mgr.14182) 807 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:42.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:41 smithi129 conmon[40092]: cluster 2024-02-09T20:24:40.290484+0000 mgr.smithi005.drqcnv (mgr.14182) 807 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:42.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:43.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:42 smithi005 conmon[35754]: audit 2024-02-09T20:24:42.042191+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:24:43.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:42 smithi005 conmon[35754]: 808 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:43.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:42 smithi129 conmon[40092]: audit 2024-02-09T20:24:42.042191+0000 mgr.smithi005.drqcnv (mgr.14182) 808 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:43.715 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:44.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:43 smithi005 conmon[35754]: cluster 2024-02-09T20:24:42.291064+0000 mgr.smithi005.drqcnv (mgr.14182) 809 2024-02-09T20:24:44.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:43 smithi005 conmon[35754]: : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:44.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:43 smithi129 conmon[40092]: cluster 2024-02-09T20:24:42.291064+0000 mgr.smithi005.drqcnv (mgr.14182) 809 : cluster [DBG] 2024-02-09T20:24:44.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:43 smithi129 conmon[40092]: pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:45.769 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:24:45.769 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:45.948 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:45 smithi005 conmon[35754]: cluster 2024-02-09T20:24:44.291615+0000 mgr.smithi005.drqcnv (mgr.14182) 810 : cluster 2024-02-09T20:24:45.949 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:45 smithi005 conmon[35754]: [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:46.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:45 smithi129 conmon[40092]: cluster 2024-02-09T20:24:44.291615+0000 mgr.smithi005.drqcnv (mgr.14182) 810 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:46.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:47.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:46 smithi005 conmon[35754]: audit 2024-02-09T20:24:45.762047+0000 mgr.smithi005.drqcnv (mgr.14182) 811 : audit [DBG] 2024-02-09T20:24:47.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:46 smithi005 conmon[35754]: from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:47.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:46 smithi129 conmon[40092]: audit 2024-02-09T20:24:45.762047+0000 mgr.smithi005.drqcnv (mgr.14182) 811 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:47.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:46 smithi129 conmon[40092]: 2024-02-09T20:24:47.404 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:48.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:47 smithi005 conmon[35754]: cluster 2024-02-09T20:24:46.292271+0000 mgr.smithi005.drqcnv (mgr.14182) 812 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:48.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:47 smithi005 conmon[35754]: 2024-02-09T20:24:48.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:47 smithi129 conmon[40092]: cluster 2024-02-09T20:24:46.292271+0000 mgr.smithi005.drqcnv (mgr.14182) 812 : cluster [DBG] 2024-02-09T20:24:48.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:47 smithi129 conmon[40092]: pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:49.384 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:24:49.384 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:50.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:50.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:49 smithi129 conmon[40092]: cluster 2024-02-09T20:24:48.292707+0000 mgr.smithi005.drqcnv (mgr.14182) 813 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:50.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:49 smithi005 conmon[35754]: cluster 2024-02-09T20:24:48.292707+0000 mgr.smithi005.drqcnv (mgr.14182) 813 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:51.020 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:51.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:50 smithi129 conmon[40092]: audit 2024-02-09T20:24:49.378092+0000 mgr.smithi005.drqcnv (mgr.14182) 814 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:51.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:50 smithi005 conmon[35754]: audit 2024-02-09T20:24:49.378092+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:24:51.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:50 smithi005 conmon[35754]: ) 814 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:52.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:51 smithi005 conmon[35754]: cluster 2024-02-09T20:24:50.293467+0000 mgr.smithi005.drqcnv (mgr.14182) 815 : cluster 2024-02-09T20:24:52.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:51 smithi005 conmon[35754]: [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:52.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:51 smithi129 conmon[40092]: cluster 2024-02-09T20:24:50.293467+0000 mgr.smithi005.drqcnv (mgr.14182) 815 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:24:53.071 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:24:53.072 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:17:01.651274Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.xvmjap on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:53.829 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:54.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:53 smithi005 conmon[35754]: cluster 2024-02-09T20:24:52.293899+0000 mgr.smithi005.drqcnv (mgr.14182) 816 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:54.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:53 smithi005 conmon[35754]: audit 2024-02-09T20:24:53.065281+0000 mgr.smithi005.drqcnv (mgr.14182) 817 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:54.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:53 smithi129 conmon[40092]: cluster 2024-02-09T20:24:52.293899+0000 mgr.smithi005.drqcnv (mgr.14182) 816 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:54.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:53 smithi129 conmon[40092]: audit 2024-02-09T20:24:53.065281+0000 mgr.smithi005.drqcnv (mgr.14182) 817 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:54.830 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:24:55.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:54 smithi005 conmon[35754]: audit 2024-02-09T20:24:54. 2024-02-09T20:24:55.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:54 smithi005 conmon[35754]: 517041+0000 mon.smithi005 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi129.htxjzt"}]: dispatch 2024-02-09T20:24:55.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:54 smithi129 conmon[40092]: audit 2024-02-09T20:24:54.517041+0000 mon.smithi005 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi129.htxjzt"}]: dispatch 2024-02-09T20:24:56.196 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: cluster 2024-02-09T20:24:54.294343+0000 mgr.smithi005.drqcnv (mgr.14182) 818 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:56.196 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: cephadm 2024-02-09T20 2024-02-09T20:24:56.196 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: :24:54.516282+0000 mgr.smithi005.drqcnv (mgr.14182) 819 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt 2024-02-09T20:24:56.196 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt 2024-02-09T20:24:56.196 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt 2024-02-09T20:24:56.196 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt 2024-02-09T20:24:56.196 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi129.htxjzt ... 2024-02-09T20:24:56.196 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:24:56.196 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:24:56.196 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:22:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:24:56.196 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:23:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:24:56.196 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:24:13Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:24:56.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:24:56.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:24:56.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:24:56.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: Traceback (most recent call last): 2024-02-09T20:24:56.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:24:56.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: yield (conn, connr) 2024-02-09T20:24:56.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:24:56.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: code, '\n'.join(err))) 2024-02-09T20:24:56.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: 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-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt 2024-02-09T20:24:56.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt 2024-02-09T20:24:56.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt 2024-02-09T20:24:56.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt 2024-02-09T20:24:56.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi129.htxjzt ... 2024-02-09T20:24:56.197 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:24:56.198 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:24:56.198 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:22:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:24:56.198 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:23:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:24:56.198 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:24:13Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:24:56.198 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:24:56.198 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authentic 2024-02-09T20:24:56.198 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: ating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:24:56.198 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:24:56.198 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: cephadm 2024-02-09T20:24:54.516573+0000 mgr.smithi005.drqcnv (mgr.14182) 820 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi129.htxjzt 2024-02-09T20:24:56.198 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: cephadm 2024-02-09T20:24:54.517969+0000 mgr.smithi005.drqcnv (mgr.14182) 821 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt 2024-02-09T20:24:56.198 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt 2024-02-09T20:24:56.198 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt 2024-02-09T20:24:56.198 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt 2024-02-09T20:24:56.198 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi129.htxjzt ... 2024-02-09T20:24:56.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:24:56.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:24:56.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:22:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:24:56.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:23:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:24:56.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:24:13Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:24:56.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:24:56.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:24:56.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:24:56.199 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:55 smithi005 conmon[35754]: cephadm 2024-02-09T20:24:54.519790+0000 mgr.smithi005.drqcnv (mgr.14182) 822 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi005.hjdang on smithi005 2024-02-09T20:24:56.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: cluster 2024-02-09T20:24:54.294343+0000 mgr.smithi005.drqcnv (mgr.14182) 818 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:56.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: cephadm 2024-02-09T20:24:54.516282+0000 mgr.smithi005.drqcnv (mgr.14182) 819 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt 2024-02-09T20:24:56.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt 2024-02-09T20:24:56.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt 2024-02-09T20:24:56.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt 2024-02-09T20:24:56.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi129.htxjzt ... 2024-02-09T20:24:56.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:24:56.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:24:56.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:22:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:24:56.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:23:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:24:56.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:24:13Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:24:56.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:24:56.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:24:56.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:24:56.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: Traceback (most recent call last): 2024-02-09T20:24:56.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:24:56.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: yield (conn, connr) 2024-02-09T20:24:56.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:24:56.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: code, '\n'.join(err))) 2024-02-09T20:24:56.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: 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-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt 2024-02-09T20:24:56.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt 2024-02-09T20:24:56.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt 2024-02-09T20:24:56.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt 2024-02-09T20:24:56.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi129.htxjzt ... 2024-02-09T20:24:56.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:24:56.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:24:56.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:22:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:24:56.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:23:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:24:56.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:24:13Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:24:56.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:24:56.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/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 2024-02-09T20:24:56.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:24:56.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:24:56.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: cephadm 2024-02-09T20:24:54.516573+0000 mgr.smithi005.drqcnv (mgr.14182) 820 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi129.htxjzt 2024-02-09T20:24:56.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: cephadm 2024-02-09T20:24:54.517969+0000 mgr.smithi005.drqcnv (mgr.14182) 821 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt 2024-02-09T20:24:56.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt 2024-02-09T20:24:56.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt 2024-02-09T20:24:56.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt 2024-02-09T20:24:56.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi129.htxjzt ... 2024-02-09T20:24:56.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:24:56.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:24:56.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:22:57Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:24:56.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:23:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:24:56.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:24:13Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:24:56.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:24:56.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:24:56.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:24:56.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:55 smithi129 conmon[40092]: cephadm 2024-02-09T20:24:54.519790+0000 mgr.smithi005.drqcnv (mgr.14182) 822 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi005.hjdang on smithi005 2024-02-09T20:24:56.905 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:24:56.905 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:24:57.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:24:58.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:57 smithi129 conmon[40092]: cluster 2024-02-09T20:24:56.295055+0000 mgr.smithi005.drqcnv (mgr.14182) 823 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:58.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:57 smithi129 conmon[40092]: audit 2024-02-09T20:24:56.898574+0000 mgr.smithi005.drqcnv (mgr.14182) 824 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:58.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:57 smithi005 conmon[35754]: cluster 2024-02-09T20:24:56.295055+0000 mgr.smithi005.drqcnv (mgr.14182) 823 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:24:58.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:57 smithi005 conmon[35754]: audit 2024-02-09T20:24:56.898574+0000 mgr.smithi005.drqcnv (mgr.14182) 824 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:24:58.603 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:00.168 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:59 smithi005 conmon[35754]: cluster 2024-02-09T20:24:58.295810+0000 mgr.smithi005.drqcnv (mgr.14182) 825 : cluster 2024-02-09T20:25:00.169 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:24:59 smithi005 conmon[35754]: [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:00.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:24:59 smithi129 conmon[40092]: cluster 2024-02-09T20:24:58.295810+0000 mgr.smithi005.drqcnv (mgr.14182) 825 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:00.607 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:25:00.607 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:01.251 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:02.251 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:02.288 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:01 smithi005 conmon[35754]: cluster 2024-02-09T20:25:00.296388+0000 mgr.smithi005.drqcnv (mgr.14182) 826 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:02.288 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:01 smithi005 conmon[35754]: audit 2024-02-09T20:25:00.600935+0000 mgr.smithi005.drqcnv (mgr.14182) 827 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:02.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:01 smithi129 conmon[40092]: cluster 2024-02-09T20:25:00.296388+0000 mgr.smithi005.drqcnv (mgr.14182) 826 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:02.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:01 smithi129 conmon[40092]: audit 2024-02-09T20:25:00.600935+0000 mgr.smithi005.drqcnv 2024-02-09T20:25:02.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:01 smithi129 conmon[40092]: (mgr.14182) 827 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:04.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:03 smithi129 conmon[40092]: cluster 2024-02-09T20:25:02.296903+0000 mgr.smithi005.drqcnv (mgr.14182) 828 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:04.363 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:25:04.363 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:04.388 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:03 smithi005 conmon[35754]: cluster 2024-02-09T20:25:02.296903+0000 mgr.smithi005.drqcnv (mgr.14182) 828 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:05.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:06.043 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:06.183 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:05 smithi129 conmon[40092]: cluster 2024-02-09T20:25:04.297420+0000 mgr.smithi005.drqcnv (mgr.14182) 829 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:06.183 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:05 smithi129 conmon[40092]: audit 2024-02-09T20:25:04.356801+0000 2024-02-09T20:25:06.183 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:05 smithi129 conmon[40092]: mgr.smithi005.drqcnv (mgr.14182) 830 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:06.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:05 smithi005 conmon[35754]: cluster 2024-02-09T20:25:04.297420+0000 mgr.smithi005.drqcnv (mgr.14182) 829 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:06.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:05 smithi005 conmon[35754]: audit 2024-02-09T20:25:04.356801+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:25:06.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:05 smithi005 conmon[35754]: mgr.14182) 830 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:08.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:07 smithi005 conmon[35754]: cluster 2024-02-09T20:25:06.298098+0000 mgr.smithi005.drqcnv (mgr.14182) 831 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:08.194 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:25:08.195 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:08.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:07 smithi129 conmon[40092]: cluster 2024-02-09T20:25:06.298098+0000 mgr.smithi005.drqcnv (mgr.14182) 831 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:08.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:09.892 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:10.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:09 smithi129 conmon[40092]: audit 2024-02-09T20:25:08.188895+0000 mgr.smithi005.drqcnv (mgr.14182) 832 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:10.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:09 smithi129 conmon[40092]: cluster 2024-02-09T20:25:08.298598+0000 mgr.smithi005.drqcnv (mgr.14182) 833 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:10.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:09 smithi005 conmon[35754]: audit 2024-02-09T20:25:08.188895+0000 mgr.smithi005.drqcnv (mgr.14182) 832 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:10.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:09 smithi005 conmon[35754]: cluster 2024-02-09T20:25:08.298598+0000 mgr.smithi005.drqcnv (mgr.14182) 833 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:11.972 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:25:11.972 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:12.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:12 smithi129 conmon[40092]: cluster 2024-02-09T20:25:10.299156+0000 mgr.smithi005.drqcnv (mgr.14182) 834 : cluster 2024-02-09T20:25:12.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:12 smithi129 conmon[40092]: [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:12.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:12 smithi005 conmon[35754]: cluster 2024-02-09T20:25:10.299156+0000 mgr.smithi005.drqcnv (mgr.14182) 834 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:12.583 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:13.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:13 smithi129 conmon[40092]: audit 2024-02-09T20:25:11.965099+0000 mgr.smithi005.drqcnv (mgr.14182) 835 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:13.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:13 smithi129 conmon[40092]: 2024-02-09T20:25:13.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:13 smithi005 conmon[35754]: audit 2024-02-09T20:25:11.965099+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:25:13.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:13 smithi005 conmon[35754]: ) 835 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:13.584 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:14.262 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:14 smithi005 conmon[35754]: cluster 2024-02-09T20:25:12.299768+0000 mgr.smithi005.drqcnv (mgr.14182) 836 2024-02-09T20:25:14.263 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:14 smithi005 conmon[35754]: : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:14.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:14 smithi129 conmon[40092]: cluster 2024-02-09T20:25:12.299768+0000 mgr.smithi005.drqcnv (mgr.14182) 836 : cluster [DBG] 2024-02-09T20:25:14.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:14 smithi129 conmon[40092]: pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:15.646 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:25:15.646 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:16.275 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:16 smithi005 conmon[35754]: cluster 2024-02-09T20:25:14.300268+0000 mgr.smithi005.drqcnv (mgr.14182) 837 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:16.299 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:16.307 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:16 smithi129 conmon[40092]: cluster 2024-02-09T20:25:14.300268+0000 mgr.smithi005.drqcnv (mgr.14182) 837 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:16.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:16 smithi129 conmon[40092]: 2024-02-09T20:25:17.300 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:17.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:17 smithi129 conmon[40092]: audit 2024-02-09T20:25:15.639839 2024-02-09T20:25:17.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:17 smithi129 conmon[40092]: +0000 mgr.smithi005.drqcnv (mgr.14182) 838 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:17.334 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:17 smithi005 conmon[35754]: audit 2024-02-09T20:25:15.639839+0000 mgr.smithi005.drqcnv (mgr.14182) 838 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:17.334 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:17 smithi005 conmon[35754]: 2024-02-09T20:25:18.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:18 smithi005 conmon[35754]: cluster 2024-02-09T20:25:16.300893+0000 mgr.smithi005.drqcnv (mgr.14182) 839 : 2024-02-09T20:25:18.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:18 smithi005 conmon[35754]: cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:18.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:18 smithi129 conmon[40092]: cluster 2024-02-09T20:25:16.300893+0000 mgr.smithi005.drqcnv (mgr.14182) 839 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:19.407 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:25:19.407 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:20.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:20.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:20 smithi129 conmon[40092]: cluster 2024-02-09T20:25:18.301471+0000 mgr.smithi005.drqcnv (mgr.14182) 840 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:20.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:20 smithi005 conmon[35754]: cluster 2024-02-09T20:25:18.301471+0000 mgr.smithi005.drqcnv (mgr.14182) 840 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:21.109 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:21.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:21 smithi129 conmon[40092]: audit 2024-02-09T20:25:19.401297+0000 mgr.smithi005.drqcnv (mgr.14182) 841 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:21.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:21 smithi005 conmon[35754]: audit 2024-02-09T20:25:19.401297+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:25:21.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:21 smithi005 conmon[35754]: 841 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:22.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:22 smithi129 conmon[40092]: cluster 2024-02-09T20:25:20.302317+0000 mgr.smithi005.drqcnv (mgr.14182) 842 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:22.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:22 smithi005 conmon[35754]: cluster 2024-02-09T20:25:20.302317+0000 mgr.smithi005.drqcnv (mgr.14182) 842 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:23.110 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:25:23.110 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:23.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:24.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:24 smithi129 conmon[40092]: cluster 2024-02-09T20:25:22.302765+0000 mgr.smithi005.drqcnv (mgr.14182) 843 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:24.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:24 smithi129 conmon[40092]: audit 2024-02-09T20:25:23.104006+0000 mgr.smithi005.drqcnv (mgr.14182) 844 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:24.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:24 smithi005 conmon[35754]: cluster 2024-02-09T20:25:22.302765+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:25:24.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:24 smithi005 conmon[35754]: 14182) 843 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:24.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:24 smithi005 conmon[35754]: audit 2024-02-09T20:25:23.104006+0000 mgr.smithi005.drqcnv (mgr.14182) 844 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:24.782 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:26.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:26 smithi129 conmon[40092]: cluster 2024-02-09T20:25:24.303372+0000 mgr.smithi005.drqcnv (mgr.14182) 845 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:26.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:26 smithi005 conmon[35754]: cluster 2024-02-09T20:25:24. 2024-02-09T20:25:26.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:26 smithi005 conmon[35754]: 303372+0000 mgr.smithi005.drqcnv (mgr.14182) 845 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:26.829 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:25:26.830 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:27.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:28.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:28 smithi129 conmon[40092]: cluster 2024-02-09T20:25:26.304210+0000 mgr.smithi005.drqcnv (mgr.14182) 846 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:28.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:28 smithi129 conmon[40092]: 2024-02-09T20:25:28.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:28 smithi129 conmon[40092]: audit 2024-02-09T20:25:26.823812+0000 mgr.smithi005.drqcnv (mgr.14182) 847 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:28.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:28 smithi005 conmon[35754]: cluster 2024-02-09T20:25:26.304210+0000 mgr.smithi005.drqcnv (mgr.14182) 846 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:28.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:28 smithi005 conmon[35754]: audit 2024-02-09T20:25:26.823812+0000 mgr.smithi005.drqcnv (mgr.14182) 847 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:28.506 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:30.072 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:30 smithi005 conmon[35754]: cluster 2024-02-09T20:25:28.304690+0000 mgr.smithi005.drqcnv (mgr.14182) 848 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:30.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:30 smithi129 conmon[40092]: cluster 2024-02-09T20:25:28.304690+0000 mgr.smithi005.drqcnv (mgr.14182) 848 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:30.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:30 smithi129 conmon[40092]: 2024-02-09T20:25:30.467 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:25:30.467 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:31.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:32.122 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:32.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:32 smithi129 conmon[40092]: cluster 2024-02-09T20:25:30.305194+0000 mgr.smithi005.drqcnv (mgr.14182) 849 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:32.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:32 smithi129 conmon[40092]: audit 2024-02-09T20:25:30.461453+0000 mgr.smithi005.drqcnv (mgr.14182) 850 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:32.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:32 smithi005 conmon[35754]: cluster 2024-02-09T20:25:30.305194+0000 mgr.smithi005.drqcnv (mgr.14182) 849 : 2024-02-09T20:25:32.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:32 smithi005 conmon[35754]: cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:32.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:32 smithi005 conmon[35754]: audit 2024-02-09T20:25:30.461453+0000 mgr.smithi005.drqcnv (mgr.14182) 850 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:34.107 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:25:34.107 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:34.359 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:34 smithi005 conmon[35754]: cluster 2024-02-09T20:25:32.305576+0000 mgr.smithi005.drqcnv (mgr.14182) 851 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:34.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:34 smithi129 conmon[40092]: cluster 2024-02-09T20:25:32.305576+0000 mgr.smithi005.drqcnv (mgr.14182) 851 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:34.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:34 smithi129 conmon[40092]: 2024-02-09T20:25:34.864 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:35.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:35 smithi005 conmon[35754]: audit 2024-02-09T20:25:34.100703+0000 mgr.smithi005.drqcnv (mgr.14182) 852 : 2024-02-09T20:25:35.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:35 smithi005 conmon[35754]: audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:35.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:35 smithi129 conmon[40092]: audit 2024-02-09T20:25:34.100703+0000 mgr.smithi005.drqcnv (mgr.14182) 852 : audit [DBG] 2024-02-09T20:25:35.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:35 smithi129 conmon[40092]: from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:35.865 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:36 smithi129 conmon[40092]: cluster 2024-02-09T20:25:34.306209+0000 mgr.smithi005.drqcnv (mgr.14182) 853 : cluster [DBG] 2024-02-09T20:25:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:36 smithi129 conmon[40092]: pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:36.393 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:36 smithi005 conmon[35754]: cluster 2024-02-09T20: 2024-02-09T20:25:36.393 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:36 smithi005 conmon[35754]: 25:34.306209+0000 mgr.smithi005.drqcnv (mgr.14182) 853 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:37.955 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:25:37.955 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:38.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:38 smithi005 conmon[35754]: cluster 2024-02-09T20:25:36.307029+0000 mgr.smithi005.drqcnv (mgr.14182) 854 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:38.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:38 smithi129 conmon[40092]: cluster 2024-02-09T20:25:36.307029+0000 mgr.smithi005.drqcnv (mgr.14182) 854 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:38.587 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:39.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:39 smithi005 conmon[35754]: audit 2024-02-09T20:25:37.948905+0000 mgr.smithi005.drqcnv (mgr.14182) 855 : 2024-02-09T20:25:39.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:39 smithi005 conmon[35754]: audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:39.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:39 smithi129 conmon[40092]: audit 2024-02-09T20:25:37.948905+0000 mgr.smithi005.drqcnv (mgr.14182) 855 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:39.588 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:40.398 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:40 smithi005 conmon[35754]: cluster 2024-02-09T20:25:38.307492+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:25:40.398 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:40 smithi005 conmon[35754]: ) 856 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:40.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:40 smithi129 conmon[40092]: cluster 2024-02-09T20:25:38.307492+0000 mgr.smithi005.drqcnv (mgr.14182) 856 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:41.573 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:25:41.573 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:42.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:42.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:42 smithi005 conmon[35754]: cluster 2024-02-09T20:25:40.308162+0000 mgr.smithi005.drqcnv (mgr.14182) 857 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:42.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:42 smithi129 conmon[40092]: cluster 2024-02-09T20:25:40.308162+0000 mgr.smithi005.drqcnv (mgr.14182) 857 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:43.296 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:43.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:43 smithi005 conmon[35754]: audit 2024-02-09T20:25:41.566486+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:25:43.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:43 smithi005 conmon[35754]: 858 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:43.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:43 smithi129 conmon[40092]: audit 2024-02-09T20:25:41.566486+0000 mgr.smithi005.drqcnv (mgr.14182) 858 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:44.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:44 smithi005 conmon[35754]: cluster 2024-02-09T20:25:42.308848+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:25:44.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:44 smithi005 conmon[35754]: 859 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:44.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:44 smithi129 conmon[40092]: cluster 2024-02-09T20:25:42.308848+0000 mgr.smithi005.drqcnv (mgr.14182) 859 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:45.357 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:25:45.357 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:46.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:46.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:46 smithi005 conmon[35754]: cluster 2024-02-09T20:25:44.309337+0000 mgr.smithi005.drqcnv 2024-02-09T20:25:46.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:46 smithi005 conmon[35754]: (mgr.14182) 860 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:46.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:46 smithi129 conmon[40092]: cluster 2024-02-09T20:25:44.309337+0000 mgr.smithi005.drqcnv (mgr.14182) 860 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:47.029 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:47.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:47 smithi005 conmon[35754]: audit 2024-02-09T20:25:45.350703+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:25:47.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:47 smithi005 conmon[35754]: .14182) 861 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:47.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:47 smithi129 conmon[40092]: audit 2024-02-09T20:25:45.350703+0000 mgr.smithi005.drqcnv (mgr.14182) 861 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:47.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:47 smithi129 conmon[40092]: 2024-02-09T20:25:48.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:48 smithi005 conmon[35754]: cluster 2024-02-09T20:25:46.310072+0000 mgr.smithi005.drqcnv (mgr.14182) 862 : cluster [DBG] 2024-02-09T20:25:48.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:48 smithi005 conmon[35754]: pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:48.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:48 smithi129 conmon[40092]: cluster 2024-02-09T20:25:46.310072+0000 mgr.smithi005.drqcnv (mgr.14182) 862 : cluster 2024-02-09T20:25:48.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:48 smithi129 conmon[40092]: [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:49.021 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:25:49.021 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:49.628 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:50.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:50 smithi005 conmon[35754]: cluster 2024-02-09T20:25:48.310459+0000 mgr.smithi005.drqcnv (mgr.14182) 863 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:50.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:50 smithi005 conmon[35754]: audit 2024-02-09T20:25:49.015194+0000 mgr.smithi005.drqcnv (mgr.14182) 864 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:50.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:50 smithi129 conmon[40092]: cluster 2024-02-09T20:25:48.310459+0000 mgr.smithi005.drqcnv (mgr.14182) 863 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:50.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:50 smithi129 conmon[40092]: audit 2024-02-09T20:25:49.015194+0000 mgr.smithi005.drqcnv (mgr.14182) 864 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:50.629 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:52.272 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:52 smithi005 conmon[35754]: cluster 2024-02-09T20:25:50.311029+0000 mgr.smithi005.drqcnv (mgr.14182) 865 : 2024-02-09T20:25:52.272 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:52 smithi005 conmon[35754]: cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:52.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:52 smithi129 conmon[40092]: cluster 2024-02-09T20:25:50.311029+0000 mgr.smithi005.drqcnv (mgr.14182) 865 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:25:52.699 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:25:52.699 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:53.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:54.378 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:54.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:54 smithi005 conmon[35754]: cluster 2024-02-09T20:25:52.311523+0000 mgr.smithi005.drqcnv (mgr.14182) 866 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:54.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:54 smithi005 conmon[35754]: audit 2024-02-09T20:25:52.692561+0000 mgr.smithi005.drqcnv (mgr.14182) 867 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:54.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:54 smithi129 conmon[40092]: cluster 2024-02-09T20:25:52.311523+0000 mgr.smithi005.drqcnv (mgr.14182) 866 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:54.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:54 smithi129 conmon[40092]: audit 2024-02-09T20:25:52.692561+0000 mgr.smithi005.drqcnv (mgr.14182) 867 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:56.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:56 smithi005 conmon[35754]: cluster 2024-02-09T20:25:54.311990+0000 mgr.smithi005.drqcnv (mgr.14182) 868 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:56.438 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:25:56.438 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:25:56.557 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:56 smithi129 conmon[40092]: cluster 2024-02-09T20:25:54.311990+0000 mgr.smithi005.drqcnv (mgr.14182) 868 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:57.060 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:25:58.060 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:25:58.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:58 smithi005 conmon[35754]: cluster 2024-02-09T20:25:56.312502+0000 mgr.smithi005.drqcnv (mgr.14182) 869 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:58.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:25:58 smithi005 conmon[35754]: audit 2024-02-09T20:25:56.432899+0000 mgr.smithi005.drqcnv (mgr.14182) 870 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:25:58.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:58 smithi129 conmon[40092]: cluster 2024-02-09T20:25:56.312502+0000 mgr.smithi005.drqcnv (mgr.14182) 869 : cluster [DBG] 2024-02-09T20:25:58.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:58 smithi129 conmon[40092]: pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:25:58.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:25:58 smithi129 conmon[40092]: audit 2024-02-09T20:25:56.432899+0000 mgr.smithi005.drqcnv (mgr.14182) 870 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:00.063 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:26:00.063 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:00.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:00 smithi005 conmon[35754]: cluster 2024-02-09T20:25:58.312886+0000 mgr.smithi005.drqcnv (mgr.14182) 871 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:00.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:00 smithi129 conmon[40092]: cluster 2024-02-09T20:25:58.312886+0000 mgr.smithi005.drqcnv (mgr.14182) 871 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:00.685 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:01.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:01 smithi005 conmon[35754]: audit 2024-02-09T20:26:00.056038+0000 mgr.smithi005.drqcnv (mgr.14182) 872 : audit 2024-02-09T20:26:01.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:01 smithi005 conmon[35754]: [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:01.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:01 smithi129 conmon[40092]: audit 2024-02-09T20:26:00.056038+0000 mgr.smithi005.drqcnv (mgr.14182) 872 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:01.686 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:02.392 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:02 smithi005 conmon[35754]: cluster 2024-02-09T20:26:00.313524+0000 mgr.smithi005.drqcnv (mgr.14182) 873 2024-02-09T20:26:02.392 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:02 smithi005 conmon[35754]: : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:02.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:02 smithi129 conmon[40092]: cluster 2024-02-09T20:26:00.313524+0000 mgr.smithi005.drqcnv (mgr.14182) 873 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:03.707 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:26:03.707 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:04.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:04.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:04 smithi005 conmon[35754]: cluster 2024-02-09T20:26:02.313977+0000 mgr.smithi005.drqcnv (mgr.14182) 874 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:04.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:04 smithi129 conmon[40092]: cluster 2024-02-09T20:26:02.313977+0000 mgr.smithi005.drqcnv (mgr.14182) 874 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:05.343 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:05.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:05 smithi005 conmon[35754]: audit 2024-02-09T20:26:03.700753+0000 mgr.smithi005.drqcnv (mgr.14182) 875 : audit [DBG] 2024-02-09T20:26:05.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:05 smithi005 conmon[35754]: from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:05.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:05 smithi129 conmon[40092]: audit 2024-02-09T20:26:03.700753+0000 mgr.smithi005.drqcnv (mgr.14182) 875 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:06.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:06 smithi005 conmon[35754]: cluster 2024-02-09T20:26:04.314512+0000 mgr.smithi005.drqcnv (mgr.14182) 876 : 2024-02-09T20:26:06.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:06 smithi005 conmon[35754]: cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:06.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:06 smithi129 conmon[40092]: cluster 2024-02-09T20:26:04.314512+0000 mgr.smithi005.drqcnv (mgr.14182) 876 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:07.315 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:26:07.315 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:07.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:08.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:08 smithi005 conmon[35754]: cluster 2024-02-09T20:26:06.315107+0000 mgr.smithi005.drqcnv (mgr.14182) 877 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:08.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:08 smithi129 conmon[40092]: cluster 2024-02-09T20:26:06.315107+0000 mgr.smithi005.drqcnv (mgr.14182) 877 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:08.943 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:09.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:09 smithi005 conmon[35754]: audit 2024-02-09T20:26:07.309372+0000 mgr.smithi005.drqcnv (mgr.14182) 878 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:09.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:09 smithi129 conmon[40092]: audit 2024-02-09T20:26:07.309372+0000 mgr.smithi005.drqcnv (mgr.14182) 878 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:10.407 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:10 smithi005 conmon[35754]: cluster 2024-02-09T20:26:08.315634+0000 mgr.smithi005.drqcnv (mgr.14182) 879 : cluster [DBG] 2024-02-09T20:26:10.407 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:10 smithi005 conmon[35754]: pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:10.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:10 smithi129 conmon[40092]: cluster 2024-02-09T20:26:08.315634+0000 mgr.smithi005.drqcnv (mgr.14182) 879 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:10.840 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:26:10.841 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:11.508 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:12.510 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:12.546 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:12 smithi005 conmon[35754]: cluster 2024-02-09T20:26:10.316196+0000 mgr.smithi005.drqcnv (mgr.14182) 880 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:12.546 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:12 smithi005 conmon[35754]: audit 2024-02-09T20:26:10.834196+0000 mgr.smithi005.drqcnv (mgr.14182) 881 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:12.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:12 smithi129 conmon[40092]: cluster 2024-02-09T20:26:10.316196+0000 mgr.smithi005.drqcnv (mgr.14182) 880 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:12.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:12 smithi129 conmon[40092]: audit 2024-02-09T20:26:10.834196+0000 mgr.smithi005.drqcnv (mgr.14182) 881 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:14.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:14 smithi005 conmon[35754]: cluster 2024-02-09T20:26:12.316715+0000 mgr.smithi005.drqcnv (mgr.14182) 882 : cluster 2024-02-09T20:26:14.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:14 smithi005 conmon[35754]: [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:14.486 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:26:14.486 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:14.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:14 smithi129 conmon[40092]: cluster 2024-02-09T20:26:12.316715+0000 mgr.smithi005.drqcnv (mgr.14182) 882 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:15.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:16.094 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:16.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:16 smithi005 conmon[35754]: cluster 2024-02-09T20:26:14.317156+0000 mgr.smithi005.drqcnv (mgr.14182) 883 : cluster 2024-02-09T20:26:16.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:16 smithi005 conmon[35754]: [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:16.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:16 smithi005 conmon[35754]: audit 2024-02-09T20:26:14.480882+0000 mgr.smithi005.drqcnv (mgr.14182) 884 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:16.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:16 smithi129 conmon[40092]: cluster 2024-02-09T20:26:14.317156+0000 mgr.smithi005.drqcnv (mgr.14182) 883 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:16.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:16 smithi129 conmon[40092]: audit 2024-02-09T20:26:14.480882+0000 mgr.smithi005.drqcnv (mgr.14182) 884 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:18.100 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:26:18.101 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:18.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:18 smithi005 conmon[35754]: cluster 2024-02-09T20:26:16.317714+0000 mgr.smithi005.drqcnv (mgr.14182) 885 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:18.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:18 smithi129 conmon[40092]: cluster 2024-02-09T20:26:16.317714+0000 mgr.smithi005.drqcnv (mgr.14182) 885 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:18.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:19.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:19 smithi129 conmon[40092]: audit 2024-02-09T20:26:18.093917+0000 mgr.smithi005.drqcnv (mgr.14182) 886 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:19.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:19 smithi005 conmon[35754]: audit 2024-02-09T20:26:18.093917+0000 mgr.smithi005.drqcnv (mgr.14182) 886 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:19.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:19 smithi005 conmon[35754]: 2024-02-09T20:26:19.775 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:20.427 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:20 smithi005 conmon[35754]: cluster 2024-02-09T20:26:18.318154+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:26:20.427 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:20 smithi005 conmon[35754]: .14182) 887 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:20.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:20 smithi129 conmon[40092]: cluster 2024-02-09T20:26:18.318154+0000 mgr.smithi005.drqcnv (mgr.14182) 887 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:21.481 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:21 smithi005 conmon[35754]: cluster 2024-02-09T20:26:20.318797+0000 mgr.smithi005.drqcnv (mgr.14182) 888 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:21.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:21 smithi129 conmon[40092]: cluster 2024-02-09T20:26:20.318797+0000 mgr.smithi005.drqcnv (mgr.14182) 888 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:21.903 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:26:21.903 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:22.549 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:22 smithi005 conmon[35754]: audit 2024-02-09T20:26:21.897322+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:26:22.549 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:22 smithi005 conmon[35754]: 14182) 889 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:22.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:22 smithi129 conmon[40092]: audit 2024-02-09T20:26:21.897322+0000 mgr.smithi005.drqcnv (mgr.14182) 889 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:22.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:23.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:23 smithi129 conmon[40092]: cluster 2024-02-09T20:26:22.319299+0000 mgr.smithi005.drqcnv (mgr.14182) 890 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:23.574 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:23.609 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:23 smithi005 conmon[35754]: cluster 2024-02-09T20:26:22.319299+0000 mgr.smithi005.drqcnv (mgr.14182) 890 : cluster 2024-02-09T20:26:23.610 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:23 smithi005 conmon[35754]: [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:25.530 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:26:25.530 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:25.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:25 smithi005 conmon[35754]: cluster 2024-02-09T20:26:24.319883+0000 mgr.smithi005.drqcnv (mgr.14182) 891 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:25.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:25 smithi129 conmon[40092]: cluster 2024-02-09T20:26:24.319883+0000 mgr.smithi005.drqcnv (mgr.14182) 891 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:26.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:26.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:26 smithi005 conmon[35754]: audit 2024-02-09T20:26:25.524420+0000 mgr.smithi005.drqcnv (mgr.14182) 892 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:26.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:26 smithi129 conmon[40092]: audit 2024-02-09T20:26:25.524420+0000 mgr.smithi005.drqcnv (mgr.14182) 892 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:27.190 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:27.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:27 smithi005 conmon[35754]: cluster 2024-02-09T20:26:26.320473+0000 mgr.smithi005.drqcnv (mgr.14182) 893 : cluster 2024-02-09T20:26:27.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:27 smithi005 conmon[35754]: [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:27.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:27 smithi129 conmon[40092]: cluster 2024-02-09T20:26:26.320473+0000 mgr.smithi005.drqcnv (mgr.14182) 893 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:29.226 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:26:29.227 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:29.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:29 smithi005 conmon[35754]: cluster 2024-02-09T20:26:28.320990+0000 mgr.smithi005.drqcnv (mgr.14182) 894 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:29.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:29 smithi129 conmon[40092]: cluster 2024-02-09T20:26:28.320990+0000 mgr.smithi005.drqcnv (mgr.14182) 894 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:29.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:30.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:30 smithi005 conmon[35754]: audit 2024-02-09T20:26:29.219657+0000 mgr.smithi005.drqcnv (mgr.14182) 895 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:30.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:30 smithi129 conmon[40092]: audit 2024-02-09T20:26:29.219657+0000 mgr.smithi005.drqcnv (mgr.14182) 895 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:30.930 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:31.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:31 smithi005 conmon[35754]: cluster 2024-02-09T20:26:30.321904+0000 mgr.smithi005.drqcnv (mgr.14182) 896 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:31.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:31 smithi129 conmon[40092]: cluster 2024-02-09T20:26:30.321904+0000 mgr.smithi005.drqcnv (mgr.14182) 896 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:32.997 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:26:32.998 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:33.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:33 smithi005 conmon[35754]: cluster 2024-02-09T20:26:32.322402+0000 mgr.smithi005.drqcnv (mgr.14182) 897 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:33.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:33 smithi005 conmon[35754]: audit 2024-02-09T20:26:32.990671+0000 mgr.smithi005.drqcnv (mgr.14182) 898 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:33.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:33.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:33 smithi129 conmon[40092]: cluster 2024-02-09T20:26:32.322402+0000 mgr.smithi005.drqcnv (mgr.14182) 897 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:33.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:33 smithi129 conmon[40092]: audit 2024-02-09T20:26:33.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:33 smithi129 conmon[40092]: 2024-02-09T20:26:32.990671+0000 mgr.smithi005.drqcnv (mgr.14182) 898 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:34.654 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:35.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:35 smithi005 conmon[35754]: cluster 2024-02-09T20:26:34.322945+0000 2024-02-09T20:26:35.665 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:35 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 899 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:35.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:35 smithi129 conmon[40092]: cluster 2024-02-09T20:26:34.322945+0000 mgr.smithi005.drqcnv (mgr.14182) 899 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:36.585 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:26:36.585 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:37.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:37.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:37 smithi005 conmon[35754]: cluster 2024-02-09T20:26:36.323534+0000 mgr.smithi005.drqcnv (mgr.14182) 900 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:37.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:37 smithi005 conmon[35754]: audit 2024-02-09T20:26:36.578720+0000 mgr.smithi005.drqcnv (mgr.14182) 901 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:37.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:37 smithi129 conmon[40092]: cluster 2024-02-09T20:26:36.323534+0000 mgr.smithi005.drqcnv (mgr.14182) 900 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:37.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:37 smithi129 conmon[40092]: audit 2024-02-09T20:26:37.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:37 smithi129 conmon[40092]: 2024-02-09T20:26:36.578720+0000 mgr.smithi005.drqcnv (mgr.14182) 901 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:38.246 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:39.794 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:39 smithi005 conmon[35754]: cluster 2024-02-09T20:26:38.323968+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:26:39.794 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:39 smithi005 conmon[35754]: .14182) 902 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:39.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:39 smithi129 conmon[40092]: cluster 2024-02-09T20:26:38.323968+0000 mgr.smithi005.drqcnv (mgr.14182) 902 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:40.258 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:26:40.258 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:40.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:41.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:41 smithi129 conmon[40092]: audit 2024-02-09T20:26:40.251833+0000 mgr.smithi005.drqcnv (mgr.14182) 903 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:41.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:41 smithi129 conmon[40092]: cluster 2024-02-09T20:26:40.324629+0000 mgr.smithi005.drqcnv (mgr.14182) 904 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:41.896 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:41.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:41 smithi005 conmon[35754]: audit 2024-02-09T20:26:40.251833+0000 mgr.smithi005.drqcnv (mgr.14182) 903 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:41.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:41 smithi005 conmon[35754]: cluster 2024-02-09T20:26:40.324629+0000 mgr.smithi005.drqcnv (mgr.14182) 904 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:43.452 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:43 smithi005 conmon[35754]: cluster 2024-02-09T20:26:42.325207+0000 mgr.smithi005.drqcnv 2024-02-09T20:26:43.452 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:43 smithi005 conmon[35754]: (mgr.14182) 905 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:43.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:43 smithi129 conmon[40092]: cluster 2024-02-09T20:26:42.325207+0000 mgr.smithi005.drqcnv (mgr.14182) 905 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:43.832 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:26:43.833 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:44.496 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:44.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:44 smithi129 conmon[40092]: audit 2024-02-09T20:26:43.826617+0000 mgr.smithi005.drqcnv (mgr.14182) 906 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:44.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:44 smithi005 conmon[35754]: audit 2024-02-09T20:26:43.826617+0000 mgr.smithi005.drqcnv (mgr.14182) 906 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:45.497 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:45.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:45 smithi129 conmon[40092]: cluster 2024-02-09T20:26:44.325826+0000 mgr.smithi005.drqcnv (mgr.14182) 907 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:45.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:45 smithi005 conmon[35754]: cluster 2024-02-09T20:26:44.325826+0000 mgr.smithi005.drqcnv (mgr.14182) 907 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:47.498 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:26:47.498 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:47.681 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:47 smithi005 conmon[35754]: cluster 2024-02-09T20:26:46.326387+0000 mgr.smithi005.drqcnv (mgr.14182) 908 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:47.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:47 smithi129 conmon[40092]: cluster 2024-02-09T20:26:46.326387+0000 mgr.smithi005.drqcnv (mgr.14182) 908 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:48.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:48.782 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:48 smithi129 conmon[40092]: audit 2024-02-09T20:26:47.491015+0000 mgr.smithi005.drqcnv (mgr.14182) 909 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:48.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:48 smithi005 conmon[35754]: audit 2024-02-09T20:26:47.491015+0000 mgr.smithi005.drqcnv (mgr.14182) 909 : 2024-02-09T20:26:48.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:48 smithi005 conmon[35754]: audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:49.128 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:49.800 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:49 smithi005 conmon[35754]: cluster 2024-02-09T20:26:48.326824+0000 mgr.smithi005.drqcnv 2024-02-09T20:26:49.800 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:49 smithi005 conmon[35754]: (mgr.14182) 910 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:49.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:49 smithi129 conmon[40092]: cluster 2024-02-09T20:26:48.326824+0000 mgr.smithi005.drqcnv (mgr.14182) 910 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:51.076 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:26:51.076 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:51.703 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:51 smithi005 conmon[35754]: cluster 2024-02-09T20:26:50.327605+0000 mgr.smithi005.drqcnv (mgr.14182) 911 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:51.703 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:51 smithi005 conmon[35754]: audit 2024-02-09T20:26:51.069405+0000 mgr.smithi005.drqcnv (mgr.14182) 912 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:51.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:51.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:51 smithi129 conmon[40092]: cluster 2024-02-09T20:26:50.327605+0000 mgr.smithi005.drqcnv (mgr.14182) 911 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:26:51.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:51 smithi129 conmon[40092]: audit 2024-02-09T20:26:51.069405+0000 mgr.smithi005.drqcnv (mgr.14182) 912 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:52.727 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:53.621 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:53 smithi005 conmon[35754]: cluster 2024-02-09T20:26:52.328123+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:26:53.622 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:53 smithi005 conmon[35754]: .14182) 913 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:53.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:53 smithi129 conmon[40092]: cluster 2024-02-09T20:26:52.328123+0000 mgr.smithi005.drqcnv (mgr.14182) 913 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:54.848 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:26:54.849 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:55.484 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:55.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:55 smithi129 conmon[40092]: cluster 2024-02-09T20:26:54.328530+0000 mgr.smithi005.drqcnv (mgr.14182) 914 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:55.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:55 smithi129 conmon[40092]: audit 2024-02-09T20:26:54.841802+0000 mgr.smithi005.drqcnv (mgr.14182) 915 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:55.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:55 smithi005 conmon[35754]: cluster 2024-02-09T20:26:54.328530+0000 mgr.smithi005.drqcnv (mgr.14182) 914 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:55.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:55 smithi005 conmon[35754]: audit 2024-02-09T20:26:54.841802+0000 mgr.smithi005.drqcnv (mgr.14182) 915 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:56.486 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:26:57.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:57 smithi005 conmon[35754]: cluster 2024-02-09T20:26:56.329287+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:26:57.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:57 smithi005 conmon[35754]: ) 916 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:57.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:57 smithi129 conmon[40092]: cluster 2024-02-09T20:26:56.329287+0000 mgr.smithi005.drqcnv (mgr.14182) 916 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:58.511 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:26:58.512 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:26:59.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:26:59.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:59 smithi129 conmon[40092]: cluster 2024-02-09T20:26:58.329654+0000 mgr.smithi005.drqcnv (mgr.14182) 917 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:59.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:26:59 smithi129 conmon[40092]: audit 2024-02-09T20:26:58.505169+0000 mgr.smithi005.drqcnv (mgr.14182) 918 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:26:59.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:59 smithi005 conmon[35754]: cluster 2024-02-09T20:26:58.329654+0000 mgr.smithi005.drqcnv (mgr.14182) 917 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:26:59.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:26:59 smithi005 conmon[35754]: audit 2024-02-09T20:26:58.505169+0000 mgr.smithi005.drqcnv (mgr.14182) 918 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:00.184 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:01.733 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:01 smithi005 conmon[35754]: cluster 2024-02-09T20:27:00.330189+0000 mgr.smithi005.drqcnv (mgr.14182) 919 : cluster 2024-02-09T20:27:01.733 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:01 smithi005 conmon[35754]: [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:01.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:01 smithi129 conmon[40092]: cluster 2024-02-09T20:27:00.330189+0000 mgr.smithi005.drqcnv (mgr.14182) 919 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:02.198 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:27:02.198 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:02.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:03.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:03 smithi129 conmon[40092]: audit 2024-02-09T20:27:02.191631+0000 mgr.smithi005.drqcnv (mgr.14182) 920 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:03.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:03 smithi129 conmon[40092]: cluster 2024-02-09T20:27:02.330807+0000 mgr.smithi005.drqcnv (mgr.14182) 921 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:03.858 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:03.893 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:03 smithi005 conmon[35754]: audit 2024-02-09T20:27:02.191631+0000 mgr.smithi005.drqcnv (mgr.14182) 920 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:03.893 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:03 smithi005 conmon[35754]: cluster 2024-02-09T20:27:02.330807+0000 mgr.smithi005.drqcnv (mgr.14182) 921 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:05.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:05 smithi129 conmon[40092]: cluster 2024-02-09T20:27:04.331336+0000 mgr.smithi005.drqcnv (mgr.14182) 922 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:05.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:05 smithi005 conmon[35754]: cluster 2024-02-09T20:27:04.331336+0000 mgr.smithi005.drqcnv (mgr.14182) 922 : 2024-02-09T20:27:05.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:05 smithi005 conmon[35754]: cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:05.915 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:27:05.915 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:06.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:06.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:06 smithi129 conmon[40092]: audit 2024-02-09T20:27:05.909304+0000 mgr.smithi005.drqcnv (mgr.14182) 923 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:06.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:06 smithi005 conmon[35754]: audit 2024-02-09T20:27:05.909304+0000 mgr.smithi005.drqcnv (mgr.14182) 923 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:07.592 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:07.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:07 smithi129 conmon[40092]: cluster 2024-02-09T20:27:06.332081+0000 mgr.smithi005.drqcnv (mgr.14182) 924 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:07.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:07 smithi005 conmon[35754]: cluster 2024-02-09T20:27:06.332081+0000 mgr.smithi005.drqcnv (mgr.14182) 924 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:09.596 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:27:09.596 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:09.794 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:09 smithi005 conmon[35754]: cluster 2024-02-09T20:27:08.332510+0000 mgr.smithi005.drqcnv (mgr.14182) 925 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:09.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:09 smithi129 conmon[40092]: cluster 2024-02-09T20:27:08.332510+0000 mgr.smithi005.drqcnv (mgr.14182) 925 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:10.240 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:10.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:10 smithi129 conmon[40092]: audit 2024-02-09T20:27:09.589258+0000 mgr.smithi005.drqcnv (mgr.14182) 926 : audit [DBG] from='client.25147 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:10.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:10 smithi005 conmon[35754]: audit 2024-02-09T20:27:09.589258+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:27:10.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:10 smithi005 conmon[35754]: 14182) 926 : audit [DBG] from='client.25147 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:11.241 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:11.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:11 smithi005 conmon[35754]: cluster 2024-02-09T20:27:10.333246+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:27:11.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:11 smithi005 conmon[35754]: mgr.14182) 927 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:11.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:11 smithi129 conmon[40092]: cluster 2024-02-09T20:27:10.333246+0000 mgr.smithi005.drqcnv (mgr.14182) 927 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:13.215 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:27:13.215 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:13.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:13 smithi005 conmon[35754]: cluster 2024-02-09T20:27:12.333713+0000 mgr.smithi005.drqcnv (mgr.14182) 928 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:13.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:13 smithi129 conmon[40092]: cluster 2024-02-09T20:27:12.333713+0000 mgr.smithi005.drqcnv (mgr.14182) 928 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:13.889 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:14.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:14 smithi129 conmon[40092]: audit 2024-02-09T20:27:13.208448+0000 mgr.smithi005.drqcnv (mgr.14182) 929 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:14.890 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:14.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:14 smithi005 conmon[35754]: audit 2024-02-09T20:27:13.208448+0000 mgr.smithi005.drqcnv (mgr.14182) 929 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:14.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:14 smithi005 conmon[35754]: 2024-02-09T20:27:15.801 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:15 smithi005 conmon[35754]: cluster 2024-02-09T20:27:14.334261+0000 mgr.smithi005.drqcnv (mgr.14182) 930 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:15.801 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:15 smithi005 conmon[35754]: 2024-02-09T20:27:15.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:15 smithi129 conmon[40092]: cluster 2024-02-09T20:27:14.334261+0000 mgr.smithi005.drqcnv (mgr.14182) 930 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:16.961 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:27:16.962 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:17.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:17.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:17 smithi129 conmon[40092]: cluster 2024-02-09T20:27:16.334782+0000 mgr.smithi005.drqcnv (mgr.14182) 931 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:17.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:17 smithi129 conmon[40092]: audit 2024-02-09T20:27:16.955330+0000 mgr.smithi005.drqcnv (mgr.14182) 932 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:17.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:17 smithi005 conmon[35754]: cluster 2024-02-09T20:27:16.334782+0000 mgr.smithi005.drqcnv (mgr.14182) 931 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:17.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:17 smithi005 conmon[35754]: audit 2024-02-09T20:27:16.955330+0000 mgr.smithi005.drqcnv (mgr.14182) 932 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:18.682 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:19.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:19 smithi129 conmon[40092]: cluster 2024-02-09T20:27:18.335375+0000 mgr.smithi005.drqcnv (mgr.14182) 933 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:19.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:19 smithi005 conmon[35754]: cluster 2024-02-09T20:27:18.335375+0000 mgr.smithi005.drqcnv (mgr.14182) 933 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:20.747 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:27:20.747 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:21.406 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:21.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:21 smithi005 conmon[35754]: cluster 2024-02-09T20:27:20.336022+0000 mgr.smithi005.drqcnv (mgr.14182) 934 : cluster [DBG] 2024-02-09T20:27:21.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:21 smithi005 conmon[35754]: pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:21.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:21 smithi005 conmon[35754]: audit 2024-02-09T20:27:20.741316+0000 mgr.smithi005.drqcnv (mgr.14182) 935 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:21.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:21 smithi129 conmon[40092]: cluster 2024-02-09T20:27:20.336022+0000 mgr.smithi005.drqcnv (mgr.14182) 934 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:21.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:21 smithi129 conmon[40092]: audit 2024-02-09T20:27:20.741316+0000 mgr.smithi005.drqcnv (mgr.14182) 935 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:22.406 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:23.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:23 smithi129 conmon[40092]: cluster 2024-02-09T20:27:22.336721+0000 mgr.smithi005.drqcnv (mgr.14182) 936 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:23.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:23 smithi005 conmon[35754]: cluster 2024-02-09T20:27:22.336721+0000 mgr.smithi005.drqcnv (mgr.14182) 936 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:24.399 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:27:24.400 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:25.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:25.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:25 smithi129 conmon[40092]: cluster 2024-02-09T20:27:24.337181+0000 mgr.smithi005.drqcnv (mgr.14182) 937 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:25.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:25 smithi129 conmon[40092]: audit 2024-02-09T20:27:24.393721+0000 mgr.smithi005.drqcnv (mgr.14182) 938 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:25.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:25 smithi005 conmon[35754]: cluster 2024-02-09T20:27:24.337181+0000 mgr.smithi005.drqcnv (mgr.14182) 937 : 2024-02-09T20:27:25.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:25 smithi005 conmon[35754]: cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:25.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:25 smithi005 conmon[35754]: audit 2024-02-09T20:27:24.393721+0000 mgr.smithi005.drqcnv (mgr.14182) 938 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:26.048 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:27.726 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:27 smithi005 conmon[35754]: cluster 2024-02-09T20:27:26.337690+0000 mgr.smithi005.drqcnv (mgr.14182) 939 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:27.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:27 smithi129 conmon[40092]: cluster 2024-02-09T20:27:26.337690+0000 mgr.smithi005.drqcnv (mgr.14182) 939 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:28.143 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:27:28.143 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:19:41.260587Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.kevecy on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-kevecy\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.kevecy\nDeploy daemon haproxy.nfs.foo.smithi129.kevecy ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:17:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:18:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:19:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.774305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.bygumu on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-bygumu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.bygumu\nDeploy daemon haproxy.nfs.foo.smithi005.bygumu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:20:18Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:20:55Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:21:34Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:22:14.775791Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.sifoio on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:28.782 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:28 smithi129 conmon[40092]: audit 2024-02-09T20:27:28.137203+0000 mgr.smithi005.drqcnv (mgr.14182) 940 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:28.782 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:28 smithi129 conmon[40092]: 2024-02-09T20:27:28.782 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:28 smithi129 conmon[40092]: audit 2024-02-09T20:27:28.261066+0000 mon.smithi005 (mon.0) 724 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi005.hjdang"}]: dispatch 2024-02-09T20:27:28.815 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:28 smithi005 conmon[35754]: audit 2024-02-09T20:27:28.137203 2024-02-09T20:27:28.815 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:28 smithi005 conmon[35754]: +0000 mgr.smithi005.drqcnv (mgr.14182) 940 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:28.815 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:28 smithi005 conmon[35754]: audit 2024-02-09T20:27:28.261066+0000 mon.smithi005 2024-02-09T20:27:28.815 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:28 smithi005 conmon[35754]: (mon.0) 724 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi005.hjdang"}]: dispatch 2024-02-09T20:27:28.837 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:29.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: cephadm 2024-02-09T20:27:28.260558+0000 mgr.smithi005.drqcnv (mgr.14182) 941 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang 2024-02-09T20:27:29.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang 2024-02-09T20:27:29.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang 2024-02-09T20:27:29.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang 2024-02-09T20:27:29.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi005.hjdang ... 2024-02-09T20:27:29.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:29.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:27:29.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:25:31Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:29.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:26:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:29.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:26:47Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:29.809 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:27:29.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:27:29.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:29.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: Traceback (most recent call last): 2024-02-09T20:27:29.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:27:29.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: yield (conn, connr) 2024-02-09T20:27:29.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:27:29.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: code, '\n'.join(err))) 2024-02-09T20:27:29.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: 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-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang 2024-02-09T20:27:29.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang 2024-02-09T20:27:29.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang 2024-02-09T20:27:29.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang 2024-02-09T20:27:29.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi005.hjdang ... 2024-02-09T20:27:29.810 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:29.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:27:29.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:25:31Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:29.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:26:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:29.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:26:47Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:29.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:27:29.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/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 2024-02-09T20:27:29.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:27:29.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:29.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: cephadm 2024-02-09T20:27:28.260733+0000 mgr.smithi005.drqcnv (mgr.14182) 942 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi005.hjdang 2024-02-09T20:27:29.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: cephadm 2024-02-09T20:27:28.261650+0000 mgr.smithi005.drqcnv (mgr.14182) 943 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang 2024-02-09T20:27:29.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang 2024-02-09T20:27:29.811 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang 2024-02-09T20:27:29.812 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang 2024-02-09T20:27:29.812 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi005.hjdang ... 2024-02-09T20:27:29.812 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:29.812 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:27:29.812 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:25:31Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:29.812 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:26:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:29.812 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:26:47Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:29.812 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:27:29.812 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:27:29.812 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:29.812 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: cephadm 2024-02-09T20:27:28.262946+0000 mgr.smithi005.drqcnv (mgr.14182) 944 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:27:29.812 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: cephadm 2024-02-09T20:27:28.263982+0000 mgr.smithi005.drqcnv (mgr.14182) 945 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:27:29.812 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: cluster 2024-02-09T20:27:28.264729+0000 mgr.smithi005.drqcnv (mgr.14182) 946 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:29.812 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: cluster 2024-02-09T20:27:28.520441+0000 mon.smithi005 (mon.0) 725 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-09T20:27:29.813 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:29 smithi129 conmon[40092]: audit 2024-02-09T20:27:29.437409+0000 mon.smithi005 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:27:29.838 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:29.874 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: cephadm 2024-02-09T20:27:28.260558+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:27:29.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: 941 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang 2024-02-09T20:27:29.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang 2024-02-09T20:27:29.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang 2024-02-09T20:27:29.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang 2024-02-09T20:27:29.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi005.hjdang ... 2024-02-09T20:27:29.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:29.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:27:29.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:25:31Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:29.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:26:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:29.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:26:47Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:29.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:27:29.875 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:27:29.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:29.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: Traceback (most recent call last): 2024-02-09T20:27:29.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:27:29.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: yield (conn, connr) 2024-02-09T20:27:29.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:27:29.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: code, '\n'.join(err))) 2024-02-09T20:27:29.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: 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-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang 2024-02-09T20:27:29.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang 2024-02-09T20:27:29.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang 2024-02-09T20:27:29.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang 2024-02-09T20:27:29.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi005.hjdang ... 2024-02-09T20:27:29.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:29.876 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:27:29.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:25:31Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:29.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:26:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:29.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:26:47Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:29.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:27:29.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase 2024-02-09T20:27:29.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: -rate-limit 2024-02-09T20:27:29.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:29.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: cephadm 2024-02-09T20:27:28.260733+0000 mgr.smithi005.drqcnv (mgr.14182) 942 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi005.hjdang 2024-02-09T20:27:29.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: cephadm 2024-02-09T20:27:28.261650+0000 mgr.smithi005.drqcnv (mgr.14182) 943 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang 2024-02-09T20:27:29.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang 2024-02-09T20:27:29.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang 2024-02-09T20:27:29.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang 2024-02-09T20:27:29.877 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi005.hjdang ... 2024-02-09T20:27:29.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:29.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:27:29.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:25:31Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:29.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:26:09Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:29.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:26:47Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:27:29.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:27:29.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:27:29.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:27:29.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: cephadm 2024-02-09T20:27:28.262946+0000 mgr.smithi005.drqcnv (mgr.14182) 944 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:27:29.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: cephadm 2024-02-09T20:27:28.263982+0000 mgr.smithi005.drqcnv (mgr.14182) 945 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:27:29.878 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: cluster 2024-02-09T20:27:28.264729+0000 mgr.smithi005.drqcnv (mgr.14182) 946 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:29.879 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: cluster 2024-02-09T20:27:28.520441+0000 mon.smithi005 (mon.0) 725 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-09T20:27:29.879 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:29 smithi005 conmon[35754]: audit 2024-02-09T20:27:29.437409+0000 mon.smithi005 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:27:31.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:31 smithi129 conmon[40092]: cluster 2024-02-09T20:27:30.265565+0000 mgr.smithi005.drqcnv (mgr.14182) 947 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-09T20:27:31.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:31 smithi005 conmon[35754]: cluster 2024-02-09T20:27:30.265565+0000 mgr.smithi005.drqcnv (mgr.14182) 947 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-09T20:27:31.927 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:27:31.927 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:32.567 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:32.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:32 smithi129 conmon[40092]: audit 2024-02-09T20:27:31.922061+0000 mgr.smithi005.drqcnv (mgr.14182) 948 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:32.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:32 smithi005 conmon[35754]: audit 2024-02-09T20:27:31.922061+0000 mgr.smithi005.drqcnv (mgr.14182) 948 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:33.568 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:33.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:33 smithi129 conmon[40092]: cluster 2024-02-09T20:27:32.266243+0000 mgr.smithi005.drqcnv (mgr.14182) 949 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:33.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:33 smithi005 conmon[35754]: cluster 2024-02-09T20:27:32.266243+0000 mgr.smithi005.drqcnv (mgr.14182) 949 : cluster 2024-02-09T20:27:33.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:33 smithi005 conmon[35754]: [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:35.560 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:27:35.560 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:35.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:35 smithi129 conmon[40092]: cluster 2024-02-09T20:27:34.267053+0000 mgr.smithi005.drqcnv (mgr.14182) 950 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:35.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:35 smithi005 conmon[35754]: cluster 2024-02-09T20:27:34.267053+0000 mgr.smithi005.drqcnv (mgr.14182) 950 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:36.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:36.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:36 smithi129 conmon[40092]: audit 2024-02-09T20:27:35.554045+0000 mgr.smithi005.drqcnv (mgr.14182) 951 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:36.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:36 smithi005 conmon[35754]: audit 2024-02-09T20:27:35.554045+0000 mgr.smithi005.drqcnv (mgr.14182) 951 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:37.146 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:37.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:37 smithi129 conmon[40092]: cluster 2024-02-09T20:27:36.267906+0000 mgr.smithi005.drqcnv (mgr.14182) 952 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:37.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:37 smithi005 conmon[35754]: cluster 2024-02-09T20:27:36.267906+0000 mgr.smithi005.drqcnv (mgr.14182) 952 : cluster [DBG] 2024-02-09T20:27:37.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:37 smithi005 conmon[35754]: pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:39.150 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:27:39.150 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:39.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:39.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:39 smithi005 conmon[35754]: cluster 2024-02-09T20:27:38.268556+0000 mgr.smithi005.drqcnv (mgr.14182) 953 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:39.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:39 smithi005 conmon[35754]: audit 2024-02-09T20:27:39.143823+0000 mgr.smithi005.drqcnv (mgr.14182) 954 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:39.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:39 smithi005 conmon[35754]: audit 2024-02-09T20:27:39.225284+0000 mon.smithi005 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:27:40.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:39 smithi129 conmon[40092]: cluster 2024-02-09T20:27:38.268556+0000 mgr.smithi005.drqcnv (mgr.14182) 953 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:40.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:39 smithi129 conmon[40092]: audit 2024-02-09T20:27:39.143823+0000 mgr.smithi005.drqcnv (mgr.14182) 954 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:40.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:39 smithi129 conmon[40092]: audit 2024-02-09T20:27:39.225284+0000 mon.smithi005 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:27:40.782 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:41.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:41 smithi005 conmon[35754]: cluster 2024-02-09T20:27:40.269447+0000 mgr.smithi005.drqcnv (mgr.14182) 955 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:42.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:41 smithi129 conmon[40092]: cluster 2024-02-09T20:27:40.269447+0000 mgr.smithi005.drqcnv (mgr.14182) 955 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:42.780 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:27:42.781 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:43.430 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:43.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:43 smithi005 conmon[35754]: cluster 2024-02-09T20:27:42.270240+0000 mgr.smithi005.drqcnv (mgr.14182) 956 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:43.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:43 smithi005 conmon[35754]: audit 2024-02-09T20:27:42.774299+0000 mgr.smithi005.drqcnv (mgr.14182) 957 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:44.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:43 smithi129 conmon[40092]: cluster 2024-02-09T20:27:42.270240+0000 mgr.smithi005.drqcnv (mgr.14182) 956 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:44.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:43 smithi129 conmon[40092]: audit 2024-02-09T20:27:42.774299+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:27:44.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:43 smithi129 conmon[40092]: 957 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:44.431 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:45.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:45 smithi005 conmon[35754]: cluster 2024-02-09T20:27:44.271106+0000 mgr.smithi005.drqcnv (mgr.14182) 958 : cluster 2024-02-09T20:27:45.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:45 smithi005 conmon[35754]: [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:46.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:45 smithi129 conmon[40092]: cluster 2024-02-09T20:27:44.271106+0000 mgr.smithi005.drqcnv (mgr.14182) 958 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:46.549 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:27:46.549 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:47.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:47.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:47 smithi005 conmon[35754]: cluster 2024-02-09T20:27:46.271869+0000 mgr.smithi005.drqcnv (mgr.14182) 959 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:47.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:47 smithi005 conmon[35754]: audit 2024-02-09T20:27:46.543051+0000 mgr.smithi005.drqcnv (mgr.14182) 960 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:48.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:47 smithi129 conmon[40092]: cluster 2024-02-09T20:27:46.271869+0000 mgr.smithi005.drqcnv (mgr.14182) 959 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:48.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:47 smithi129 conmon[40092]: audit 2024-02-09T20:27:46.543051+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:27:48.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:47 smithi129 conmon[40092]: ) 960 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:48.196 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:49.734 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:49 smithi005 conmon[35754]: cluster 2024-02-09T20:27:48.272669+0000 mgr.smithi005.drqcnv (mgr.14182) 961 : cluster [DBG] 2024-02-09T20:27:49.734 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:49 smithi005 conmon[35754]: pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:50.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:49 smithi129 conmon[40092]: cluster 2024-02-09T20:27:48.272669+0000 mgr.smithi005.drqcnv (mgr.14182) 961 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:50.122 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:27:50.122 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:50.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:50.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:50 smithi005 conmon[35754]: audit 2024-02-09T20:27:50.115512+0000 mgr.smithi005.drqcnv (mgr.14182) 962 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:51.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:50 smithi129 conmon[40092]: audit 2024-02-09T20:27:50.115512+0000 mgr.smithi005.drqcnv (mgr.14182) 962 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:51.778 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:51.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:51 smithi005 conmon[35754]: cluster 2024-02-09T20:27:50.273545+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:27:51.904 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:51 smithi005 conmon[35754]: 963 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:52.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:51 smithi129 conmon[40092]: cluster 2024-02-09T20:27:50.273545+0000 mgr.smithi005.drqcnv (mgr.14182) 963 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:27:53.771 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:27:53.771 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:53.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:53 smithi005 conmon[35754]: cluster 2024-02-09T20:27:52.274317+0000 mgr.smithi005.drqcnv (mgr.14182) 964 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:54.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:53 smithi129 conmon[40092]: cluster 2024-02-09T20:27:52.274317+0000 mgr.smithi005.drqcnv (mgr.14182) 964 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:54.384 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:54.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:54 smithi005 conmon[35754]: audit 2024-02-09T20:27:53.764376+0000 mgr.smithi005.drqcnv (mgr.14182) 965 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:55.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:54 smithi129 conmon[40092]: audit 2024-02-09T20:27:53.764376+0000 mgr.smithi005.drqcnv (mgr.14182) 965 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:55.385 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:55.871 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:55 smithi005 conmon[35754]: cluster 2024-02-09T20:27:54.274904+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:27:55.871 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:55 smithi005 conmon[35754]: 14182) 966 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:56.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:55 smithi129 conmon[40092]: cluster 2024-02-09T20:27:54.274904+0000 mgr.smithi005.drqcnv (mgr.14182) 966 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:57.422 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:27:57.422 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:27:57.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:57 smithi005 conmon[35754]: cluster 2024-02-09T20:27:56.275641+0000 mgr.smithi005.drqcnv (mgr.14182) 967 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:58.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:27:58.057 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:57 smithi129 conmon[40092]: cluster 2024-02-09T20:27:56.275641+0000 mgr.smithi005.drqcnv (mgr.14182) 967 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:27:58.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:58 smithi005 conmon[35754]: audit 2024-02-09T20:27:57.415562+0000 mgr.smithi005.drqcnv (mgr.14182) 968 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:58.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:58 smithi005 conmon[35754]: 2024-02-09T20:27:59.052 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:27:59.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:58 smithi129 conmon[40092]: audit 2024-02-09T20:27:57.415562+0000 mgr.smithi005.drqcnv (mgr.14182) 968 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:27:59.886 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:59 smithi005 conmon[35754]: cluster 2024-02-09T20:27:58.276319+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:27:59.886 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:27:59 smithi005 conmon[35754]: ) 969 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:00.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:27:59 smithi129 conmon[40092]: cluster 2024-02-09T20:27:58.276319+0000 mgr.smithi005.drqcnv (mgr.14182) 969 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:01.035 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:28:01.035 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:01.611 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:01.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:01 smithi005 conmon[35754]: cluster 2024-02-09T20:28:00.277094+0000 mgr.smithi005.drqcnv (mgr.14182) 970 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:01.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:01 smithi005 conmon[35754]: audit 2024-02-09T20:28:01.028475+0000 mgr.smithi005.drqcnv (mgr.14182) 971 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:02.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:01 smithi129 conmon[40092]: cluster 2024-02-09T20:28:00.277094+0000 mgr.smithi005.drqcnv (mgr.14182) 970 : cluster [DBG] 2024-02-09T20:28:02.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:01 smithi129 conmon[40092]: pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:02.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:01 smithi129 conmon[40092]: audit 2024-02-09T20:28:01.028475+0000 mgr.smithi005.drqcnv (mgr.14182) 971 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:02.612 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:03.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:03 smithi005 conmon[35754]: cluster 2024-02-09T20:28:02.278014+0000 mgr.smithi005.drqcnv (mgr.14182) 972 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:04.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:03 smithi129 conmon[40092]: cluster 2024-02-09T20:28:02.278014+0000 mgr.smithi005.drqcnv (mgr.14182) 972 : cluster 2024-02-09T20:28:04.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:03 smithi129 conmon[40092]: [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:04.675 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:28:04.675 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:05.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:05.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:05 smithi005 conmon[35754]: cluster 2024-02-09T20:28:04.278660+0000 mgr.smithi005.drqcnv (mgr.14182) 973 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:05.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:05 smithi005 conmon[35754]: audit 2024-02-09T20:28:04.669078+0000 mgr.smithi005.drqcnv (mgr.14182) 974 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:06.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:05 smithi129 conmon[40092]: cluster 2024-02-09T20:28:04.278660+0000 mgr.smithi005.drqcnv (mgr.14182) 973 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:06.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:05 smithi129 conmon[40092]: audit 2024-02-09T20:28:04.669078+0000 mgr.smithi005.drqcnv (mgr.14182) 974 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:06.389 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:08.006 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:07 smithi005 conmon[35754]: cluster 2024-02-09T20:28:06.279398+0000 mgr.smithi005.drqcnv (mgr.14182) 975 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:08.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:07 smithi129 conmon[40092]: cluster 2024-02-09T20:28:06.279398+0000 mgr.smithi005.drqcnv (mgr.14182) 975 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:08.439 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:28:08.439 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:09.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:10.108 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:10.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:09 smithi129 conmon[40092]: cluster 2024-02-09T20:28:08.279897+0000 mgr.smithi005.drqcnv (mgr.14182) 976 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:10.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:09 smithi129 conmon[40092]: 2024-02-09T20:28:10.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:09 smithi129 conmon[40092]: audit 2024-02-09T20:28:08.433028+0000 mgr.smithi005.drqcnv (mgr.14182) 977 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:10.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:09 smithi005 conmon[35754]: cluster 2024-02-09T20:28:08.279897+0000 mgr.smithi005.drqcnv (mgr.14182) 976 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:10.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:09 smithi005 conmon[35754]: audit 2024-02-09T20:28:08.433028+0000 mgr.smithi005.drqcnv (mgr.14182) 977 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:12.128 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:28:12.128 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:12.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:11 smithi129 conmon[40092]: cluster 2024-02-09T20:28:10.280573+0000 mgr.smithi005.drqcnv (mgr.14182) 978 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:12.318 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:11 smithi005 conmon[35754]: cluster 2024-02-09T20:28:10.280573+0000 mgr.smithi005.drqcnv (mgr.14182) 978 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:12.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:13.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:12 smithi005 conmon[35754]: audit 2024-02-09T20:28:12.121524+0000 mgr.smithi005.drqcnv (mgr.14182) 979 : audit 2024-02-09T20:28:13.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:12 smithi005 conmon[35754]: [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:13.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:12 smithi129 conmon[40092]: audit 2024-02-09T20:28:12.121524+0000 mgr.smithi005.drqcnv (mgr.14182) 979 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:13.808 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:14.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:13 smithi005 conmon[35754]: cluster 2024-02-09T20:28:12.281384+0000 mgr.smithi005.drqcnv (mgr.14182) 980 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:14.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:13 smithi129 conmon[40092]: cluster 2024-02-09T20:28:12.281384+0000 mgr.smithi005.drqcnv (mgr.14182) 980 : 2024-02-09T20:28:14.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:13 smithi129 conmon[40092]: cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:15.803 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:28:15.803 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:16.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:15 smithi129 conmon[40092]: cluster 2024-02-09T20:28:14.282137+0000 mgr.smithi005.drqcnv (mgr.14182) 981 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:16.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:15 smithi005 conmon[35754]: cluster 2024-02-09T20:28:14.282137+0000 mgr.smithi005.drqcnv (mgr.14182) 981 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:16.450 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:17.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:16 smithi129 conmon[40092]: audit 2024-02-09T20:28:15.796628+0000 mgr.smithi005.drqcnv (mgr.14182) 982 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:17.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:16 smithi005 conmon[35754]: audit 2024-02-09T20:28:15.796628+0000 mgr.smithi005.drqcnv (mgr.14182) 982 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:17.450 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:18.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:17 smithi129 conmon[40092]: cluster 2024-02-09T20:28:16.283063+0000 mgr.smithi005.drqcnv (mgr.14182) 983 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:18.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:17 smithi129 conmon[40092]: 2024-02-09T20:28:18.309 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:17 smithi005 conmon[35754]: cluster 2024-02-09T20:28:16.283063+0000 mgr.smithi005.drqcnv (mgr.14182) 983 : cluster [DBG] 2024-02-09T20:28:18.309 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:17 smithi005 conmon[35754]: pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:19.497 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:28:19.497 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:20.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:20.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:19 smithi129 conmon[40092]: cluster 2024-02-09T20:28:18.283725+0000 mgr.smithi005.drqcnv (mgr.14182) 984 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:20.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:19 smithi129 conmon[40092]: 2024-02-09T20:28:20.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:19 smithi005 conmon[35754]: cluster 2024-02-09T20:28:18.283725+0000 mgr.smithi005.drqcnv (mgr.14182) 984 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:21.116 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:21.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:20 smithi129 conmon[40092]: audit 2024-02-09T20:28:19.490956+0000 mgr.smithi005.drqcnv (mgr.14182) 985 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:21.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:20 smithi005 conmon[35754]: audit 2024-02-09T20:28:19.490956+0000 mgr.smithi005.drqcnv (mgr.14182) 985 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:22.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:21 smithi129 conmon[40092]: cluster 2024-02-09T20:28:20.284517+0000 mgr.smithi005.drqcnv (mgr.14182) 986 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:22.368 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:21 smithi005 conmon[35754]: cluster 2024-02-09T20:28:20.284517+0000 mgr.smithi005.drqcnv (mgr.14182) 986 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:23.016 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:28:23.016 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:23.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:24.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:23 smithi129 conmon[40092]: cluster 2024-02-09T20:28:22.285251+0000 mgr.smithi005.drqcnv (mgr.14182) 987 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:24.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:23 smithi129 conmon[40092]: audit 2024-02-09T20:28:23.010457+0000 mgr.smithi005.drqcnv (mgr.14182) 988 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:24.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:23 smithi005 conmon[35754]: cluster 2024-02-09T20:28:22.285251+0000 mgr.smithi005.drqcnv (mgr.14182) 987 : 2024-02-09T20:28:24.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:23 smithi005 conmon[35754]: cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:24.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:23 smithi005 conmon[35754]: audit 2024-02-09T20:28:23.010457+0000 mgr.smithi005.drqcnv (mgr.14182) 988 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:24.707 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:26.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:25 smithi129 conmon[40092]: cluster 2024-02-09T20:28:24.286007+0000 mgr.smithi005.drqcnv (mgr.14182) 989 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:26.360 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:25 smithi005 conmon[35754]: cluster 2024-02-09T20:28:24.286007+0000 mgr.smithi005.drqcnv (mgr.14182) 989 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:26.794 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:28:26.794 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:16.718933Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:16.719756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:16.719114Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:16.719215Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:16.719307Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:16.719396Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:27.496 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:28.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:27 smithi129 conmon[40092]: cluster 2024-02-09T20:28:26.286765+0000 mgr.smithi005.drqcnv (mgr.14182) 990 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:28.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:27 smithi129 conmon[40092]: audit 2024-02-09T20:28:26.788412+0000 mgr.smithi005.drqcnv (mgr.14182) 991 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:28.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:27 smithi005 conmon[35754]: cluster 2024-02-09T20:28:26.286765+0000 mgr.smithi005.drqcnv (mgr.14182) 990 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:28.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:27 smithi005 conmon[35754]: audit 2024-02-09T20:28:26.788412+0000 mgr.smithi005.drqcnv (mgr.14182) 991 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:28.498 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:29.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:29 smithi129 conmon[40092]: audit 2024-02-09T20:28:28.266766+0000 mon.smithi005 (mon.0 2024-02-09T20:28:29.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:29 smithi129 conmon[40092]: ) 728 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:28:29.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:29 smithi129 conmon[40092]: audit 2024-02-09T20:28:28.573297+0000 mon.smithi005 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:28:29.357 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:29 smithi005 conmon[35754]: audit 2024-02-09T20:28:28.266766+0000 mon.smithi005 (mon.0 2024-02-09T20:28:29.357 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:29 smithi005 conmon[35754]: ) 728 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:28:29.357 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:29 smithi005 conmon[35754]: audit 2024-02-09T20:28:28.573297+0000 mon.smithi005 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:28:30.070 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:30 smithi005 conmon[35754]: cluster 2024-02-09T20:28:28.287278+0000 mgr.smithi005.drqcnv (mgr.14182) 992 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:30.071 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:30 smithi005 conmon[35754]: audit 2024-02-09T20:28:29.919676+0000 mon.smithi005 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:28:30.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:30 smithi129 conmon[40092]: cluster 2024-02-09T20:28:28.287278+0000 mgr.smithi005.drqcnv (mgr.14182) 992 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:30.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:30 smithi129 conmon[40092]: audit 2024-02-09T20:28:29.919676+0000 mon.smithi005 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:28:30.479 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:28:30.479 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:19.879748Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:19.880375Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:19.879566Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:19.879392Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:19.879912Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:19.880067Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:31.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:32.284 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:32.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:32 smithi129 conmon[40092]: cluster 2024-02-09T20:28:30.287952+0000 mgr.smithi005.drqcnv (mgr.14182) 993 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:32.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:32 smithi129 conmon[40092]: audit 2024-02-09T20:28:30.473678+0000 mgr.smithi005.drqcnv (mgr.14182) 994 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:32.317 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:32 smithi005 conmon[35754]: cluster 2024-02-09T20:28:30.287952+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:28:32.317 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:32 smithi005 conmon[35754]: .14182) 993 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:32.318 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:32 smithi005 conmon[35754]: audit 2024-02-09T20:28:30.473678+0000 mgr.smithi005.drqcnv (mgr.14182) 994 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:34.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:34 smithi129 conmon[40092]: cluster 2024-02-09T20:28:32.288539+0000 mgr.smithi005.drqcnv (mgr.14182) 995 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:34.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:34 smithi005 conmon[35754]: cluster 2024-02-09T20:28:32.288539+0000 mgr.smithi005.drqcnv (mgr.14182) 995 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:34.845 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:28:34.845 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:22:19.879657Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:22:19.879748Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:22:19.879833Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:22:19.880375Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:22:19.879566Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:22:19.879392Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:22:19.880452Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:22:19.879912Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:22:19.880067Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:22:19.879990Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:35.676 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:36 smithi129 conmon[40092]: cluster 2024-02-09T20:28:34.289220+0000 mgr.smithi005.drqcnv (mgr.14182) 996 : cluster 2024-02-09T20:28:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:36 smithi129 conmon[40092]: [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:36 smithi129 conmon[40092]: audit 2024-02-09T20:28:34.839518+0000 mgr.smithi005.drqcnv (mgr.14182) 997 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:36 smithi129 conmon[40092]: audit 2024-02-09T20:28:35.520206+0000 mon.smithi005 (mon.0) 731 : audit [INF] 2024-02-09T20:28:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:36 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:28:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:36 smithi129 conmon[40092]: audit 2024-02-09T20:28:35.865306 2024-02-09T20:28:36.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:36 smithi129 conmon[40092]: +0000 mon.smithi005 (mon.0) 732 : audit [DBG] 2024-02-09T20:28:36.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:36 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:28:36.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:36 smithi129 conmon[40092]: audit 2024-02-09T20:28:36.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:36 smithi129 conmon[40092]: 2024-02-09T20:28:35.866191+0000 mon.smithi005 (mon.0 2024-02-09T20:28:36.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:36 smithi129 conmon[40092]: ) 733 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:28:36.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:36 smithi129 conmon[40092]: audit 2024-02-09T20: 2024-02-09T20:28:36.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:36 smithi129 conmon[40092]: 28:35.871063+0000 mon.smithi005 (mon.0) 734 : 2024-02-09T20:28:36.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:36 smithi129 conmon[40092]: audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:28:36.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:36 smithi129 conmon[40092]: audit 2024-02-09T20:28: 2024-02-09T20:28:36.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:36 smithi129 conmon[40092]: 35.875541+0000 mon.smithi005 (mon.0) 735 : audit 2024-02-09T20:28:36.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:36 smithi129 conmon[40092]: [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:28:36.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:36 smithi129 conmon[40092]: audit 2024-02-09T20:28:35. 2024-02-09T20:28:36.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:36 smithi129 conmon[40092]: 883562+0000 mon.smithi005 (mon.0) 736 : audit [INF] 2024-02-09T20:28:36.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:36 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:28:36.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:36 smithi005 conmon[35754]: cluster 2024-02-09T20:28:34.289220+0000 mgr.smithi005.drqcnv (mgr.14182) 996 2024-02-09T20:28:36.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:36 smithi005 conmon[35754]: : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:36.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:36 smithi005 conmon[35754]: audit 2024-02-09T20:28:34.839518+0000 mgr.smithi005.drqcnv (mgr.14182) 997 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:36.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:36 smithi005 conmon[35754]: audit 2024-02-09T20:28:35.520206+0000 mon.smithi005 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:28:36.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:36 smithi005 conmon[35754]: audit 2024-02-09T20:28:35.865306+0000 mon.smithi005 (mon.0) 732 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:28:36.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:36 smithi005 conmon[35754]: audit 2024-02-09T20:28:35.866191+0000 mon.smithi005 (mon.0 2024-02-09T20:28:36.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:36 smithi005 conmon[35754]: ) 733 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:28:36.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:36 smithi005 conmon[35754]: audit 2024-02-09T20:28:35.871063+0000 mon.smithi005 (mon.0) 734 : audit 2024-02-09T20:28:36.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:36 smithi005 conmon[35754]: [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:28:36.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:36 smithi005 conmon[35754]: audit 2024-02-09T 2024-02-09T20:28:36.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:36 smithi005 conmon[35754]: 20:28:35.875541+0000 mon.smithi005 (mon.0) 735 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:28:36.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:36 smithi005 conmon[35754]: audit 2024-02-09T20:28:36.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:36 smithi005 conmon[35754]: 2024-02-09T20:28:35.883562+0000 mon.smithi005 (mon.0) 2024-02-09T20:28:36.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:36 smithi005 conmon[35754]: 736 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:28:36.677 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:37.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:37 smithi129 conmon[40092]: cluster 2024-02-09T20:28:35.871620+0000 mgr.smithi005.drqcnv (mgr.14182) 998 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-09T20:28:37.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:37 smithi129 conmon[40092]: cephadm 2024-02-09T20:28:35.885619+0000 mgr.smithi005.drqcnv (mgr.14182) 999 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi129.hietld on smithi129 2024-02-09T20:28:37.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:37 smithi129 conmon[40092]: cluster 2024-02-09T20:28:36.869159+0000 mon.smithi005 (mon.0) 737 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-09T20:28:37.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:37 smithi129 conmon[40092]: cluster 2024-02-09T20:28:36.869191+0000 mon.smithi005 (mon.0) 738 : cluster [INF] Cluster is now healthy 2024-02-09T20:28:37.331 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:37 smithi005 conmon[35754]: cluster 2024-02-09T20:28:35.871620+0000 mgr.smithi005.drqcnv (mgr.14182) 998 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-09T20:28:37.331 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:37 smithi005 conmon[35754]: cephadm 2024-02-09T20:28:35.885619+0000 mgr.smithi005.drqcnv (mgr.14182) 999 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi129.hietld on smithi129 2024-02-09T20:28:37.331 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:37 smithi005 conmon[35754]: cluster 2024-02-09T20:28:36.869159+0000 mon.smithi005 (mon.0) 737 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-09T20:28:37.331 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:37 smithi005 conmon[35754]: cluster 2024-02-09T20:28:36.869191+0000 mon.smithi005 (mon.0) 738 : cluster [INF] Cluster is now healthy 2024-02-09T20:28:38.676 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:28:38.676 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:39.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:39 smithi129 conmon[40092]: cluster 2024-02-09T20:28:37.872167+0000 mgr.smithi005.drqcnv (mgr.14182) 1000 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-09T20:28:39.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:39 smithi129 conmon[40092]: 2024-02-09T20:28:39.299 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:39 smithi005 conmon[35754]: cluster 2024-02-09T20:28:37.872167+0000 mgr.smithi005.drqcnv (mgr.14182) 1000 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-09T20:28:39.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:40.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:40 smithi129 conmon[40092]: audit 2024-02-09T20:28:38.669463+0000 mgr.smithi005.drqcnv (mgr.14182) 1001 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:40.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:40 smithi129 conmon[40092]: audit 2024-02-09T20:28:39.226058+0000 mon.smithi005 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:28:40.320 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:40.356 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:40 smithi005 conmon[35754]: audit 2024-02-09T20:28:38.669463+0000 mgr.smithi005.drqcnv (mgr.14182) 1001 : 2024-02-09T20:28:40.356 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:40 smithi005 conmon[35754]: audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:40.356 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:40 smithi005 conmon[35754]: audit 2024-02-09T20:28:39.226058+0000 mon.smithi005 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:28:41.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:41 smithi005 conmon[35754]: cluster 2024-02-09T20:28:39.872984+0000 mgr.smithi005.drqcnv (mgr.14182) 1002 2024-02-09T20:28:41.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:41 smithi005 conmon[35754]: : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-02-09T20:28:41.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:41 smithi129 conmon[40092]: cluster 2024-02-09T20:28:39.872984+0000 mgr.smithi005.drqcnv (mgr.14182) 1002 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-02-09T20:28:42.343 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:28:42.343 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:42.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:43.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:43 smithi129 conmon[40092]: cluster 2024-02-09T20:28:41.873456+0000 mgr.smithi005.drqcnv (mgr.14182) 1003 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-09T20:28:43.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:43 smithi005 conmon[35754]: cluster 2024-02-09T20:28:41.873456+0000 mgr.smithi005.drqcnv (mgr.14182) 1003 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-09T20:28:43.988 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:44.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:44 smithi129 conmon[40092]: audit 2024-02-09T20:28:42.336971+0000 mgr.smithi005.drqcnv (mgr.14182) 1004 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:44.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:44 smithi005 conmon[35754]: audit 2024-02-09T20:28:42.336971+0000 mgr.smithi005.drqcnv (mgr.14182) 1004 : 2024-02-09T20:28:44.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:44 smithi005 conmon[35754]: audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:45.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:45 smithi005 conmon[35754]: cluster 2024-02-09T20:28:43.874022+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:28:45.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:45 smithi005 conmon[35754]: ) 1005 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-09T20:28:45.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:45 smithi129 conmon[40092]: cluster 2024-02-09T20:28:43.874022+0000 mgr.smithi005.drqcnv (mgr.14182) 1005 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-09T20:28:45.989 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:28:45.989 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:46.686 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:47.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:47 smithi129 conmon[40092]: cluster 2024-02-09T20:28:45.874557+0000 mgr.smithi005.drqcnv (mgr.14182) 1006 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-09T20:28:47.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:47 smithi129 conmon[40092]: audit 2024-02-09T20:28:45.982320+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:28:47.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:47 smithi129 conmon[40092]: .14182) 1007 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:47.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:47 smithi005 conmon[35754]: cluster 2024-02-09T20:28:45.874557+0000 mgr.smithi005.drqcnv (mgr.14182) 1006 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-02-09T20:28:47.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:47 smithi005 conmon[35754]: audit 2024-02-09T20:28:45.982320+0000 mgr.smithi005.drqcnv (mgr.14182) 1007 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:47.687 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:49.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:49 smithi005 conmon[35754]: cluster 2024-02-09T20:28:47.874973+0000 mgr.smithi005.drqcnv (mgr.14182) 1008 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:49.257 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:49 smithi005 conmon[35754]: 2024-02-09T20:28:49.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:49 smithi129 conmon[40092]: cluster 2024-02-09T20:28:47.874973+0000 mgr.smithi005.drqcnv (mgr.14182) 1008 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:49.709 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:28:49.709 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:50.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:51.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:51 smithi129 conmon[40092]: audit 2024-02-09T20:28:49.702571+0000 mgr.smithi005.drqcnv (mgr.14182) 1009 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:51.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:51 smithi129 conmon[40092]: cluster 2024-02-09T20:28:49.875525+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:28:51.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:51 smithi129 conmon[40092]: ) 1010 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:51.355 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:51.391 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:51 smithi005 conmon[35754]: audit 2024-02-09T20:28:49.702571+0000 mgr.smithi005.drqcnv (mgr.14182) 1009 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:51.391 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:51 smithi005 conmon[35754]: cluster 2024-02-09T20:28:49.875525+0000 mgr.smithi005.drqcnv (mgr.14182) 1010 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:28:53.133 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:53 smithi005 conmon[35754]: cluster 2024-02-09T20:28:51.875981+0000 mgr.smithi005.drqcnv (mgr.14182) 1011 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:53.550 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:28:53.550 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:53.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:53 smithi129 conmon[40092]: cluster 2024-02-09T20:28:51.875981+0000 mgr.smithi005.drqcnv (mgr.14182) 1011 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:54.253 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:55.254 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:55.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:55 smithi005 conmon[35754]: audit 2024-02-09T20:28:53.543212+0000 mgr.smithi005.drqcnv (mgr.14182) 1012 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:55.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:55 smithi005 conmon[35754]: cluster 2024-02-09T20:28:53.876526+0000 mgr.smithi005.drqcnv (mgr.14182) 1013 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:55.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:55 smithi129 conmon[40092]: audit 2024-02-09T20:28:53.543212+0000 mgr.smithi005.drqcnv (mgr.14182) 1012 : audit [DBG] 2024-02-09T20:28:55.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:55 smithi129 conmon[40092]: from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:55.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:55 smithi129 conmon[40092]: cluster 2024-02-09T20:28:53.876526+0000 mgr.smithi005.drqcnv (mgr.14182) 1013 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:57.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:57 smithi005 conmon[35754]: cluster 2024-02-09T20:28:55.877201+0000 mgr.smithi005.drqcnv (mgr.14182) 1014 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:57.298 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:28:57.298 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:28:57.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:57 smithi129 conmon[40092]: cluster 2024-02-09T20:28:55.877201+0000 mgr.smithi005.drqcnv (mgr.14182) 1014 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:57.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:57 smithi129 conmon[40092]: 2024-02-09T20:28:57.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:28:58.917 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:28:59.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:59 smithi005 conmon[35754]: audit 2024-02-09T20:28:57. 2024-02-09T20:28:59.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:59 smithi005 conmon[35754]: 292613+0000 mgr.smithi005.drqcnv (mgr.14182) 1015 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:59.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:28:59 smithi005 conmon[35754]: cluster 2024-02-09T20:28:57.877767+0000 mgr.smithi005.drqcnv (mgr.14182) 1016 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:28:59.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:59 smithi129 conmon[40092]: audit 2024-02-09T20:28:57.292613+0000 mgr.smithi005.drqcnv (mgr.14182) 1015 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:28:59.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:59 smithi129 conmon[40092]: cluster 2024-02-09T20:28:57.877767+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:28:59.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:28:59 smithi129 conmon[40092]: mgr.14182) 1016 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:00.892 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:29:00.897 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:01.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:01 smithi005 conmon[35754]: cluster 2024-02-09T20:28:59.878489+0000 mgr.smithi005.drqcnv (mgr.14182) 1017 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:01.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:01 smithi129 conmon[40092]: cluster 2024-02-09T20:28:59.878489+0000 mgr.smithi005.drqcnv (mgr.14182) 1017 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:01.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:02.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:02 smithi005 conmon[35754]: audit 2024-02-09T20:29:00.886097+0000 mgr.smithi005.drqcnv (mgr.14182) 1018 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:02.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:02 smithi129 conmon[40092]: audit 2024-02-09T20:29:00.886097+0000 mgr.smithi005.drqcnv (mgr.14182) 1018 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:02.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:02 smithi129 conmon[40092]: 2024-02-09T20:29:02.586 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:03.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:03 smithi005 conmon[35754]: cluster 2024-02-09T20:29:01.879215+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:29:03.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:03 smithi005 conmon[35754]: 1019 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:03.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:03 smithi129 conmon[40092]: cluster 2024-02-09T20:29:01.879215+0000 mgr.smithi005.drqcnv (mgr.14182) 1019 : cluster [DBG] 2024-02-09T20:29:03.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:03 smithi129 conmon[40092]: pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:04.736 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:29:04.736 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:05.379 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:05 smithi005 conmon[35754]: cluster 2024-02-09T20:29:03.879781+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:29:05.379 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:05 smithi005 conmon[35754]: ) 1020 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:05.401 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:05.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:05 smithi129 conmon[40092]: cluster 2024-02-09T20:29:03.879781+0000 mgr.smithi005.drqcnv (mgr.14182) 1020 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:06.402 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:06.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:06 smithi005 conmon[35754]: audit 2024-02-09T20:29:04.730049+0000 mgr.smithi005.drqcnv (mgr.14182) 1021 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:06.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:06 smithi129 conmon[40092]: audit 2024-02-09T20:29:04.730049+0000 mgr.smithi005.drqcnv (mgr.14182) 1021 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:07.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:07 smithi005 conmon[35754]: cluster 2024-02-09T20:29:05.880694+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:29:07.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:07 smithi005 conmon[35754]: ) 1022 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:07.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:07 smithi129 conmon[40092]: cluster 2024-02-09T20:29:05.880694+0000 mgr.smithi005.drqcnv (mgr.14182) 1022 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:08.449 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:29:08.449 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:09.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:09.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:09 smithi005 conmon[35754]: cluster 2024-02-09T20:29:07.881120+0000 mgr.smithi005.drqcnv (mgr.14182) 1023 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:09.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:09 smithi129 conmon[40092]: cluster 2024-02-09T20:29:07.881120+0000 mgr.smithi005.drqcnv (mgr.14182) 1023 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:10.142 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:10.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:10 smithi005 conmon[35754]: audit 2024-02-09T20:29:08.442876+0000 2024-02-09T20:29:10.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:10 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 1024 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:10.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:10 smithi129 conmon[40092]: audit 2024-02-09T20:29:08.442876+0000 mgr.smithi005.drqcnv (mgr.14182) 1024 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:11.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:11 smithi005 conmon[35754]: cluster 2024-02-09T20:29:09.881863+0000 mgr.smithi005.drqcnv (mgr.14182) 1025 : cluster [DBG] 2024-02-09T20:29:11.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:11 smithi005 conmon[35754]: pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:11.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:11 smithi129 conmon[40092]: cluster 2024-02-09T20:29:09.881863+0000 mgr.smithi005.drqcnv (mgr.14182) 1025 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:12.151 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:29:12.151 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:12.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:13.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:13 smithi005 conmon[35754]: cluster 2024-02-09T20:29:11.882286+0000 mgr.smithi005.drqcnv (mgr.14182) 1026 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:13.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:13 smithi005 conmon[35754]: audit 2024-02-09T20:29:12.144925+0000 mgr.smithi005.drqcnv (mgr.14182) 1027 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:13.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:13 smithi129 conmon[40092]: cluster 2024-02-09T20:29:11.882286+0000 mgr.smithi005.drqcnv (mgr.14182) 1026 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:13.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:13 smithi129 conmon[40092]: audit 2024-02-09T20:29:13.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:13 smithi129 conmon[40092]: 2024-02-09T20:29:12.144925+0000 mgr.smithi005.drqcnv (mgr.14182) 1027 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:13.793 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:15.321 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:15 smithi005 conmon[35754]: cluster 2024-02-09T20:29:13.882719+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:29:15.321 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:15 smithi005 conmon[35754]: .14182) 1028 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:15.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:15 smithi129 conmon[40092]: cluster 2024-02-09T20:29:13.882719+0000 mgr.smithi005.drqcnv (mgr.14182) 1028 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:15.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:15 smithi129 conmon[40092]: 2024-02-09T20:29:15.780 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:29:15.781 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:16.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:17.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:17 smithi005 conmon[35754]: audit 2024-02-09T20:29 2024-02-09T20:29:17.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:17 smithi005 conmon[35754]: :15.774159+0000 mgr.smithi005.drqcnv (mgr.14182) 1029 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:17.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:17 smithi005 conmon[35754]: cluster 2024-02-09T20:29:15.883245+0000 mgr.smithi005.drqcnv (mgr.14182) 1030 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:17.417 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:17.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:17 smithi129 conmon[40092]: audit 2024-02-09T20:29:15.774159+0000 mgr.smithi005.drqcnv (mgr.14182) 1029 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:17.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:17 smithi129 conmon[40092]: cluster 2024-02-09T20:29:15.883245+0000 mgr.smithi005.drqcnv (mgr.14182) 1030 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:19.349 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:29:19.349 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:19.381 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:19 smithi005 conmon[35754]: cluster 2024-02-09T20:29:17.883696+0000 mgr.smithi005.drqcnv (mgr.14182) 1031 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:19.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:19 smithi129 conmon[40092]: cluster 2024-02-09T20:29:17.883696+0000 mgr.smithi005.drqcnv (mgr.14182) 1031 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:19.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:19 smithi129 conmon[40092]: 2024-02-09T20:29:19.958 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:20.959 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:21.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:21 smithi005 conmon[35754]: audit 2024-02-09T20:29:19.342522+0000 mgr.smithi005.drqcnv (mgr.14182) 1032 : 2024-02-09T20:29:21.454 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:21 smithi005 conmon[35754]: audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:21.454 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:21 smithi005 conmon[35754]: cluster 2024-02-09T20:29:19.884325+0000 mgr.smithi005.drqcnv (mgr.14182) 1033 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:21.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:21 smithi129 conmon[40092]: audit 2024-02-09T20:29:19.342522+0000 mgr.smithi005.drqcnv (mgr.14182) 1032 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:21.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:21 smithi129 conmon[40092]: cluster 2024-02-09T20:29:21.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:21 smithi129 conmon[40092]: 2024-02-09T20:29:19.884325+0000 mgr.smithi005.drqcnv (mgr.14182) 1033 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:22.997 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:29:22.997 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:23.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:23 smithi005 conmon[35754]: cluster 2024-02-09T20:29:21.885065+0000 mgr.smithi005.drqcnv (mgr.14182) 1034 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:23.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:23 smithi129 conmon[40092]: cluster 2024-02-09T20:29:21.885065+0000 mgr.smithi005.drqcnv (mgr.14182) 1034 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:23.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:24.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:24 smithi005 conmon[35754]: audit 2024-02-09T20:29:22.991810+0000 mgr.smithi005.drqcnv (mgr.14182) 1035 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:24.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:24 smithi129 conmon[40092]: audit 2024-02-09T20:29:22.991810+0000 mgr.smithi005.drqcnv (mgr.14182) 1035 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:24.672 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:25.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:25 smithi005 conmon[35754]: cluster 2024-02-09T20:29:23.885724+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:29:25.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:25 smithi005 conmon[35754]: ) 1036 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:25.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:25 smithi129 conmon[40092]: cluster 2024-02-09T20:29:23.885724+0000 mgr.smithi005.drqcnv (mgr.14182) 1036 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:26.694 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:29:26.694 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:27.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:27 smithi005 conmon[35754]: cluster 2024-02-09T20:29:25.886321+0000 mgr.smithi005.drqcnv (mgr.14182) 1037 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:27.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:27.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:27 smithi129 conmon[40092]: cluster 2024-02-09T20:29:25.886321+0000 mgr.smithi005.drqcnv (mgr.14182) 1037 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:28.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:28 smithi005 conmon[35754]: audit 2024-02-09T20:29:26.687030+0000 mgr.smithi005.drqcnv (mgr.14182) 1038 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:28.415 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:28.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:28 smithi129 conmon[40092]: audit 2024-02-09T20:29:26.687030+0000 mgr.smithi005.drqcnv (mgr.14182) 1038 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:29.340 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:29 smithi005 conmon[35754]: cluster 2024-02-09T20:29:27.886864+0000 mgr.smithi005.drqcnv (mgr.14182) 1039 : cluster [DBG] 2024-02-09T20:29:29.340 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:29 smithi005 conmon[35754]: pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:29.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:29 smithi129 conmon[40092]: cluster 2024-02-09T20:29:27.886864+0000 mgr.smithi005.drqcnv (mgr.14182) 1039 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:29.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:29 smithi129 conmon[40092]: 2024-02-09T20:29:30.495 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:29:30.495 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:31.105 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:31.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:31 smithi005 conmon[35754]: cluster 2024-02-09T20:29:29.887459+0000 mgr.smithi005.drqcnv (mgr.14182) 1040 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:31.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:31 smithi129 conmon[40092]: cluster 2024-02-09T20:29:29.887459+0000 mgr.smithi005.drqcnv (mgr.14182) 1040 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:32.107 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:32.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:32 smithi005 conmon[35754]: audit 2024-02-09T20:29:30.488173+0000 mgr.smithi005.drqcnv (mgr.14182) 1041 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:32.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:32 smithi129 conmon[40092]: audit 2024-02-09T20:29:30.488173+0000 mgr.smithi005.drqcnv (mgr.14182) 1041 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:33.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:33 smithi005 conmon[35754]: cluster 2024-02-09T20:29:31.888046+0000 mgr.smithi005.drqcnv (mgr.14182) 1042 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:33.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:33 smithi129 conmon[40092]: cluster 2024-02-09T20:29:31.888046+0000 mgr.smithi005.drqcnv (mgr.14182) 1042 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:34.193 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:29:34.193 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:34.862 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:35.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:35 smithi129 conmon[40092]: cluster 2024-02-09T20:29:33.888489+0000 mgr.smithi005.drqcnv (mgr.14182) 1043 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:35.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:35 smithi129 conmon[40092]: audit 2024-02-09T20:29:34.186879+0000 mgr.smithi005.drqcnv (mgr.14182) 1044 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:35.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:35 smithi005 conmon[35754]: cluster 2024-02-09T20:29:33.888489+0000 mgr.smithi005.drqcnv (mgr.14182) 1043 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:35.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:35 smithi005 conmon[35754]: audit 2024-02-09T20:29:34.186879+0000 mgr.smithi005.drqcnv (mgr.14182) 1044 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:35.863 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:37.501 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:37 smithi005 conmon[35754]: cluster 2024-02-09T20:29:35.889248+0000 mgr.smithi005.drqcnv (mgr.14182) 1045 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:37.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:37 smithi129 conmon[40092]: cluster 2024-02-09T20:29:35.889248+0000 mgr.smithi005.drqcnv (mgr.14182) 1045 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:37.953 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:29:37.953 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:38.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:39.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:39 smithi129 conmon[40092]: cluster 2024-02-09T20:29:37.889600+0000 mgr.smithi005.drqcnv (mgr.14182) 1046 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:39.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:39 smithi129 conmon[40092]: audit 2024-02-09T20:29:37 2024-02-09T20:29:39.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:39 smithi129 conmon[40092]: .946800+0000 mgr.smithi005.drqcnv (mgr.14182) 1047 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:39.621 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:39.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:39 smithi005 conmon[35754]: cluster 2024-02-09T20:29:37.889600+0000 mgr.smithi005.drqcnv (mgr.14182) 1046 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:39.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:39 smithi005 conmon[35754]: audit 2024-02-09T20:29:37.946800+0000 mgr.smithi005.drqcnv (mgr.14182) 1047 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:41.277 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:41 smithi005 conmon[35754]: cluster 2024-02-09T20:29:39.890133+0000 mgr.smithi005.drqcnv (mgr.14182) 1048 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:41.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:41 smithi129 conmon[40092]: cluster 2024-02-09T20:29:39.890133+0000 mgr.smithi005.drqcnv (mgr.14182) 1048 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:41.704 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:29:41.705 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:42.401 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:43.403 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:43.438 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:43 smithi005 conmon[35754]: audit 2024-02-09T20:29:41.697878+0000 mgr.smithi005.drqcnv (mgr.14182) 1049 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:43.438 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:43 smithi005 conmon[35754]: cluster 2024-02-09T20:29:41.890644+0000 mgr.smithi005.drqcnv (mgr.14182) 1050 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:43.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:43 smithi129 conmon[40092]: audit 2024-02-09T20:29:41.697878+0000 mgr.smithi005.drqcnv (mgr.14182) 1049 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:43.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:43 smithi129 conmon[40092]: cluster 2024-02-09T20:29:41.890644+0000 mgr.smithi005.drqcnv (mgr.14182) 1050 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:45.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:45 smithi005 conmon[35754]: cluster 2024-02-09T20:29:43.891166+0000 mgr.smithi005.drqcnv (mgr.14182) 1051 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:45.494 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:29:45.495 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:45.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:45 smithi129 conmon[40092]: cluster 2024-02-09T20:29:43.891166+0000 mgr.smithi005.drqcnv (mgr.14182) 1051 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:46.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:47.139 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:47.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:47 smithi129 conmon[40092]: audit 2024-02-09T20:29:45.489191+0000 mgr.smithi005.drqcnv (mgr.14182) 1052 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:47.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:47 smithi129 conmon[40092]: cluster 2024-02-09T20:29:45.891980+0000 mgr.smithi005.drqcnv (mgr.14182) 1053 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:47.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:47 smithi005 conmon[35754]: audit 2024-02-09T20:29:45.489191+0000 mgr.smithi005.drqcnv (mgr.14182) 1052 : audit 2024-02-09T20:29:47.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:47 smithi005 conmon[35754]: [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:47.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:47 smithi005 conmon[35754]: cluster 2024-02-09T20:29:45.891980+0000 mgr.smithi005.drqcnv (mgr.14182) 1053 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:49.210 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:29:49.210 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:49.468 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:49 smithi005 conmon[35754]: cluster 2024-02-09T20:29:47.892359+0000 mgr.smithi005.drqcnv (mgr.14182) 1054 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:49.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:49 smithi129 conmon[40092]: cluster 2024-02-09T20:29:47.892359+0000 mgr.smithi005.drqcnv (mgr.14182) 1054 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:49.919 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:50.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:50 smithi129 conmon[40092]: audit 2024-02-09T20:29:49.204789+0000 mgr.smithi005.drqcnv (mgr.14182) 1055 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:50.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:50 smithi005 conmon[35754]: audit 2024-02-09T20:29:49.204789+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:29:50.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:50 smithi005 conmon[35754]: 14182) 1055 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:50.920 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:51.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:51 smithi005 conmon[35754]: cluster 2024-02-09T20:29:49. 2024-02-09T20:29:51.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:51 smithi005 conmon[35754]: 892998+0000 mgr.smithi005.drqcnv (mgr.14182) 1056 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:51.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:51 smithi129 conmon[40092]: cluster 2024-02-09T20:29:49.892998+0000 mgr.smithi005.drqcnv (mgr.14182) 1056 : 2024-02-09T20:29:51.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:51 smithi129 conmon[40092]: cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:29:53.117 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:29:53.118 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:53.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:53 smithi005 conmon[35754]: cluster 2024-02-09T20:29:51.893684+0000 mgr.smithi005.drqcnv (mgr.14182) 1057 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:53.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:53 smithi129 conmon[40092]: cluster 2024-02-09T20:29:51.893684+0000 mgr.smithi005.drqcnv (mgr.14182) 1057 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:53.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:54.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:54 smithi129 conmon[40092]: audit 2024-02-09T20:29:53.111455+0000 mgr.smithi005.drqcnv (mgr.14182) 1058 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:54.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:54 smithi129 conmon[40092]: 2024-02-09T20:29:54.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:54 smithi005 conmon[35754]: audit 2024-02-09T20:29:53.111455+0000 mgr.smithi005.drqcnv (mgr.14182) 1058 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:54.810 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:55.532 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:55 smithi005 conmon[35754]: cluster 2024-02-09T20:29:53.894172+0000 mgr.smithi005.drqcnv (mgr.14182) 1059 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:55.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:55 smithi129 conmon[40092]: cluster 2024-02-09T20:29:53.894172+0000 mgr.smithi005.drqcnv (mgr.14182) 1059 : cluster [DBG] 2024-02-09T20:29:55.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:55 smithi129 conmon[40092]: pgmap v699: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:56.850 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:29:56.851 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:29:57.460 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:29:57.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:57 smithi129 conmon[40092]: cluster 2024-02-09T20:29:55.894859+0000 mgr.smithi005.drqcnv (mgr.14182) 1060 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:57.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:57 smithi005 conmon[35754]: cluster 2024-02-09T20:29:55.894859+0000 mgr.smithi005.drqcnv (mgr.14182) 1060 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:58.460 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:29:58.496 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:58 smithi005 conmon[35754]: audit 2024-02-09T20:29:56.844305+0000 mgr.smithi005.drqcnv (mgr.14182) 1061 : audit 2024-02-09T20:29:58.496 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:58 smithi005 conmon[35754]: [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:58.496 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:29:58 smithi005 conmon[35754]: cluster 2024-02-09T20:29:57.895383+0000 mgr.smithi005.drqcnv (mgr.14182) 1062 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:29:58.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:58 smithi129 conmon[40092]: audit 2024-02-09T20:29:56.844305+0000 mgr.smithi005.drqcnv (mgr.14182) 1061 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:29:58.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:29:58 smithi129 conmon[40092]: cluster 2024-02-09T20:29:57.895383+0000 mgr.smithi005.drqcnv (mgr.14182) 1062 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:00.402 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:30:00.403 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:01.116 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:01.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:00 smithi129 conmon[40092]: cluster 2024-02-09T20:29:59.895938+0000 mgr.smithi005.drqcnv (mgr.14182) 1063 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:01.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:00 smithi129 conmon[40092]: cluster 2024-02-09T20:30:00.000107+0000 mon.smithi005 (mon.0) 740 : cluster [INF] overall HEALTH_OK 2024-02-09T20:30:01.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:00 smithi005 conmon[35754]: cluster 2024-02-09T20:29:59.895938+0000 mgr.smithi005.drqcnv (mgr.14182) 1063 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:01.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:00 smithi005 conmon[35754]: cluster 2024-02-09T20:30:00.000107+0000 mon.smithi005 (mon.0) 740 : cluster [INF] overall HEALTH_OK 2024-02-09T20:30:02.117 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:02.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:01 smithi005 conmon[35754]: audit 2024-02-09T20:30:00.396308+0000 mgr.smithi005.drqcnv (mgr.14182) 1064 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:02.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:01 smithi129 conmon[40092]: audit 2024-02-09T20:30:00.396308+0000 mgr.smithi005.drqcnv (mgr.14182) 1064 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:03.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:02 smithi129 conmon[40092]: cluster 2024-02-09T20:30:01.896599+0000 mgr.smithi005.drqcnv (mgr.14182) 1065 : cluster [DBG] 2024-02-09T20:30:03.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:02 smithi129 conmon[40092]: pgmap v703: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:03.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:02 smithi005 conmon[35754]: cluster 2024-02-09T20:30:01.896599+0000 mgr.smithi005.drqcnv (mgr.14182) 1065 : cluster 2024-02-09T20:30:03.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:02 smithi005 conmon[35754]: [DBG] pgmap v703: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:04.192 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:30:04.192 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:04.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:05.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:04 smithi005 conmon[35754]: cluster 2024-02-09T20:30:03.897089+0000 mgr.smithi005.drqcnv (mgr.14182) 1066 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:05.156 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:04 smithi005 conmon[35754]: audit 2024-02-09T20:30:04.185285+0000 mgr.smithi005.drqcnv (mgr.14182) 1067 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:05.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:04 smithi129 conmon[40092]: cluster 2024-02-09T20:30:03.897089+0000 mgr.smithi005.drqcnv (mgr.14182) 1066 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:05.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:04 smithi129 conmon[40092]: audit 2024-02-09T20:30:04.185285+0000 mgr.smithi005.drqcnv (mgr.14182) 1067 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:05.869 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:07.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:06 smithi005 conmon[35754]: cluster 2024-02-09T20:30:05.897711+0000 mgr.smithi005.drqcnv (mgr.14182) 1068 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:07.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:06 smithi129 conmon[40092]: cluster 2024-02-09T20:30:05.897711+0000 mgr.smithi005.drqcnv (mgr.14182) 1068 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:07.898 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:30:07.898 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:08.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:09.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:08 smithi129 conmon[40092]: audit 2024-02-09T20:30:07.891464+0000 mgr.smithi005.drqcnv (mgr.14182) 1069 : audit [DBG] 2024-02-09T20:30:09.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:08 smithi129 conmon[40092]: from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:09.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:08 smithi129 conmon[40092]: cluster 2024-02-09T20:30:07.898105+0000 mgr.smithi005.drqcnv (mgr.14182) 1070 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:09.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:08 smithi005 conmon[35754]: audit 2024-02-09T20:30:07.891464+0000 mgr.smithi005.drqcnv (mgr.14182) 1069 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:09.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:08 smithi005 conmon[35754]: cluster 2024-02-09T20:30:07.898105+0000 mgr.smithi005.drqcnv (mgr.14182) 1070 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:09.527 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:11.075 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:10 smithi005 conmon[35754]: cluster 2024-02-09T20:30:09.898758+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:30:11.075 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:10 smithi005 conmon[35754]: .14182) 1071 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:11.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:10 smithi129 conmon[40092]: cluster 2024-02-09T20:30:09.898758+0000 mgr.smithi005.drqcnv (mgr.14182) 1071 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:11.505 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:30:11.506 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:12.149 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:13.151 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:13.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:12 smithi129 conmon[40092]: audit 2024-02-09T20:30:11.499565+0000 mgr.smithi005.drqcnv (mgr.14182) 1072 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:13.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:12 smithi129 conmon[40092]: cluster 2024-02-09T20:30:11.899432+0000 mgr.smithi005.drqcnv (mgr.14182) 1073 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:13.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:12 smithi005 conmon[35754]: audit 2024-02-09T20:30:11.499565+0000 mgr.smithi005.drqcnv (mgr.14182) 1072 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:13.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:12 smithi005 conmon[35754]: cluster 2024-02-09T20:30:11.899432+0000 mgr.smithi005.drqcnv (mgr.14182) 1073 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:15.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:14 smithi005 conmon[35754]: cluster 2024-02-09T20:30:13.900096+0000 mgr.smithi005.drqcnv (mgr.14182) 1074 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:15.249 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:30:15.249 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:15.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:14 smithi129 conmon[40092]: cluster 2024-02-09T20:30:13.900096+0000 mgr.smithi005.drqcnv (mgr.14182) 1074 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:15.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:16.909 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:17.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:16 smithi129 conmon[40092]: audit 2024-02-09T20:30:15.243204+0000 mgr.smithi005.drqcnv (mgr.14182) 1075 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:17.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:16 smithi129 conmon[40092]: cluster 2024-02-09T20:30:15.900674+0000 mgr.smithi005.drqcnv (mgr.14182) 1076 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:17.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:16 smithi005 conmon[35754]: audit 2024-02-09T20:30:15.243204+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:30:17.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:16 smithi005 conmon[35754]: ) 1075 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:17.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:16 smithi005 conmon[35754]: cluster 2024-02-09T20:30:15.900674+0000 mgr.smithi005.drqcnv (mgr.14182) 1076 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:19.031 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:30:19.031 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:19.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:19 smithi129 conmon[40092]: cluster 2024-02-09T20:30:17.901063+0000 mgr.smithi005.drqcnv (mgr.14182) 1077 : cluster [DBG] 2024-02-09T20:30:19.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:19 smithi129 conmon[40092]: pgmap v711: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:19.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:19 smithi005 conmon[35754]: cluster 2024-02-09T20:30:17.901063+0000 mgr.smithi005.drqcnv (mgr.14182) 1077 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:19.672 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:20.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:20 smithi129 conmon[40092]: audit 2024-02-09T20:30:19.024813+0000 mgr.smithi005.drqcnv (mgr.14182) 1078 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:20.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:20 smithi129 conmon[40092]: 2024-02-09T20:30:20.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:20 smithi005 conmon[35754]: audit 2024-02-09T20:30:19.024813+0000 mgr.smithi005.drqcnv (mgr.14182) 1078 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:20.673 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:21.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:21 smithi129 conmon[40092]: cluster 2024-02-09T20:30:19.901791+0000 mgr.smithi005.drqcnv (mgr.14182) 1079 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:21.379 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:21 smithi005 conmon[35754]: cluster 2024-02-09T20:30:19.901791+0000 mgr.smithi005.drqcnv (mgr.14182) 1079 : cluster 2024-02-09T20:30:21.379 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:21 smithi005 conmon[35754]: [DBG] pgmap v712: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:22.632 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:30:22.632 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:23.277 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:23 smithi005 conmon[35754]: cluster 2024-02-09T20:30:21.902433+0000 mgr.smithi005.drqcnv (mgr.14182) 1080 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:23.279 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:23.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:23 smithi129 conmon[40092]: cluster 2024-02-09T20:30:21.902433+0000 mgr.smithi005.drqcnv (mgr.14182) 1080 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:24.280 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:24.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:24 smithi129 conmon[40092]: audit 2024-02-09T20:30:22.625806+0000 mgr.smithi005.drqcnv (mgr.14182) 1081 : audit [DBG] 2024-02-09T20:30:24.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:24 smithi129 conmon[40092]: from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:24.314 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:24 smithi005 conmon[35754]: audit 2024-02-09T20:30:22.625806+0000 mgr.smithi005.drqcnv (mgr.14182) 1081 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:25.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:25 smithi129 conmon[40092]: cluster 2024-02-09T20:30:23.902934+0000 mgr.smithi005.drqcnv (mgr.14182) 1082 : cluster [DBG] 2024-02-09T20:30:25.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:25 smithi129 conmon[40092]: pgmap v714: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:25.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:25 smithi005 conmon[35754]: cluster 2024-02-09T20:30:23.902934+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:30:25.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:25 smithi005 conmon[35754]: 1082 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:26.307 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:30:26.307 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:26.964 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:27.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:27 smithi129 conmon[40092]: cluster 2024-02-09T20:30:25.903604+0000 mgr.smithi005.drqcnv (mgr.14182) 1083 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:27.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:27 smithi005 conmon[35754]: cluster 2024-02-09T20:30:25.903604+0000 mgr.smithi005.drqcnv (mgr.14182) 1083 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:27.966 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:28.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:28 smithi129 conmon[40092]: audit 2024-02-09T20:30:26.300220+0000 mgr.smithi005.drqcnv (mgr.14182) 1084 : audit [DBG] 2024-02-09T20:30:28.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:28 smithi129 conmon[40092]: from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:28.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:28 smithi005 conmon[35754]: audit 2024-02-09T20:30:26.300220+0000 mgr.smithi005.drqcnv (mgr.14182) 1084 : audit 2024-02-09T20:30:28.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:28 smithi005 conmon[35754]: [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:29.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:29 smithi005 conmon[35754]: cluster 2024-02-09T20:30:27.903998+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:30:29.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:29 smithi005 conmon[35754]: 1085 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:29.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:29 smithi129 conmon[40092]: cluster 2024-02-09T20:30:27.903998+0000 mgr.smithi005.drqcnv (mgr.14182) 1085 : cluster [DBG] 2024-02-09T20:30:29.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:29 smithi129 conmon[40092]: pgmap v716: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:29.963 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:30:29.963 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:30.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:31.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:31 smithi129 conmon[40092]: cluster 2024-02-09T20:30:29.904476+0000 mgr.smithi005.drqcnv (mgr.14182) 1086 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:31.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:31 smithi129 conmon[40092]: audit 2024-02-09T20:30:29.956894+0000 mgr.smithi005.drqcnv (mgr.14182) 1087 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:31.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:31 smithi005 conmon[35754]: cluster 2024-02-09T20:30:29.904476+0000 mgr.smithi005.drqcnv (mgr.14182) 1086 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:31.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:31 smithi005 conmon[35754]: audit 2024-02-09T20:30:29.956894+0000 mgr.smithi005.drqcnv (mgr.14182) 1087 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:31.604 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:33.118 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:33 smithi005 conmon[35754]: cluster 2024-02-09T20:30:31.904945+0000 mgr.smithi005.drqcnv (mgr.14182) 1088 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:33.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:33 smithi129 conmon[40092]: cluster 2024-02-09T20:30:31.904945+0000 mgr.smithi005.drqcnv (mgr.14182) 1088 : cluster [DBG] 2024-02-09T20:30:33.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:33 smithi129 conmon[40092]: pgmap v718: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:33.572 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:30:33.572 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:34.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:35.255 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:35.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:35 smithi129 conmon[40092]: audit 2024-02-09T20:30:33.565459+0000 mgr.smithi005.drqcnv (mgr.14182) 1089 : audit [DBG] 2024-02-09T20:30:35.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:35 smithi129 conmon[40092]: from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:35.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:35 smithi129 conmon[40092]: cluster 2024-02-09T20:30:33.905640+0000 mgr.smithi005.drqcnv (mgr.14182) 1090 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:35.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:35 smithi005 conmon[35754]: audit 2024-02-09T20:30:33.565459+0000 mgr.smithi005.drqcnv (mgr.14182) 1089 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:35.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:35 smithi005 conmon[35754]: cluster 2024-02-09T20:30:33.905640+0000 mgr.smithi005.drqcnv (mgr.14182) 1090 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:37.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:37 smithi129 conmon[40092]: cluster 2024-02-09T20:30:35.906376+0000 mgr.smithi005.drqcnv (mgr.14182) 1091 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:37.324 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:30:37.324 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:37.351 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:37 smithi005 conmon[35754]: cluster 2024-02-09T20:30:35.906376+0000 mgr.smithi005.drqcnv (mgr.14182) 1091 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:38.002 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:39.003 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:39.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:39 smithi129 conmon[40092]: audit 2024-02-09T20:30:37.317975+0000 mgr.smithi005.drqcnv (mgr.14182) 1092 : audit 2024-02-09T20:30:39.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:39 smithi129 conmon[40092]: [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:39.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:39 smithi129 conmon[40092]: cluster 2024-02-09T20:30:37.906928+0000 mgr.smithi005.drqcnv (mgr.14182) 1093 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:39.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:39 smithi005 conmon[35754]: audit 2024-02-09T20:30:37.317975+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:30:39.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:39 smithi005 conmon[35754]: 14182) 1092 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:39.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:39 smithi005 conmon[35754]: cluster 2024-02-09T20:30:37.906928+0000 mgr.smithi005.drqcnv (mgr.14182) 1093 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:40.985 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:30:40.985 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:41.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:41 smithi005 conmon[35754]: cluster 2024-02-09T20: 2024-02-09T20:30:41.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:41 smithi005 conmon[35754]: 30:39.907705+0000 mgr.smithi005.drqcnv (mgr.14182) 1094 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:41.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:41 smithi129 conmon[40092]: cluster 2024-02-09T20:30:39.907705+0000 mgr.smithi005.drqcnv (mgr.14182) 1094 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:41.644 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:42.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:42 smithi005 conmon[35754]: audit 2024-02-09T20:30:40.978812 2024-02-09T20:30:42.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:42 smithi005 conmon[35754]: +0000 mgr.smithi005.drqcnv (mgr.14182) 1095 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:42.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:42 smithi129 conmon[40092]: audit 2024-02-09T20:30:40.978812+0000 mgr.smithi005.drqcnv (mgr.14182) 1095 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:42.645 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:43.324 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:43 smithi005 conmon[35754]: cluster 2024-02-09T20:30:41.908243+0000 mgr.smithi005.drqcnv (mgr.14182) 1096 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:43.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:43 smithi129 conmon[40092]: cluster 2024-02-09T20:30:41.908243+0000 mgr.smithi005.drqcnv (mgr.14182) 1096 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:44.667 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:30:44.667 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:45.284 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:45.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:45 smithi005 conmon[35754]: cluster 2024-02-09T20:30:43.908980+0000 mgr.smithi005.drqcnv (mgr.14182) 1097 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:45.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:45 smithi129 conmon[40092]: cluster 2024-02-09T20:30:43.908980+0000 mgr.smithi005.drqcnv (mgr.14182) 1097 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:46.285 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:46.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:46 smithi005 conmon[35754]: audit 2024-02-09T20:30:44.661322+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:30:46.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:46 smithi005 conmon[35754]: ) 1098 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:46.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:46 smithi129 conmon[40092]: audit 2024-02-09T20:30:44.661322+0000 mgr.smithi005.drqcnv (mgr.14182) 1098 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:47.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:47 smithi005 conmon[35754]: cluster 2024-02-09T20:30:45.909721+0000 mgr.smithi005.drqcnv 2024-02-09T20:30:47.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:47 smithi005 conmon[35754]: (mgr.14182) 1099 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:47.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:47 smithi129 conmon[40092]: cluster 2024-02-09T20:30:45.909721+0000 mgr.smithi005.drqcnv (mgr.14182) 1099 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:48.314 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:30:48.314 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:48.919 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:49.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:49 smithi005 conmon[35754]: cluster 2024-02-09T20:30:47.910086+0000 mgr.smithi005.drqcnv (mgr.14182) 1100 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:49.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:49 smithi129 conmon[40092]: cluster 2024-02-09T20:30:47.910086+0000 mgr.smithi005.drqcnv (mgr.14182) 1100 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:49.920 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:50.388 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:50 smithi005 conmon[35754]: audit 2024-02-09T20:30:48.307847+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:30:50.389 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:50 smithi005 conmon[35754]: ) 1101 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:50.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:50 smithi129 conmon[40092]: audit 2024-02-09T20:30:48.307847+0000 mgr.smithi005.drqcnv (mgr.14182) 1101 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:51.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:51 smithi005 conmon[35754]: cluster 2024-02-09T20:30: 2024-02-09T20:30:51.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:51 smithi005 conmon[35754]: 49.910869+0000 mgr.smithi005.drqcnv (mgr.14182) 1102 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:51.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:51 smithi129 conmon[40092]: cluster 2024-02-09T20:30:49.910869+0000 mgr.smithi005.drqcnv (mgr.14182) 1102 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:30:51.980 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:30:51.980 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:52.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:53.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:53 smithi005 conmon[35754]: cluster 2024-02-09T20:30:51.911277+0000 mgr.smithi005.drqcnv (mgr.14182) 1103 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:53.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:53 smithi005 conmon[35754]: audit 2024-02-09T20:30:51.973655+0000 mgr.smithi005.drqcnv (mgr.14182) 1104 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:53.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:53 smithi129 conmon[40092]: cluster 2024-02-09T20:30:51.911277+0000 mgr.smithi005.drqcnv (mgr.14182) 1103 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:53.620 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:53 smithi129 conmon[40092]: audit 2024-02-09T20:30:51.973655+0000 mgr.smithi005.drqcnv (mgr.14182) 1104 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:53.621 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:55.240 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:55 smithi005 conmon[35754]: cluster 2024-02-09T20:30:53.911663+0000 mgr.smithi005.drqcnv (mgr.14182) 1105 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:55.240 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:55 smithi005 conmon[35754]: 2024-02-09T20:30:55.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:55 smithi129 conmon[40092]: cluster 2024-02-09T20:30:53.911663+0000 mgr.smithi005.drqcnv (mgr.14182) 1105 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:55.654 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:30:55.654 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:56.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:30:57.310 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:30:57.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:57 smithi005 conmon[35754]: audit 2024-02-09T20:30:55.648019+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:30:57.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:57 smithi005 conmon[35754]: mgr.14182) 1106 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:57.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:57 smithi005 conmon[35754]: cluster 2024-02-09T20:30:55.912268+0000 mgr.smithi005.drqcnv (mgr.14182) 1107 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:57.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:57 smithi129 conmon[40092]: audit 2024-02-09T20:30:55.648019+0000 mgr.smithi005.drqcnv (mgr.14182) 1106 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:30:57.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:57 smithi129 conmon[40092]: cluster 2024-02-09T20:30:55.912268+0000 mgr.smithi005.drqcnv (mgr.14182) 1107 2024-02-09T20:30:57.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:57 smithi129 conmon[40092]: : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:59.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:30:59 smithi005 conmon[35754]: cluster 2024-02-09T20:30:57.912808+0000 mgr.smithi005.drqcnv (mgr.14182) 1108 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:59.312 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:30:59.313 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:30:59.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:59 smithi129 conmon[40092]: cluster 2024-02-09T20:30:57.912808+0000 mgr.smithi005.drqcnv (mgr.14182) 1108 : cluster 2024-02-09T20:30:59.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:30:59 smithi129 conmon[40092]: [DBG] pgmap v731: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:30:59.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:00.983 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:01.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:01 smithi005 conmon[35754]: audit 2024-02-09T20:30:59.306421+0000 mgr.smithi005.drqcnv (mgr.14182) 1109 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:01.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:01 smithi005 conmon[35754]: cluster 2024-02-09T20:30:59.913387+0000 mgr.smithi005.drqcnv (mgr.14182) 1110 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:01.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:01 smithi129 conmon[40092]: audit 2024-02-09T20:30:59.306421+0000 mgr.smithi005.drqcnv (mgr.14182) 1109 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:01.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:01 smithi129 conmon[40092]: cluster 2024-02-09T20:31:01.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:01 smithi129 conmon[40092]: 2024-02-09T20:30:59.913387+0000 mgr.smithi005.drqcnv (mgr.14182) 1110 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:03.060 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:31:03.060 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:03.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:03 smithi005 conmon[35754]: cluster 2024-02-09T20:31:01.914200+0000 mgr.smithi005.drqcnv (mgr.14182) 1111 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:03.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:03 smithi129 conmon[40092]: cluster 2024-02-09T20:31:01.914200+0000 mgr.smithi005.drqcnv (mgr.14182) 1111 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:03.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:04.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:04 smithi005 conmon[35754]: audit 2024-02-09T20:31:03.053146+0000 mgr.smithi005.drqcnv (mgr.14182) 1112 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:04.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:04 smithi129 conmon[40092]: audit 2024-02-09T20:31:03.053146+0000 mgr.smithi005.drqcnv (mgr.14182) 1112 : audit 2024-02-09T20:31:04.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:04 smithi129 conmon[40092]: [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:04.684 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:05.382 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:05 smithi005 conmon[35754]: cluster 2024-02-09T20:31:03.914806+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:31:05.383 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:05 smithi005 conmon[35754]: 1113 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:05.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:05 smithi129 conmon[40092]: cluster 2024-02-09T20:31:03.914806+0000 mgr.smithi005.drqcnv (mgr.14182) 1113 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:06.701 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:31:06.701 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:22:14.777065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.zhtwlm on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:07.399 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:07 smithi005 conmon[35754]: cluster 2024-02-09T20:31:05.915531+0000 mgr.smithi005.drqcnv (mgr.14182) 1114 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:07.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:07.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:07 smithi129 conmon[40092]: cluster 2024-02-09T20:31:05.915531+0000 mgr.smithi005.drqcnv (mgr.14182) 1114 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:08.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:08 smithi005 conmon[35754]: audit 2024-02-09T20:31:06.695094+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:31:08.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:08 smithi005 conmon[35754]: 14182) 1115 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:08.421 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:08.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:08 smithi129 conmon[40092]: audit 2024-02-09T20:31:06.695094+0000 mgr.smithi005.drqcnv (mgr.14182) 1115 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:09.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:09 smithi005 conmon[35754]: cluster 2024-02-09T20:31:07.916076+0000 mgr.smithi005.drqcnv (mgr.14182) 1116 : 2024-02-09T20:31:09.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:09 smithi005 conmon[35754]: cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:09.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:09 smithi129 conmon[40092]: cluster 2024-02-09T20:31:07.916076+0000 mgr.smithi005.drqcnv (mgr.14182) 1116 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:10.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:10 smithi005 conmon[35754]: audit 2024-02-09T20:31:09.783534+0000 mon.smithi005 (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi129.hietld"}]: dispatch 2024-02-09T20:31:10.421 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:31:10.422 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:10.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:10 smithi129 conmon[40092]: audit 2024-02-09T20:31:09.783534+0000 mon.smithi005 (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi129.hietld"}]: dispatch 2024-02-09T20:31:11.165 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:11.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: cephadm 2024-02-09T20:31:09.782852+0000 2024-02-09T20:31:11.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 1117 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld 2024-02-09T20:31:11.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld 2024-02-09T20:31:11.404 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld 2024-02-09T20:31:11.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld 2024-02-09T20:31:11.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi129.hietld ... 2024-02-09T20:31:11.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:11.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:31:11.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:29:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:11.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:29:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:11.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:30:29Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:11.406 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:31:11.406 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:31:11.406 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:11.406 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: Traceback (most recent call last): 2024-02-09T20:31:11.406 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:31:11.406 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: yield (conn, connr) 2024-02-09T20:31:11.407 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:31:11.407 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: code, '\n'.join(err))) 2024-02-09T20:31:11.407 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: 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-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld 2024-02-09T20:31:11.407 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld 2024-02-09T20:31:11.407 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld 2024-02-09T20:31:11.408 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld 2024-02-09T20:31:11.408 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi129.hietld ... 2024-02-09T20:31:11.408 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:11.408 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:31:11.408 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:29:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:11.408 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:29:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:11.409 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:30:29Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:11.409 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:31:11.409 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgradi 2024-02-09T20:31:11.409 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: ng: https://www.docker.com/increase-rate-limit 2024-02-09T20:31:11.409 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:11.410 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: cephadm 2024-02-09T20:31:09.783138+0000 mgr.smithi005.drqcnv (mgr.14182) 1118 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi129.hietld 2024-02-09T20:31:11.410 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: cephadm 2024-02-09T20:31:09.784340+0000 mgr.smithi005.drqcnv (mgr.14182) 1119 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld 2024-02-09T20:31:11.410 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld 2024-02-09T20:31:11.410 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld 2024-02-09T20:31:11.410 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld 2024-02-09T20:31:11.411 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi129.hietld ... 2024-02-09T20:31:11.411 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:11.411 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:31:11.411 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:29:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:11.411 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:29:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:11.412 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:30:29Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:11.412 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:31:11.412 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:31:11.413 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:11.413 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: cephadm 2024-02-09T20:31:09.786998+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:31:11.413 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: mgr.14182) 1120 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi005.ovniao on smithi005 2024-02-09T20:31:11.413 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:11 smithi005 conmon[35754]: cluster 2024-02-09T20:31:09.916541+0000 mgr.smithi005.drqcnv (mgr.14182) 1121 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:11.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: cephadm 2024-02-09T20:31:09.782852+0000 mgr.smithi005.drqcnv (mgr.14182) 1117 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld 2024-02-09T20:31:11.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld 2024-02-09T20:31:11.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld 2024-02-09T20:31:11.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld 2024-02-09T20:31:11.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi129.hietld ... 2024-02-09T20:31:11.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:11.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:31:11.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:29:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:11.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:29:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:11.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:30:29Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:11.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:31:11.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:31:11.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:11.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: Traceback (most recent call last): 2024-02-09T20:31:11.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:31:11.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: yield (conn, connr) 2024-02-09T20:31:11.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:31:11.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: code, '\n'.join(err))) 2024-02-09T20:31:11.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: 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-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld 2024-02-09T20:31:11.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld 2024-02-09T20:31:11.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld 2024-02-09T20:31:11.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld 2024-02-09T20:31:11.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi129.hietld ... 2024-02-09T20:31:11.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:11.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:31:11.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:29:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:11.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:29:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:11.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:30:29Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:11.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:31:11.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2024-02-09T20:31:11.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:31:11.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:11.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: cephadm 2024-02-09T20:31:09.783138+0000 mgr.smithi005.drqcnv (mgr.14182) 1118 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi129.hietld 2024-02-09T20:31:11.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: cephadm 2024-02-09T20:31:09.784340+0000 mgr.smithi005.drqcnv (mgr.14182) 1119 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld 2024-02-09T20:31:11.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld 2024-02-09T20:31:11.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld 2024-02-09T20:31:11.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld 2024-02-09T20:31:11.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi129.hietld ... 2024-02-09T20:31:11.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:11.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:31:11.562 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:29:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:11.562 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:29:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:11.562 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:30:29Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:31:11.562 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:31:11.562 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:31:11.562 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:31:11.562 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: cephadm 2024-02-09T20:31:09.786998+0000 mgr.smithi005.drqcnv (mgr.14182) 1120 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi005.ovniao on smithi005 2024-02-09T20:31:11.562 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:11 smithi129 conmon[40092]: cluster 2024-02-09T20:31:09.916541+0000 mgr.smithi005.drqcnv (mgr.14182) 1121 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:12.166 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:12.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:12 smithi005 conmon[35754]: audit 2024-02-09T20:31:10.415915+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:31:12.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:12 smithi005 conmon[35754]: 14182) 1122 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:12.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:12 smithi129 conmon[40092]: audit 2024-02-09T20:31:10.415915+0000 mgr.smithi005.drqcnv (mgr.14182) 1122 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:13.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:13 smithi005 conmon[35754]: cluster 2024-02-09T20:31:11.917083+0000 mgr.smithi005.drqcnv (mgr.14182) 1123 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:13.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:13 smithi129 conmon[40092]: cluster 2024-02-09T20:31:11.917083+0000 mgr.smithi005.drqcnv (mgr.14182) 1123 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:14.196 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:31:14.197 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:14.879 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:15.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:15 smithi005 conmon[35754]: cluster 2024-02-09T20:31:13.917517+0000 mgr.smithi005.drqcnv (mgr.14182) 1124 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:15.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:15 smithi005 conmon[35754]: audit 2024-02-09T20:31:14.190186+0000 mgr.smithi005.drqcnv (mgr.14182) 1125 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:15.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:15 smithi129 conmon[40092]: cluster 2024-02-09T20:31:13.917517+0000 mgr.smithi005.drqcnv (mgr.14182) 1124 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:15.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:15 smithi129 conmon[40092]: audit 2024-02-09T20:31:14.190186+0000 mgr.smithi005.drqcnv (mgr.14182) 1125 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:15.880 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:17.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:17 smithi129 conmon[40092]: cluster 2024-02-09T20:31:15.918074+0000 mgr.smithi005.drqcnv (mgr.14182) 1126 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:17.587 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:17 smithi005 conmon[35754]: cluster 2024-02-09T20:31:15.918074+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:31:17.587 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:17 smithi005 conmon[35754]: 1126 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:18.016 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:31:18.017 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:18.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:19.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:19 smithi129 conmon[40092]: cluster 2024-02-09T20:31:17.918407+0000 mgr.smithi005.drqcnv (mgr.14182) 1127 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:19.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:19 smithi129 conmon[40092]: audit 2024-02-09T20:31:18.010694+0000 mgr.smithi005.drqcnv (mgr.14182) 1128 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:19.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:19 smithi005 conmon[35754]: cluster 2024-02-09T20:31:17.918407+0000 mgr.smithi005.drqcnv (mgr.14182) 1127 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:19.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:19 smithi005 conmon[35754]: audit 2024-02-09T20:31:18.010694+0000 mgr.smithi005.drqcnv (mgr.14182) 1128 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:19.714 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:21.302 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:21 smithi005 conmon[35754]: cluster 2024-02-09T20:31:19.918905+0000 mgr.smithi005.drqcnv (mgr.14182) 1129 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:21.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:21 smithi129 conmon[40092]: cluster 2024-02-09T20:31:19.918905+0000 mgr.smithi005.drqcnv (mgr.14182) 1129 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:21.709 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:31:21.710 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:22.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:23.405 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:23.440 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:23 smithi005 conmon[35754]: audit 2024-02-09T20:31:21.703773+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:31:23.441 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:23 smithi005 conmon[35754]: 14182) 1130 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:23.441 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:23 smithi005 conmon[35754]: cluster 2024-02-09T20:31:21.919396+0000 mgr.smithi005.drqcnv (mgr.14182) 1131 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:23.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:23 smithi129 conmon[40092]: audit 2024-02-09T20:31:21.703773+0000 mgr.smithi005.drqcnv (mgr.14182) 1130 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:23.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:23 smithi129 conmon[40092]: cluster 2024-02-09T20:31:21.919396+0000 mgr.smithi005.drqcnv (mgr.14182) 1131 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:25.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:25 smithi005 conmon[35754]: cluster 2024-02-09T20:31:23.919821+0000 mgr.smithi005.drqcnv (mgr.14182) 1132 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:25.420 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:31:25.420 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:25.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:25 smithi129 conmon[40092]: cluster 2024-02-09T20:31:23.919821+0000 mgr.smithi005.drqcnv (mgr.14182) 1132 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:26.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:27.079 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:27.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:27 smithi005 conmon[35754]: audit 2024-02-09T20:31:25.414537+0000 mgr.smithi005.drqcnv (mgr.14182) 1133 2024-02-09T20:31:27.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:27 smithi005 conmon[35754]: : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:27.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:27 smithi005 conmon[35754]: cluster 2024-02-09T20:31:25.920605+0000 mgr.smithi005.drqcnv (mgr.14182) 1134 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:27.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:27 smithi129 conmon[40092]: audit 2024-02-09T20:31:25.414537+0000 mgr.smithi005.drqcnv (mgr.14182) 1133 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:27.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:27 smithi129 conmon[40092]: cluster 2024-02-09T20:31:25.920605+0000 mgr.smithi005.drqcnv (mgr.14182) 1134 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:29.177 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:31:29.177 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:29.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:29 smithi129 conmon[40092]: cluster 2024-02-09T20:31:27.921065+0000 mgr.smithi005.drqcnv (mgr.14182) 1135 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:29.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:29 smithi005 conmon[35754]: cluster 2024-02-09T20:31:27.921065+0000 mgr.smithi005.drqcnv (mgr.14182) 1135 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:29.844 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:30.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:30 smithi129 conmon[40092]: audit 2024-02-09T20:31:29.171307+0000 mgr.smithi005.drqcnv (mgr.14182) 1136 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:30.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:30 smithi005 conmon[35754]: audit 2024-02-09T20:31:29.171307+0000 mgr.smithi005.drqcnv (mgr.14182) 1136 2024-02-09T20:31:30.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:30 smithi005 conmon[35754]: : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:30.847 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:31.530 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:31 smithi005 conmon[35754]: cluster 2024-02-09T20: 2024-02-09T20:31:31.530 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:31 smithi005 conmon[35754]: 31:29.921828+0000 mgr.smithi005.drqcnv (mgr.14182) 1137 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:31.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:31 smithi129 conmon[40092]: cluster 2024-02-09T20:31:29.921828+0000 mgr.smithi005.drqcnv (mgr.14182) 1137 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:32.846 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:31:32.846 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:33.471 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:33 smithi005 conmon[35754]: cluster 2024-02-09T20:31:31.922531+0000 mgr.smithi005.drqcnv (mgr.14182) 1138 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:33.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:33.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:33 smithi129 conmon[40092]: cluster 2024-02-09T20:31:31.922531+0000 mgr.smithi005.drqcnv (mgr.14182) 1138 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:34.496 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:34.532 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:34 smithi005 conmon[35754]: audit 2024-02-09T20:31:32.839721+0000 mgr.smithi005.drqcnv (mgr.14182) 1139 : audit 2024-02-09T20:31:34.532 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:34 smithi005 conmon[35754]: [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:34.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:34 smithi129 conmon[40092]: audit 2024-02-09T20:31:32.839721+0000 mgr.smithi005.drqcnv (mgr.14182) 1139 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:34.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:34 smithi129 conmon[40092]: 2024-02-09T20:31:35.297 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:35 smithi005 conmon[35754]: cluster 2024-02-09T20:31:33.923026+0000 mgr.smithi005.drqcnv (mgr.14182) 1140 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:35.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:35 smithi129 conmon[40092]: cluster 2024-02-09T20:31:33.923026+0000 mgr.smithi005.drqcnv (mgr.14182) 1140 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:35.560 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:35 smithi129 conmon[40092]: 2024-02-09T20:31:36.466 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:31:36.466 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:37.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:37.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:37 smithi005 conmon[35754]: cluster 2024-02-09T20:31:35.923610+0000 mgr.smithi005.drqcnv (mgr.14182) 1141 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:37.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:37 smithi129 conmon[40092]: cluster 2024-02-09T20:31:35.923610+0000 mgr.smithi005.drqcnv (mgr.14182) 1141 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:38.128 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:38.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:38 smithi129 conmon[40092]: audit 2024-02-09T20:31:36.459982+0000 mgr.smithi005.drqcnv (mgr.14182) 1142 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:38.607 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:38 smithi005 conmon[35754]: audit 2024-02-09T20:31:36.459982+0000 mgr.smithi005.drqcnv (mgr.14182) 1142 2024-02-09T20:31:38.607 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:38 smithi005 conmon[35754]: : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:39.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:39 smithi005 conmon[35754]: cluster 2024-02-09T20:31:37.924116+0000 mgr.smithi005.drqcnv (mgr.14182) 1143 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:39.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:39 smithi129 conmon[40092]: cluster 2024-02-09T20:31:37.924116+0000 mgr.smithi005.drqcnv (mgr.14182) 1143 : cluster 2024-02-09T20:31:39.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:39 smithi129 conmon[40092]: [DBG] pgmap v751: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:40.130 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:31:40.131 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:40.834 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:41.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:41 smithi129 conmon[40092]: cluster 2024-02-09T20:31:39.924581+0000 mgr.smithi005.drqcnv (mgr.14182) 1144 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:41.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:41 smithi129 conmon[40092]: audit 2024-02-09T20:31:40.124381+0000 mgr.smithi005.drqcnv (mgr.14182) 1145 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:41.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:41 smithi005 conmon[35754]: cluster 2024-02-09T20:31:39.924581+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:31:41.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:41 smithi005 conmon[35754]: mgr.14182) 1144 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:41.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:41 smithi005 conmon[35754]: audit 2024-02-09T20:31:40.124381+0000 mgr.smithi005.drqcnv (mgr.14182) 1145 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:41.835 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:43.475 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:43 smithi005 conmon[35754]: cluster 2024-02-09T20:31:41.925068+0000 mgr.smithi005.drqcnv (mgr.14182) 1146 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:43.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:43 smithi129 conmon[40092]: cluster 2024-02-09T20:31:41.925068+0000 mgr.smithi005.drqcnv (mgr.14182) 1146 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:43.936 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:31:43.936 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:44.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:45.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:45 smithi129 conmon[40092]: cluster 2024-02-09T20:31:43.925491+0000 mgr.smithi005.drqcnv (mgr.14182) 1147 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:45.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:45 smithi129 conmon[40092]: audit 2024-02-09T20:31:43.930627+0000 mgr.smithi005.drqcnv (mgr.14182) 1148 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:45.620 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:45.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:45 smithi005 conmon[35754]: cluster 2024-02-09T20:31:43.925491+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:31:45.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:45 smithi005 conmon[35754]: mgr.14182) 1147 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:45.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:45 smithi005 conmon[35754]: audit 2024-02-09T20:31:43.930627+0000 mgr.smithi005.drqcnv (mgr.14182) 1148 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:47.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:47 smithi129 conmon[40092]: cluster 2024-02-09T20:31:45.926056+0000 mgr.smithi005.drqcnv (mgr.14182) 1149 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:47.612 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:31:47.613 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:47.636 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:47 smithi005 conmon[35754]: cluster 2024-02-09T20:31:45.926056+0000 mgr.smithi005.drqcnv (mgr.14182) 1149 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:48.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:49.246 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:49.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:49 smithi129 conmon[40092]: audit 2024-02-09T20:31:47.606365+0000 mgr.smithi005.drqcnv (mgr.14182) 1150 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:49.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:49 smithi129 conmon[40092]: cluster 2024-02-09T20:31:47.926596+0000 mgr.smithi005.drqcnv (mgr.14182) 1151 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:49.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:49 smithi005 conmon[35754]: audit 2024-02-09T20:31:47.606365+0000 2024-02-09T20:31:49.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:49 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 1150 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:49.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:49 smithi005 conmon[35754]: cluster 2024-02-09T20:31:47.926596+0000 mgr.smithi005.drqcnv (mgr.14182) 1151 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:50.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:50 smithi005 conmon[35754]: cluster 2024-02-09T20:31:49.927306+0000 mgr.smithi005.drqcnv (mgr.14182) 1152 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:50.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:50 smithi129 conmon[40092]: cluster 2024-02-09T20:31:49.927306+0000 mgr.smithi005.drqcnv (mgr.14182) 1152 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:31:51.240 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:31:51.241 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:51.900 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:52.901 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:53.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:52 smithi129 conmon[40092]: audit 2024-02-09T20:31:51.234828+0000 mgr.smithi005.drqcnv (mgr.14182) 1153 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:53.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:52 smithi129 conmon[40092]: cluster 2024-02-09T20:31:51.927993+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:31:53.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:52 smithi129 conmon[40092]: .14182) 1154 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:53.371 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:52 smithi005 conmon[35754]: audit 2024-02-09T20:31:51.234828+0000 mgr.smithi005.drqcnv (mgr.14182) 1153 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:53.371 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:52 smithi005 conmon[35754]: cluster 2024-02-09T20:31:51.927993+0000 mgr.smithi005.drqcnv (mgr.14182) 1154 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:54.901 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:31:54.901 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:55.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:54 smithi129 conmon[40092]: cluster 2024-02-09T20:31:53.928511+0000 mgr.smithi005.drqcnv (mgr.14182) 1155 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:55.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:54 smithi005 conmon[35754]: cluster 2024-02-09T20:31:53.928511+0000 2024-02-09T20:31:55.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:54 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 1155 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:55.565 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:31:56.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:55 smithi129 conmon[40092]: audit 2024-02-09T20:31:54.895340+0000 mgr.smithi005.drqcnv (mgr.14182) 1156 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:56.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:55 smithi005 conmon[35754]: audit 2024-02-09T20:31:54.895340+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:31:56.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:55 smithi005 conmon[35754]: 14182) 1156 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:31:56.566 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:31:57.304 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:56 smithi005 conmon[35754]: cluster 2024-02-09T20:31:55.929249+0000 mgr.smithi005.drqcnv (mgr.14182) 1157 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:57.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:56 smithi129 conmon[40092]: cluster 2024-02-09T20:31:55.929249+0000 mgr.smithi005.drqcnv (mgr.14182) 1157 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:58.652 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:31:58.652 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:31:59.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:31:58 smithi129 conmon[40092]: cluster 2024-02-09T20:31:57.929792+0000 mgr.smithi005.drqcnv (mgr.14182) 1158 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:59.274 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:31:58 smithi005 conmon[35754]: cluster 2024-02-09T20:31:57.929792+0000 mgr.smithi005.drqcnv (mgr.14182) 1158 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:31:59.299 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:00.301 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:00.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:00 smithi129 conmon[40092]: audit 2024-02-09T20:31:58.645913+0000 mgr.smithi005.drqcnv (mgr.14182) 1159 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:00.338 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:00 smithi005 conmon[35754]: audit 2024-02-09T20:31:58.645913+0000 mgr.smithi005.drqcnv (mgr.14182) 1159 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:01.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:01 smithi129 conmon[40092]: cluster 2024-02-09T20:31:59.930332+0000 mgr.smithi005.drqcnv (mgr.14182) 1160 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:01.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:01 smithi005 conmon[35754]: cluster 2024-02-09T20:31:59.930332+0000 mgr.smithi005.drqcnv (mgr.14182) 1160 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:02.329 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:32:02.329 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:02.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:03.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:03 smithi129 conmon[40092]: cluster 2024-02-09T20:32:01.930842+0000 mgr.smithi005.drqcnv (mgr.14182) 1161 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:03.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:03 smithi005 conmon[35754]: cluster 2024-02-09T20:32:01.930842+0000 mgr.smithi005.drqcnv (mgr.14182) 1161 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:03.956 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:04.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:04 smithi129 conmon[40092]: audit 2024-02-09T20:32:02.322968+0000 mgr.smithi005.drqcnv (mgr.14182) 1162 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:04.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:04 smithi005 conmon[35754]: audit 2024-02-09T20:32:02.322968+0000 mgr.smithi005.drqcnv (mgr.14182) 1162 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:05.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:05 smithi005 conmon[35754]: cluster 2024-02-09T20:32:03.931286+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:32:05.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:05 smithi005 conmon[35754]: ) 1163 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:05.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:05 smithi129 conmon[40092]: cluster 2024-02-09T20:32:03.931286+0000 mgr.smithi005.drqcnv (mgr.14182) 1163 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:05.910 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:32:05.910 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:06.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:07.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:07 smithi129 conmon[40092]: audit 2024-02-09T20:32:05.904183+0000 mgr.smithi005.drqcnv (mgr.14182) 1164 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:07.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:07 smithi129 conmon[40092]: cluster 2024-02-09T20:32:05.931818+0000 mgr.smithi005.drqcnv (mgr.14182) 1165 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:07.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:07 smithi005 conmon[35754]: audit 2024-02-09T20:32:05.904183+0000 mgr.smithi005.drqcnv (mgr.14182) 1164 : audit [DBG] 2024-02-09T20:32:07.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:07 smithi005 conmon[35754]: from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:07.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:07 smithi005 conmon[35754]: cluster 2024-02-09T20:32:05.931818+0000 mgr.smithi005.drqcnv (mgr.14182) 1165 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:07.616 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:09.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:09 smithi129 conmon[40092]: cluster 2024-02-09T20:32:07.932144+0000 mgr.smithi005.drqcnv (mgr.14182) 1166 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:09.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:09 smithi129 conmon[40092]: 2024-02-09T20:32:09.138 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:09 smithi005 conmon[35754]: cluster 2024-02-09T20:32:07.932144+0000 mgr.smithi005.drqcnv (mgr.14182) 1166 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:09.622 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:32:09.622 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:10.247 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:11.248 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:11.284 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:11 smithi005 conmon[35754]: audit 2024-02-09T20:32:09.615866+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:32:11.284 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:11 smithi005 conmon[35754]: ) 1167 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:11.284 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:11 smithi005 conmon[35754]: cluster 2024-02-09T20:32:09.933117+0000 mgr.smithi005.drqcnv (mgr.14182) 1168 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:11.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:11 smithi129 conmon[40092]: audit 2024-02-09T20:32:09.615866+0000 mgr.smithi005.drqcnv (mgr.14182) 1167 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:11.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:11 smithi129 conmon[40092]: cluster 2024-02-09T20:32:09.933117+0000 mgr.smithi005.drqcnv (mgr.14182) 1168 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:13.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:13 smithi005 conmon[35754]: cluster 2024-02-09T20:32:11.933667+0000 mgr.smithi005.drqcnv (mgr.14182) 1169 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:13.264 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:32:13.265 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:13.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:13 smithi129 conmon[40092]: cluster 2024-02-09T20:32:11.933667+0000 mgr.smithi005.drqcnv (mgr.14182) 1169 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:14.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:15.092 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:15.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:15 smithi129 conmon[40092]: audit 2024-02-09T20:32:13.259000+0000 mgr.smithi005.drqcnv (mgr.14182) 1170 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:15.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:15 smithi129 conmon[40092]: 2024-02-09T20:32:15.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:15 smithi129 conmon[40092]: cluster 2024-02-09T20:32:13.934165+0000 mgr.smithi005.drqcnv (mgr.14182) 1171 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:15.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:15 smithi005 conmon[35754]: audit 2024-02-09T20:32:13.259000+0000 mgr.smithi005.drqcnv (mgr.14182) 1170 2024-02-09T20:32:15.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:15 smithi005 conmon[35754]: : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:15.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:15 smithi005 conmon[35754]: cluster 2024-02-09T20:32:13.934165+0000 mgr.smithi005.drqcnv (mgr.14182) 1171 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:17.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:17 smithi129 conmon[40092]: cluster 2024-02-09T20:32:15.934801+0000 mgr.smithi005.drqcnv (mgr.14182) 1172 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:17.340 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:32:17.340 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:17.363 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:17 smithi005 conmon[35754]: cluster 2024-02-09T20:32:15.934801+0000 mgr.smithi005.drqcnv (mgr.14182) 1172 : 2024-02-09T20:32:17.363 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:17 smithi005 conmon[35754]: cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:18.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:19.056 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:19.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:19 smithi129 conmon[40092]: audit 2024-02-09T20:32:17.334489+0000 mgr.smithi005.drqcnv (mgr.14182) 1173 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:19.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:19 smithi129 conmon[40092]: 2024-02-09T20:32:19.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:19 smithi129 conmon[40092]: cluster 2024-02-09T20:32:17.935151+0000 mgr.smithi005.drqcnv (mgr.14182) 1174 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:19.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:19 smithi005 conmon[35754]: audit 2024-02-09T20:32:17.334489+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:32:19.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:19 smithi005 conmon[35754]: mgr.14182) 1173 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:19.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:19 smithi005 conmon[35754]: cluster 2024-02-09T20:32:17.935151+0000 mgr.smithi005.drqcnv (mgr.14182) 1174 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:21.094 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:32:21.094 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:21.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:21 smithi129 conmon[40092]: cluster 2024-02-09T20:32:19.935725+0000 mgr.smithi005.drqcnv (mgr.14182) 1175 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:21.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:21 smithi005 conmon[35754]: cluster 2024-02-09T20:32:19.935725+0000 mgr.smithi005.drqcnv (mgr.14182) 1175 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:21.777 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:22.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:22 smithi129 conmon[40092]: audit 2024-02-09T20:32:21.088221+0000 mgr.smithi005.drqcnv (mgr.14182) 1176 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:22.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:22 smithi005 conmon[35754]: audit 2024-02-09T20:32:21.088221+0000 mgr.smithi005.drqcnv (mgr.14182) 1176 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:22.778 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:23.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:23 smithi005 conmon[35754]: cluster 2024-02-09T20:32:21.936455+0000 2024-02-09T20:32:23.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:23 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 1177 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:23.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:23 smithi129 conmon[40092]: cluster 2024-02-09T20:32:21.936455+0000 mgr.smithi005.drqcnv (mgr.14182) 1177 : cluster [DBG] 2024-02-09T20:32:23.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:23 smithi129 conmon[40092]: pgmap v773: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:24.878 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:32:24.879 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:25.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:25 smithi005 conmon[35754]: cluster 2024-02-09T20:32:23.937022+0000 mgr.smithi005.drqcnv (mgr.14182) 1178 2024-02-09T20:32:25.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:25 smithi005 conmon[35754]: : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:25.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:25 smithi129 conmon[40092]: cluster 2024-02-09T20:32:23.937022+0000 mgr.smithi005.drqcnv (mgr.14182) 1178 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:25.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:26.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:26 smithi005 conmon[35754]: audit 2024-02-09T20:32:24.872779+0000 mgr.smithi005.drqcnv (mgr.14182) 1179 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:26.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:26 smithi129 conmon[40092]: audit 2024-02-09T20:32:24.872779+0000 mgr.smithi005.drqcnv (mgr.14182) 1179 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:26.562 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:27.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:27 smithi005 conmon[35754]: cluster 2024-02-09T20:32:25.937808+0000 mgr.smithi005.drqcnv (mgr.14182) 1180 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:27.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:27 smithi129 conmon[40092]: cluster 2024-02-09T20:32:25.937808+0000 mgr.smithi005.drqcnv (mgr.14182) 1180 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:28.678 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:32:28.678 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:29.361 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:29 smithi005 conmon[35754]: cluster 2024-02-09T20:32:27.938192+0000 mgr.smithi005.drqcnv (mgr.14182) 1181 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:29.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:29.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:29 smithi129 conmon[40092]: cluster 2024-02-09T20:32:27.938192+0000 mgr.smithi005.drqcnv (mgr.14182) 1181 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:29.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:29 smithi129 conmon[40092]: 2024-02-09T20:32:30.387 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:30.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:30 smithi005 conmon[35754]: audit 2024-02-09T20:32:28.672706+0000 mgr.smithi005.drqcnv (mgr.14182) 1182 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:30.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:30 smithi129 conmon[40092]: audit 2024-02-09T20:32:28.672706+0000 mgr.smithi005.drqcnv (mgr.14182) 1182 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:30.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:30 smithi129 conmon[40092]: 2024-02-09T20:32:31.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:31 smithi005 conmon[35754]: cluster 2024-02-09T20:32:29.938815+0000 mgr.smithi005.drqcnv (mgr.14182) 1183 : cluster 2024-02-09T20:32:31.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:31 smithi005 conmon[35754]: [DBG] pgmap v777: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:31.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:31 smithi129 conmon[40092]: cluster 2024-02-09T20:32:29.938815+0000 mgr.smithi005.drqcnv (mgr.14182) 1183 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:32.404 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:32:32.404 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:33.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:33.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:33 smithi005 conmon[35754]: cluster 2024-02-09T20:32:31.939335+0000 mgr.smithi005.drqcnv (mgr.14182) 1184 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:33.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:33 smithi129 conmon[40092]: cluster 2024-02-09T20:32:31.939335+0000 mgr.smithi005.drqcnv (mgr.14182) 1184 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:34.027 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:34.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:34 smithi005 conmon[35754]: audit 2024-02-09T20:32:32.398413+0000 mgr.smithi005.drqcnv (mgr.14182) 1185 : 2024-02-09T20:32:34.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:34 smithi005 conmon[35754]: audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:34.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:34 smithi129 conmon[40092]: audit 2024-02-09T20:32:32.398413+0000 mgr.smithi005.drqcnv (mgr.14182) 1185 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:35.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:35 smithi005 conmon[35754]: cluster 2024-02-09T20:32:33.939931+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:32:35.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:35 smithi005 conmon[35754]: ) 1186 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:35.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:35 smithi129 conmon[40092]: cluster 2024-02-09T20:32:33.939931+0000 mgr.smithi005.drqcnv (mgr.14182) 1186 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:36.024 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:32:36.025 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:36.670 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:37.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:37 smithi005 conmon[35754]: cluster 2024-02-09T20:32:35.940577+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:32:37.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:37 smithi005 conmon[35754]: ) 1187 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:37.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:37 smithi005 conmon[35754]: audit 2024-02-09T20:32:36.018708+0000 mgr.smithi005.drqcnv (mgr.14182) 1188 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:37.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:37 smithi129 conmon[40092]: cluster 2024-02-09T20:32:35.940577+0000 mgr.smithi005.drqcnv (mgr.14182) 1187 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:37.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:37 smithi129 conmon[40092]: audit 2024-02-09T20:32:36.018708+0000 mgr.smithi005.drqcnv (mgr.14182) 1188 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:37.670 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:39.309 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:39 smithi005 conmon[35754]: cluster 2024-02-09T20:32:37.940951+0000 mgr.smithi005.drqcnv (mgr.14182) 1189 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:39.309 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:39 smithi005 conmon[35754]: 2024-02-09T20:32:39.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:39 smithi129 conmon[40092]: cluster 2024-02-09T20:32:37.940951+0000 mgr.smithi005.drqcnv (mgr.14182) 1189 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:39.729 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:32:39.729 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:40.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:41.377 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:41.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:41 smithi005 conmon[35754]: audit 2024-02-09T20:32:39.723307+0000 mgr.smithi005.drqcnv (mgr.14182) 1190 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:41.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:41 smithi005 conmon[35754]: cluster 2024-02-09T20:32:39.941640+0000 mgr.smithi005.drqcnv (mgr.14182) 1191 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:41.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:41 smithi129 conmon[40092]: audit 2024-02-09T20:32:39.723307+0000 mgr.smithi005.drqcnv (mgr.14182) 1190 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:41.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:41 smithi129 conmon[40092]: cluster 2024-02-09T20:32:39.941640+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:32:41.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:41 smithi129 conmon[40092]: 1191 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:43.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:43 smithi005 conmon[35754]: cluster 2024-02-09T20:32:41.942150+0000 mgr.smithi005.drqcnv (mgr.14182) 1192 2024-02-09T20:32:43.405 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:43 smithi005 conmon[35754]: : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:43.472 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:32:43.473 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:43.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:43 smithi129 conmon[40092]: cluster 2024-02-09T20:32:41.942150+0000 mgr.smithi005.drqcnv (mgr.14182) 1192 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:44.101 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:45.102 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:45.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:45 smithi005 conmon[35754]: audit 2024-02-09T20:32:43.467093+0000 mgr.smithi005.drqcnv (mgr.14182) 1193 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:45.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:45 smithi005 conmon[35754]: cluster 2024-02-09T20:32:43.942632+0000 mgr.smithi005.drqcnv (mgr.14182) 1194 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:45.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:45 smithi129 conmon[40092]: audit 2024-02-09T20:32:43.467093+0000 mgr.smithi005.drqcnv (mgr.14182) 1193 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:45.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:45 smithi129 conmon[40092]: cluster 2024-02-09T20:32:43.942632+0000 mgr.smithi005.drqcnv (mgr.14182) 1194 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:47.147 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:32:47.147 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:47.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:47 smithi005 conmon[35754]: cluster 2024-02-09T20:32:45.943403+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:32:47.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:47 smithi005 conmon[35754]: 14182) 1195 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:47.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:47 smithi129 conmon[40092]: cluster 2024-02-09T20:32:45.943403+0000 mgr.smithi005.drqcnv (mgr.14182) 1195 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:47.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:48.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:48 smithi005 conmon[35754]: audit 2024-02-09T20:32:47.141095+0000 mgr.smithi005.drqcnv (mgr.14182) 1196 : audit [DBG] 2024-02-09T20:32:48.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:48 smithi005 conmon[35754]: from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:48.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:48 smithi129 conmon[40092]: audit 2024-02-09T20:32:47.141095+0000 mgr.smithi005.drqcnv (mgr.14182) 1196 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:48.826 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:49.394 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:49 smithi005 conmon[35754]: cluster 2024-02-09T20:32:47.943832+0000 mgr.smithi005.drqcnv (mgr.14182) 1197 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:49.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:49 smithi129 conmon[40092]: cluster 2024-02-09T20:32:47.943832+0000 mgr.smithi005.drqcnv (mgr.14182) 1197 : cluster [DBG] 2024-02-09T20:32:49.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:49 smithi129 conmon[40092]: pgmap v786: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:50.916 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:32:50.916 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:51.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:51 smithi005 conmon[35754]: cluster 2024-02-09T20:32:49.944599+0000 mgr.smithi005.drqcnv (mgr.14182) 1198 2024-02-09T20:32:51.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:51 smithi005 conmon[35754]: : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:51.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:51.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:51 smithi129 conmon[40092]: cluster 2024-02-09T20:32:49.944599+0000 mgr.smithi005.drqcnv (mgr.14182) 1198 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:32:52.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:52 smithi005 conmon[35754]: audit 2024-02-09T20:32:50.910109+0000 mgr.smithi005.drqcnv (mgr.14182) 1199 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:52.542 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:52.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:52 smithi129 conmon[40092]: audit 2024-02-09T20:32:50.910109+0000 mgr.smithi005.drqcnv (mgr.14182) 1199 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:53.369 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:53 smithi005 conmon[35754]: cluster 2024-02-09T20:32:51.945103+0000 mgr.smithi005.drqcnv (mgr.14182) 1200 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:53.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:53 smithi129 conmon[40092]: cluster 2024-02-09T20:32:51.945103+0000 mgr.smithi005.drqcnv (mgr.14182) 1200 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:54.636 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:32:54.637 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:55.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:55.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:55 smithi005 conmon[35754]: cluster 2024-02-09T20:32:53.945557+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:32:55.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:55 smithi005 conmon[35754]: 1201 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:55.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:55 smithi129 conmon[40092]: cluster 2024-02-09T20:32:53.945557+0000 mgr.smithi005.drqcnv (mgr.14182) 1201 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:56.334 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:32:56.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:56 smithi129 conmon[40092]: audit 2024-02-09T20:32:54.630753+0000 mgr.smithi005.drqcnv (mgr.14182) 1202 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:56.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:56 smithi005 conmon[35754]: audit 2024-02-09T20:32:54.630753+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:32:56.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:56 smithi005 conmon[35754]: 1202 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:32:57.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:57 smithi129 conmon[40092]: cluster 2024-02-09T20:32:55.946251+0000 mgr.smithi005.drqcnv (mgr.14182) 1203 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:57.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:57 smithi129 conmon[40092]: 2024-02-09T20:32:57.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:57 smithi005 conmon[35754]: cluster 2024-02-09T20:32:55.946251+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:32:57.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:57 smithi005 conmon[35754]: 14182) 1203 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:58.415 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:32:58.415 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:32:59.081 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:32:59.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:59 smithi005 conmon[35754]: cluster 2024-02-09T20:32:57.946640+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:32:59.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:32:59 smithi005 conmon[35754]: ) 1204 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:59.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:59 smithi129 conmon[40092]: cluster 2024-02-09T20:32:57.946640+0000 mgr.smithi005.drqcnv (mgr.14182) 1204 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:32:59.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:32:59 smithi129 conmon[40092]: 2024-02-09T20:33:00.082 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:00.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:00 smithi005 conmon[35754]: audit 2024-02-09T20:32:58.408686+0000 mgr.smithi005.drqcnv (mgr.14182) 1205 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:00.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:00 smithi129 conmon[40092]: audit 2024-02-09T20:32:58.408686+0000 mgr.smithi005.drqcnv (mgr.14182) 1205 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:01.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:01 smithi129 conmon[40092]: cluster 2024-02-09T20:32:59.947222+0000 mgr.smithi005.drqcnv (mgr.14182) 1206 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:01.604 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:01 smithi005 conmon[35754]: cluster 2024-02-09T20:32:59.947222+0000 mgr.smithi005.drqcnv (mgr.14182) 1206 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:02.059 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:33:02.059 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:02.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:03.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:03 smithi129 conmon[40092]: cluster 2024-02-09T20:33:01.947663+0000 mgr.smithi005.drqcnv (mgr.14182) 1207 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:03.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:03 smithi129 conmon[40092]: audit 2024-02-09T20:33:02.053543+0000 mgr.smithi005.drqcnv (mgr.14182) 1208 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:03.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:03 smithi005 conmon[35754]: cluster 2024-02-09T20:33:01.947663+0000 mgr.smithi005.drqcnv (mgr.14182) 1207 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:03.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:03 smithi005 conmon[35754]: audit 2024-02-09T20:33:02.053543+0000 mgr.smithi005.drqcnv (mgr.14182) 1208 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:03.702 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:05.254 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:05 smithi005 conmon[35754]: cluster 2024-02-09T20:33:03.948045+0000 mgr.smithi005.drqcnv (mgr.14182) 1209 : cluster 2024-02-09T20:33:05.254 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:05 smithi005 conmon[35754]: [DBG] pgmap v794: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:05.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:05 smithi129 conmon[40092]: cluster 2024-02-09T20:33:03.948045+0000 mgr.smithi005.drqcnv (mgr.14182) 1209 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:05.700 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:33:05.700 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:06.367 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:07.368 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:07.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:07 smithi129 conmon[40092]: audit 2024-02-09T20:33:05.693941+0000 mgr.smithi005.drqcnv (mgr.14182) 1210 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:07.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:07 smithi129 conmon[40092]: cluster 2024-02-09T20:33:05.948789+0000 mgr.smithi005.drqcnv (mgr.14182) 1211 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:07.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:07 smithi005 conmon[35754]: audit 2024-02-09T20:33:05.693941+0000 mgr.smithi005.drqcnv (mgr.14182) 1210 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:07.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:07 smithi005 conmon[35754]: cluster 2024-02-09T20:33:05.948789+0000 mgr.smithi005.drqcnv (mgr.14182) 1211 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:09.307 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:33:09.307 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:09.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:09 smithi005 conmon[35754]: cluster 2024-02-09T20:33:07.949158 2024-02-09T20:33:09.500 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:09 smithi005 conmon[35754]: +0000 mgr.smithi005.drqcnv (mgr.14182) 1212 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:09.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:09 smithi129 conmon[40092]: cluster 2024-02-09T20:33:07.949158+0000 mgr.smithi005.drqcnv (mgr.14182) 1212 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:09.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:09 smithi129 conmon[40092]: 2024-02-09T20:33:10.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:11.031 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:11.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:11 smithi005 conmon[35754]: audit 2024-02-09T20:33:09.301225+0000 mgr.smithi005.drqcnv (mgr.14182) 1213 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:11.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:11 smithi005 conmon[35754]: cluster 2024-02-09T20:33:09.949807+0000 mgr.smithi005.drqcnv (mgr.14182) 1214 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:11.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:11 smithi129 conmon[40092]: audit 2024-02-09T20:33:09.301225+0000 mgr.smithi005.drqcnv (mgr.14182) 1213 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:11.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:11 smithi129 conmon[40092]: cluster 2024-02-09T20:33:09.949807+0000 mgr.smithi005.drqcnv (mgr.14182) 1214 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:13.071 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:33:13.071 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:13.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:13 smithi005 conmon[35754]: cluster 2024-02-09T20:33:11.950325+0000 mgr.smithi005.drqcnv (mgr.14182) 1215 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:13.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:13 smithi129 conmon[40092]: cluster 2024-02-09T20:33:11.950325+0000 mgr.smithi005.drqcnv (mgr.14182) 1215 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:13.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:14.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:14 smithi129 conmon[40092]: audit 2024-02-09T20:33:13.065327+0000 mgr.smithi005.drqcnv (mgr.14182) 1216 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:14.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:14 smithi129 conmon[40092]: 2024-02-09T20:33:14.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:14 smithi005 conmon[35754]: audit 2024-02-09T20:33:13.065327+0000 mgr.smithi005.drqcnv (mgr.14182) 1216 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:14.784 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:15.479 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:15 smithi005 conmon[35754]: cluster 2024-02-09T20:33:13.950961+0000 mgr.smithi005.drqcnv (mgr.14182) 1217 : cluster 2024-02-09T20:33:15.479 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:15 smithi005 conmon[35754]: [DBG] pgmap v799: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:15.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:15 smithi129 conmon[40092]: cluster 2024-02-09T20:33:13.950961+0000 mgr.smithi005.drqcnv (mgr.14182) 1217 : 2024-02-09T20:33:15.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:15 smithi129 conmon[40092]: cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:16.799 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:33:16.799 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:17.398 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:17.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:17 smithi129 conmon[40092]: cluster 2024-02-09T20:33:15.951778+0000 mgr.smithi005.drqcnv (mgr.14182) 1218 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:17.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:17 smithi005 conmon[35754]: cluster 2024-02-09T20:33:15.951778+0000 mgr.smithi005.drqcnv (mgr.14182) 1218 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:18.400 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:18.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:18 smithi129 conmon[40092]: audit 2024-02-09T20:33:16.793002+0000 mgr.smithi005.drqcnv (mgr.14182) 1219 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:18.655 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:18 smithi005 conmon[35754]: audit 2024-02-09T20:33:16.793002+0000 mgr.smithi005.drqcnv (mgr.14182) 1219 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:18.656 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:18 smithi005 conmon[35754]: 2024-02-09T20:33:19.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:19 smithi129 conmon[40092]: cluster 2024-02-09T20:33:17.952353+0000 mgr.smithi005.drqcnv (mgr.14182) 1220 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:19.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:19 smithi005 conmon[35754]: cluster 2024-02-09T20:33:17.952353+0000 mgr.smithi005.drqcnv (mgr.14182) 1220 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:19.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:19 smithi005 conmon[35754]: 2024-02-09T20:33:20.426 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:33:20.426 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:21.053 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:21.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:21 smithi005 conmon[35754]: cluster 2024-02-09T20:33:19.952928+0000 mgr.smithi005.drqcnv (mgr.14182) 1221 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:21.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:21 smithi129 conmon[40092]: cluster 2024-02-09T20:33:19.952928+0000 mgr.smithi005.drqcnv (mgr.14182) 1221 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:22.053 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:22.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:22 smithi005 conmon[35754]: audit 2024-02-09T20:33:20.418921+0000 mgr.smithi005.drqcnv 2024-02-09T20:33:22.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:22 smithi005 conmon[35754]: (mgr.14182) 1222 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:22.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:22 smithi129 conmon[40092]: audit 2024-02-09T20:33:20.418921+0000 mgr.smithi005.drqcnv (mgr.14182) 1222 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:23.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:23 smithi129 conmon[40092]: cluster 2024-02-09T20:33:21.953450+0000 mgr.smithi005.drqcnv (mgr.14182) 1223 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:23.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:23 smithi005 conmon[35754]: cluster 2024-02-09T20:33:21.953450+0000 mgr.smithi005.drqcnv (mgr.14182) 1223 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:24.111 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:33:24.111 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:24.827 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:25.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:25 smithi129 conmon[40092]: cluster 2024-02-09T20:33:23.953874+0000 mgr.smithi005.drqcnv (mgr.14182) 1224 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:25.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:25 smithi129 conmon[40092]: audit 2024-02-09T20:33:24.104824+0000 mgr.smithi005.drqcnv (mgr.14182) 1225 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:25.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:25 smithi005 conmon[35754]: cluster 2024-02-09T20:33:23.953874+0000 mgr.smithi005.drqcnv (mgr.14182) 1224 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:25.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:25 smithi005 conmon[35754]: audit 2024-02-09T20:33:24.104824+0000 mgr.smithi005.drqcnv (mgr.14182) 1225 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:25.828 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:27.443 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:27 smithi005 conmon[35754]: cluster 2024-02-09T20:33:25.954542+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:33:27.444 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:27 smithi005 conmon[35754]: 14182) 1226 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:27.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:27 smithi129 conmon[40092]: cluster 2024-02-09T20:33:25.954542+0000 mgr.smithi005.drqcnv (mgr.14182) 1226 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:27.908 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:33:27.908 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:28.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:29.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:29 smithi129 conmon[40092]: audit 2024-02-09T20:33:27.901399+0000 mgr.smithi005.drqcnv (mgr.14182) 1227 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:29.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:29 smithi129 conmon[40092]: 2024-02-09T20:33:29.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:29 smithi129 conmon[40092]: cluster 2024-02-09T20:33:27.955049+0000 mgr.smithi005.drqcnv (mgr.14182) 1228 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:29.619 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:29.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:29 smithi005 conmon[35754]: audit 2024-02-09T20:33:27.901399+0000 mgr.smithi005.drqcnv (mgr.14182) 1227 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:29.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:29 smithi005 conmon[35754]: cluster 2024-02-09T20:33:27.955049+0000 mgr.smithi005.drqcnv (mgr.14182) 1228 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:31.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:31 smithi129 conmon[40092]: cluster 2024-02-09T20:33:29.955552+0000 mgr.smithi005.drqcnv (mgr.14182) 1229 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:31.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:31 smithi005 conmon[35754]: cluster 2024-02-09T20:33:29.955552+0000 mgr.smithi005.drqcnv (mgr.14182) 1229 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:31.736 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:33:31.737 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:32.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:33.376 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:33.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:33 smithi129 conmon[40092]: audit 2024-02-09T20:33:31.730733+0000 mgr.smithi005.drqcnv (mgr.14182) 1230 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:33.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:33 smithi129 conmon[40092]: cluster 2024-02-09T20:33:33.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:33 smithi129 conmon[40092]: 2024-02-09T20:33:31.956101+0000 mgr.smithi005.drqcnv (mgr.14182) 1231 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:33.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:33 smithi005 conmon[35754]: audit 2024-02-09T20:33:31.730733+0000 mgr.smithi005.drqcnv (mgr.14182) 1230 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:33.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:33 smithi005 conmon[35754]: cluster 2024-02-09T20:33:31.956101+0000 mgr.smithi005.drqcnv (mgr.14182) 1231 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:35.342 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:33:35.342 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:35.545 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:35 smithi005 conmon[35754]: cluster 2024-02-09T20:33:33.956608+0000 mgr.smithi005.drqcnv (mgr.14182) 1232 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:35.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:35 smithi129 conmon[40092]: cluster 2024-02-09T20:33:33.956608+0000 mgr.smithi005.drqcnv (mgr.14182) 1232 : cluster [DBG] 2024-02-09T20:33:35.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:35 smithi129 conmon[40092]: pgmap v809: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:35.984 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:36.985 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:37.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:37 smithi005 conmon[35754]: audit 2024-02-09T20:33: 2024-02-09T20:33:37.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:37 smithi005 conmon[35754]: 35.335488+0000 mgr.smithi005.drqcnv (mgr.14182) 1233 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:37.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:37 smithi005 conmon[35754]: cluster 2024-02-09T20:33:35.957273+0000 mgr.smithi005.drqcnv (mgr.14182) 1234 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:37.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:37 smithi129 conmon[40092]: audit 2024-02-09T20:33:35.335488+0000 mgr.smithi005.drqcnv (mgr.14182) 1233 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:37.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:37 smithi129 conmon[40092]: cluster 2024-02-09T20:33:35.957273+0000 2024-02-09T20:33:37.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:37 smithi129 conmon[40092]: mgr.smithi005.drqcnv (mgr.14182) 1234 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:38.540 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:38 smithi005 conmon[35754]: cluster 2024-02-09T20:33:37.957828+0000 mgr.smithi005.drqcnv (mgr.14182) 1235 : cluster 2024-02-09T20:33:38.540 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:38 smithi005 conmon[35754]: [DBG] pgmap v811: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:38.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:38 smithi129 conmon[40092]: cluster 2024-02-09T20:33:37.957828+0000 mgr.smithi005.drqcnv (mgr.14182) 1235 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:38.993 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:33:38.993 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:39.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:39 smithi005 conmon[35754]: audit 2024-02-09T20:33:38.986623+0000 mgr.smithi005.drqcnv (mgr.14182) 1236 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:39.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:39 smithi129 conmon[40092]: audit 2024-02-09T20:33:38.986623+0000 mgr.smithi005.drqcnv (mgr.14182) 1236 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:39.625 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:40.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:40 smithi129 conmon[40092]: cluster 2024-02-09T20:33:39.958406+0000 mgr.smithi005.drqcnv (mgr.14182) 1237 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:40.626 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:40.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:40 smithi005 conmon[35754]: cluster 2024-02-09T20:33:39.958406+0000 mgr.smithi005.drqcnv (mgr.14182) 1237 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:33:40.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:40 smithi005 conmon[35754]: 2024-02-09T20:33:42.635 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:33:42.636 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:24:54.517835Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.htxjzt on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-htxjzt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.htxjzt\nDeploy daemon haproxy.nfs.foo.smithi129.htxjzt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:22:57Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:23:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:24:13Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.261564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.hjdang on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-hjdang\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.hjdang\nDeploy daemon haproxy.nfs.foo.smithi005.hjdang ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:25:31Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:09Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:26:47Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:27:28.262870Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.psccfz on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:43.269 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:43 smithi005 conmon[35754]: cluster 2024-02-09T20:33:41.958916+0000 mgr.smithi005.drqcnv (mgr.14182) 1238 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:43.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:43.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:43 smithi129 conmon[40092]: cluster 2024-02-09T20:33:41.958916+0000 mgr.smithi005.drqcnv (mgr.14182) 1238 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:44.293 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:44.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: audit 2024-02-09T20:33:42.629003+0000 mgr.smithi005.drqcnv (mgr.14182) 1239 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: cephadm 2024-02-09T20:33:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: 2024-02-09T20:33:43.169726+0000 mgr.smithi005.drqcnv (mgr.14182) 1240 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao 2024-02-09T20:33:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao 2024-02-09T20:33:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao 2024-02-09T20:33:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao 2024-02-09T20:33:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi005.ovniao ... 2024-02-09T20:33:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:33:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:31:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:32:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:33:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:44.309 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:33:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:33:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: Traceback (most recent call last): 2024-02-09T20:33:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:33:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: yield (conn, connr) 2024-02-09T20:33:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:33:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: code, '\n'.join(err))) 2024-02-09T20:33:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: 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-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao 2024-02-09T20:33:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao 2024-02-09T20:33:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao 2024-02-09T20:33:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao 2024-02-09T20:33:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi005.ovniao ... 2024-02-09T20:33:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:44.310 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:33:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:31:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:32:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:33:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:33:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limi 2024-02-09T20:33:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: t by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:33:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: cephadm 2024-02-09T20:33:43.169956+0000 mgr.smithi005.drqcnv (mgr.14182) 1241 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi005.ovniao 2024-02-09T20:33:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: audit 2024-02-09T20:33:43.170360+0000 mon.smithi005 (mon.0) 742 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi005.ovniao"}]: dispatch 2024-02-09T20:33:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: cephadm 2024-02-09T20:33:43.171151+0000 mgr.smithi005.drqcnv (mgr.14182) 1242 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao 2024-02-09T20:33:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao 2024-02-09T20:33:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao 2024-02-09T20:33:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao 2024-02-09T20:33:44.311 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: Deploy daemon haproxy.nfs.foo.smithi005.ovniao ... 2024-02-09T20:33:44.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:44.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:33:44.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:31:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:44.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:32:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:44.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: stat: stderr time="2024-02-09T20:33:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:44.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:33:44.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:33:44.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:44.312 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: cephadm 2024-02-09T20:33:43.172525+0000 mgr.smithi005.drqcnv (mgr.14182) 1243 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:33:44.313 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: cephadm 2024-02-09T20:33:43.173933+0000 mgr.smithi005.drqcnv (mgr.14182) 1244 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:33:44.313 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: cluster 2024-02- 2024-02-09T20:33:44.313 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: 09T20:33:43.174669+0000 2024-02-09T20:33:44.313 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: mgr.smithi005.drqcnv (mgr.14182) 1245 : cluster [DBG] 2024-02-09T20:33:44.313 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:44 smithi129 conmon[40092]: pgmap v814: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-09T20:33:44.330 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: audit 2024-02-09T20:33:42.629003+0000 mgr.smithi005.drqcnv (mgr.14182) 1239 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:44.330 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: cephadm 2024-02-09T20:33:43.169726+0000 mgr.smithi005.drqcnv (mgr.14182) 1240 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao 2024-02-09T20:33:44.330 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao 2024-02-09T20:33:44.331 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao 2024-02-09T20:33:44.331 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao 2024-02-09T20:33:44.331 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi005.ovniao ... 2024-02-09T20:33:44.331 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:44.331 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:33:44.331 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:31:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:44.331 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:32:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:44.331 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:33:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:44.331 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:33:44.331 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:33:44.331 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:44.331 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: Traceback (most recent call last): 2024-02-09T20:33:44.332 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-09T20:33:44.332 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: yield (conn, connr) 2024-02-09T20:33:44.332 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-09T20:33:44.332 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: code, '\n'.join(err))) 2024-02-09T20:33:44.332 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: 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-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao 2024-02-09T20:33:44.332 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao 2024-02-09T20:33:44.332 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao 2024-02-09T20:33:44.332 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao 2024-02-09T20:33:44.332 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi005.ovniao ... 2024-02-09T20:33:44.332 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:44.332 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:33:44.332 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:31:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:44.333 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:32:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:44.333 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:33:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:44.333 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:33:44.333 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2024-02-09T20:33:44.333 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:33:44.333 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:44.333 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: cephadm 2024-02-09T20:33:43.169956+0000 mgr.smithi005.drqcnv (mgr.14182) 1241 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi005.ovniao 2024-02-09T20:33:44.333 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: audit 2024-02-09T20:33:43.170360+0000 mon.smithi005 (mon.0) 742 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi005.ovniao"}]: dispatch 2024-02-09T20:33:44.333 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: cephadm 2024- 2024-02-09T20:33:44.333 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: 02-09T20:33:43.171151+0000 mgr.smithi005.drqcnv (mgr.14182) 1242 : cephadm [ERR] 2024-02-09T20:33:44.333 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao 2024-02-09T20:33:44.333 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao 2024-02-09T20:33:44.333 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao 2024-02-09T20:33:44.334 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: /bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao 2024-02-09T20:33:44.334 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: Deploy daemon haproxy.nfs.foo.smithi005.ovniao ... 2024-02-09T20:33:44.334 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:44.334 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-09T20:33:44.334 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:31:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:44.334 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:32:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:44.334 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: stat: stderr time="2024-02-09T20:33:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-09T20:33:44.334 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:33:44.334 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-09T20:33:44.334 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-09T20:33:44.334 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: cephadm 2024-02-09T20:33:43.172525+0000 mgr.smithi005.drqcnv (mgr.14182) 1243 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:33:44.334 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: cephadm 2024-02-09T20:33:44.334 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: 2024-02-09T 2024-02-09T20:33:44.335 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: 20:33:43.173933+0000 2024-02-09T20:33:44.335 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 1244 : cephadm 2024-02-09T20:33:44.335 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: [ERR] Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-09T20:33:44.335 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: cluster 2024 2024-02-09T20:33:44.335 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: -02-09T20:33:43. 2024-02-09T20:33:44.335 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: 174669+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:33:44.335 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:44 smithi005 conmon[35754]: ) 1245 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-09T20:33:45.152 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:45 smithi005 conmon[35754]: cluster 2024-02-09T20:33:44.013474+0000 mon.smithi005 (mon.0) 743 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-09T20:33:45.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:45 smithi005 conmon[35754]: 2024-02-09T20:33:45.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:45 smithi005 conmon[35754]: audit 2024-02-09T20:33:44.566745+0000 mon.smithi005 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:33:45.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:45 smithi129 conmon[40092]: cluster 2024-02-09T20:33:44.013474+0000 mon.smithi005 (mon.0) 743 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-09T20:33:45.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:45 smithi129 conmon[40092]: audit 2024-02-09T20:33:44.566745+0000 2024-02-09T20:33:45.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:45 smithi129 conmon[40092]: mon.smithi005 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:33:46.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:46 smithi005 conmon[35754]: cluster 2024-02-09T20:33:45.175407+0000 mgr.smithi005.drqcnv (mgr.14182) 1246 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-09T20:33:46.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:46 smithi129 conmon[40092]: cluster 2024-02-09T20:33:45.175407+0000 mgr.smithi005.drqcnv (mgr.14182) 1246 : cluster 2024-02-09T20:33:46.308 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:46 smithi129 conmon[40092]: [DBG] pgmap v815: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-09T20:33:46.328 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:33:46.328 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:47.041 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:48.042 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:48.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:48 smithi005 conmon[35754]: audit 2024-02-09T20:33:46.322213+0000 2024-02-09T20:33:48.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:48 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 1247 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:48.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:48 smithi005 conmon[35754]: cluster 2024-02-09T20:33:47.176288+0000 mgr.smithi005.drqcnv (mgr.14182) 1248 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-09T20:33:48.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:48 smithi129 conmon[40092]: audit 2024-02-09T20:33:46.322213+0000 mgr.smithi005.drqcnv (mgr.14182) 1247 : 2024-02-09T20:33:48.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:48 smithi129 conmon[40092]: audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:48.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:48 smithi129 conmon[40092]: cluster 2024-02-09T20:33:47.176288+0000 mgr.smithi005.drqcnv (mgr.14182) 1248 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-09T20:33:50.150 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:33:50.150 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:50.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:50 smithi129 conmon[40092]: cluster 2024-02-09T20:33:49.177042+0000 mgr.smithi005.drqcnv (mgr.14182) 1249 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-09T20:33:50.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:50 smithi005 conmon[35754]: cluster 2024-02-09T20:33:49.177042+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:33:50.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:50 smithi005 conmon[35754]: mgr.14182) 1249 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-09T20:33:50.815 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:51.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:51 smithi129 conmon[40092]: audit 2024-02-09T20:33:50.143774+0000 mgr.smithi005.drqcnv (mgr.14182) 1250 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:51.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:51 smithi005 conmon[35754]: audit 2024-02-09T20:33:50.143774+0000 mgr.smithi005.drqcnv (mgr.14182) 1250 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:51.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:51 smithi005 conmon[35754]: 2024-02-09T20:33:51.817 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:52.503 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:52 smithi005 conmon[35754]: cluster 2024-02-09T20:33:51.177845+0000 mgr.smithi005.drqcnv (mgr.14182) 1251 : cluster 2024-02-09T20:33:52.504 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:52 smithi005 conmon[35754]: [DBG] pgmap v818: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-09T20:33:52.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:52 smithi129 conmon[40092]: cluster 2024-02-09T20:33:51.177845+0000 mgr.smithi005.drqcnv (mgr.14182) 1251 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-09T20:33:53.849 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:33:53.849 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:54.504 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:54 smithi005 conmon[35754]: cluster 2024-02-09T20:33:53.178327+0000 mgr.smithi005.drqcnv (mgr.14182) 1252 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-09T20:33:54.505 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:54 smithi005 conmon[35754]: audit 2024-02-09T20:33:54.233656+0000 mon.smithi005 (mon.0) 745 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:33:54.506 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:54.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:54 smithi129 conmon[40092]: cluster 2024-02-09T20:33:53.178327+0000 mgr.smithi005.drqcnv (mgr.14182) 1252 : cluster 2024-02-09T20:33:54.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:54 smithi129 conmon[40092]: [DBG] pgmap v819: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2024-02-09T20:33:54.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:54 smithi129 conmon[40092]: audit 2024-02-09T20:33:54.233656+0000 mon.smithi005 (mon.0) 745 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:33:55.508 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:55.542 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:55 smithi005 conmon[35754]: audit 2024-02-09T20:33:53.842583+0000 2024-02-09T20:33:55.542 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:55 smithi005 conmon[35754]: mgr.smithi005.drqcnv (mgr.14182) 1253 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:55.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:55 smithi129 conmon[40092]: audit 2024-02-09T20:33:53.842583+0000 mgr.smithi005.drqcnv (mgr.14182) 1253 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:56.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:56 smithi129 conmon[40092]: cluster 2024-02-09T20:33:55.179011+0000 mgr.smithi005.drqcnv (mgr.14182) 1254 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:56.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:56 smithi005 conmon[35754]: cluster 2024-02-09T20:33:55.179011+0000 mgr.smithi005.drqcnv (mgr.14182) 1254 2024-02-09T20:33:56.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:56 smithi005 conmon[35754]: : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:57.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:57 smithi005 conmon[35754]: cluster 2024-02-09T20:33:57.179650+0000 mgr.smithi005.drqcnv (mgr.14182) 1255 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:57.506 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:33:57.507 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:33:57.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:57 smithi129 conmon[40092]: cluster 2024-02-09T20:33:57.179650+0000 mgr.smithi005.drqcnv (mgr.14182) 1255 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:58.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:33:58.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:58 smithi005 conmon[35754]: audit 2024-02-09T20:33:57.500951+0000 mgr.smithi005.drqcnv (mgr.14182) 1256 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:58.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:58 smithi129 conmon[40092]: audit 2024-02-09T20:33:57.500951+0000 mgr.smithi005.drqcnv (mgr.14182) 1256 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:33:59.099 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:33:59.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:59 smithi005 conmon[35754]: cluster 2024-02-09T20:33:59.180250+0000 mgr.smithi005.drqcnv (mgr.14182) 1257 : 2024-02-09T20:33:59.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:33:59 smithi005 conmon[35754]: cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:33:59.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:33:59 smithi129 conmon[40092]: cluster 2024-02-09T20:33:59.180250+0000 mgr.smithi005.drqcnv (mgr.14182) 1257 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:00.961 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:34:00.961 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:01.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:02.550 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:02.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:02 smithi129 conmon[40092]: audit 2024-02-09T20:34:00.954594+0000 mgr.smithi005.drqcnv (mgr.14182) 1258 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:02.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:02 smithi129 conmon[40092]: cluster 2024-02-09T20:34:01.180951+0000 mgr.smithi005.drqcnv (mgr.14182) 1259 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:02.586 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:02 smithi005 conmon[35754]: audit 2024-02-09T20:34:00.954594+0000 mgr.smithi005.drqcnv (mgr.14182) 1258 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:02.586 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:02 smithi005 conmon[35754]: cluster 2024-02-09T20:34:01.180951+0000 mgr.smithi005.drqcnv (mgr.14182) 1259 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:04.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:04 smithi005 conmon[35754]: cluster 2024-02-09T20:34:03.181703+0000 mgr.smithi005.drqcnv (mgr.14182) 1260 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:04.403 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:34:04.404 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:04.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:04 smithi129 conmon[40092]: cluster 2024-02-09T20:34:03.181703+0000 mgr.smithi005.drqcnv (mgr.14182) 1260 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:04.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:05.955 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:06.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:06 smithi129 conmon[40092]: audit 2024-02-09T20:34:04.398171+0000 mgr.smithi005.drqcnv (mgr.14182) 1261 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:06.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:06 smithi129 conmon[40092]: cluster 2024-02-09T20:34:05.182425 2024-02-09T20:34:06.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:06 smithi129 conmon[40092]: +0000 mgr.smithi005.drqcnv (mgr.14182) 1262 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:06.637 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:06 smithi005 conmon[35754]: audit 2024-02-09T20:34:04.398171+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:34:06.637 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:06 smithi005 conmon[35754]: ) 1261 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:06.637 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:06 smithi005 conmon[35754]: cluster 2024-02-09T20:34:05.182425+0000 mgr.smithi005.drqcnv (mgr.14182) 1262 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:07.851 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:34:07.851 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:08.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:08 smithi005 conmon[35754]: cluster 2024-02-09T20:34:07.183097+0000 mgr.smithi005.drqcnv (mgr.14182) 1263 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:08.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:08.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:08 smithi129 conmon[40092]: cluster 2024-02-09T20:34:07.183097+0000 mgr.smithi005.drqcnv (mgr.14182) 1263 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:09.382 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:09.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:09 smithi005 conmon[35754]: audit 2024-02-09T20:34:07.845184+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:34:09.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:09 smithi005 conmon[35754]: ) 1264 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:09.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:09 smithi129 conmon[40092]: audit 2024-02-09T20:34:07.845184+0000 mgr.smithi005.drqcnv (mgr.14182) 1264 : audit [DBG] 2024-02-09T20:34:09.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:09 smithi129 conmon[40092]: from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:10.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:10 smithi005 conmon[35754]: cluster 2024-02-09T20:34:09. 2024-02-09T20:34:10.153 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:10 smithi005 conmon[35754]: 183798+0000 mgr.smithi005.drqcnv (mgr.14182) 1265 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:10.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:10 smithi129 conmon[40092]: cluster 2024-02-09T20:34:09.183798+0000 mgr.smithi005.drqcnv (mgr.14182) 1265 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:11.240 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:34:11.241 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:11.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:12.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:12 smithi129 conmon[40092]: cluster 2024-02-09T20:34:11.184464+0000 mgr.smithi005.drqcnv (mgr.14182) 1266 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:12.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:12 smithi129 conmon[40092]: audit 2024-02-09T20:34:11.233960+0000 2024-02-09T20:34:12.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:12 smithi129 conmon[40092]: mgr.smithi005.drqcnv (mgr.14182) 1267 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:12.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:12 smithi005 conmon[35754]: cluster 2024-02-09T20:34:11.184464+0000 mgr.smithi005.drqcnv (mgr.14182) 1266 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:12.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:12 smithi005 conmon[35754]: audit 2024-02-09T20:34:11.233960+0000 mgr.smithi005.drqcnv (mgr.14182) 1267 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:12.834 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:14.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:14 smithi129 conmon[40092]: cluster 2024-02-09T20:34:13.184972+0000 mgr.smithi005.drqcnv (mgr.14182) 1268 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:14.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:14 smithi005 conmon[35754]: cluster 2024-02-09T20:34:13.184972 2024-02-09T20:34:14.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:14 smithi005 conmon[35754]: +0000 mgr.smithi005.drqcnv (mgr.14182) 1268 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:14.665 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:34:14.665 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:15.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:16.186 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:16.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:16 smithi129 conmon[40092]: audit 2024-02-09T20:34:14.659610+0000 mgr.smithi005.drqcnv (mgr.14182) 1269 : audit [DBG] 2024-02-09T20:34:16.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:16 smithi129 conmon[40092]: from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:16.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:16 smithi129 conmon[40092]: cluster 2024-02-09T20:34:15.185824+0000 mgr.smithi005.drqcnv (mgr.14182) 1270 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:16.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:16 smithi005 conmon[35754]: audit 2024-02-09T20:34:14.659610+0000 mgr.smithi005.drqcnv (mgr.14182) 1269 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:16.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:16 smithi005 conmon[35754]: cluster 2024-02-09T20:34:15.185824+0000 mgr.smithi005.drqcnv (mgr.14182) 1270 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:18.093 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:34:18.093 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:18.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:18 smithi005 conmon[35754]: cluster 2024-02-09T20:34:17.186471+0000 mgr.smithi005.drqcnv (mgr.14182) 1271 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:18.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:18 smithi129 conmon[40092]: cluster 2024-02-09T20:34:17.186471+0000 mgr.smithi005.drqcnv (mgr.14182) 1271 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:18.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:19.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:19 smithi129 conmon[40092]: audit 2024-02-09T20:34:18.087635+0000 mgr.smithi005.drqcnv (mgr.14182) 1272 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:19.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:19 smithi005 conmon[35754]: audit 2024-02-09T20:34:18.087635+0000 mgr.smithi005.drqcnv (mgr.14182) 1272 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:19.704 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:20.531 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:20 smithi005 conmon[35754]: cluster 2024-02-09T20:34:19.187184+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:34:20.531 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:20 smithi005 conmon[35754]: ) 1273 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:20.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:20 smithi129 conmon[40092]: cluster 2024-02-09T20:34:19.187184+0000 mgr.smithi005.drqcnv (mgr.14182) 1273 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:21.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:21 smithi129 conmon[40092]: cluster 2024-02-09T20:34:21.188113+0000 mgr.smithi005.drqcnv (mgr.14182) 1274 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:21.591 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:34:21.591 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:21.613 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:21 smithi005 conmon[35754]: cluster 2024-02-09T20:34:21.188113+0000 mgr.smithi005.drqcnv (mgr.14182) 1274 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:22.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:22.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:22 smithi005 conmon[35754]: audit 2024-02-09T20:34:21.584807+0000 mgr.smithi005.drqcnv (mgr.14182) 1275 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:22.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:22 smithi129 conmon[40092]: audit 2024-02-09T20:34:21.584807+0000 mgr.smithi005.drqcnv (mgr.14182) 1275 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:23.164 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:23.561 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:23 smithi129 conmon[40092]: cluster 2024-02-09T20:34:23.188859+0000 mgr.smithi005.drqcnv (mgr.14182) 1276 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:23.641 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:23 smithi005 conmon[35754]: cluster 2024-02-09T20:34:23.188859+0000 mgr.smithi005.drqcnv (mgr.14182) 1276 : 2024-02-09T20:34:23.641 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:23 smithi005 conmon[35754]: cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:24.979 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:34:24.980 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:25.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:26.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:26 smithi129 conmon[40092]: audit 2024-02-09T20:34:24.973015+0000 mgr.smithi005.drqcnv (mgr.14182) 1277 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:26.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:26 smithi129 conmon[40092]: 2024-02-09T20:34:26.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:26 smithi129 conmon[40092]: cluster 2024-02-09T20:34:25.189648+0000 mgr.smithi005.drqcnv (mgr.14182) 1278 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:26.578 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:26.612 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:26 smithi005 conmon[35754]: audit 2024-02-09T20:34:24.973015+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:34:26.612 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:26 smithi005 conmon[35754]: 1277 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:26.612 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:26 smithi005 conmon[35754]: cluster 2024-02-09T20:34:25.189648+0000 mgr.smithi005.drqcnv (mgr.14182) 1278 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:28.407 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:34:28.408 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:28.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:28 smithi129 conmon[40092]: cluster 2024-02-09T20:34:27.190475+0000 mgr.smithi005.drqcnv (mgr.14182) 1279 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:28.604 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:28 smithi005 conmon[35754]: cluster 2024-02-09T20:34:27.190475+0000 mgr.smithi005.drqcnv (mgr.14182) 1279 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:28.967 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:29.968 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:30.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:30 smithi129 conmon[40092]: audit 2024-02-09T20:34:28.401088+0000 mgr.smithi005.drqcnv (mgr.14182) 1280 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:30.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:30 smithi129 conmon[40092]: cluster 2024-02-09T20:34:29.191138+0000 mgr.smithi005.drqcnv (mgr.14182) 1281 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:30.591 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:30 smithi005 conmon[35754]: audit 2024-02-09T20:34:28.401088+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:34:30.592 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:30 smithi005 conmon[35754]: .14182) 1280 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:30.592 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:30 smithi005 conmon[35754]: cluster 2024-02-09T20:34:29.191138+0000 mgr.smithi005.drqcnv (mgr.14182) 1281 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:31.795 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:34:31.796 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:32.409 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:32.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:32 smithi129 conmon[40092]: cluster 2024-02-09T20:34:31.191811+0000 mgr.smithi005.drqcnv (mgr.14182) 1282 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:32.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:32 smithi005 conmon[35754]: cluster 2024-02-09T20:34:31.191811+0000 mgr.smithi005.drqcnv (mgr.14182) 1282 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:33.410 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:33.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:33 smithi129 conmon[40092]: audit 2024-02-09T20:34:31.789111+0000 mgr.smithi005.drqcnv (mgr.14182) 1283 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:33.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:33 smithi005 conmon[35754]: audit 2024-02-09T20: 2024-02-09T20:34:33.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:33 smithi005 conmon[35754]: 34:31.789111+0000 mgr.smithi005.drqcnv (mgr.14182) 1283 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:34.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:34 smithi129 conmon[40092]: cluster 2024-02-09T20:34:33.192435+0000 mgr.smithi005.drqcnv (mgr.14182) 1284 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:34.581 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:34 smithi005 conmon[35754]: cluster 2024-02-09T20 2024-02-09T20:34:34.581 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:34 smithi005 conmon[35754]: :34:33.192435+0000 mgr.smithi005.drqcnv (mgr.14182) 1284 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:35.264 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:34:35.264 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:35.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:35 smithi129 conmon[40092]: cluster 2024-02-09T20:34:35.193092+0000 mgr.smithi005.drqcnv (mgr.14182) 1285 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:35.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:35 smithi129 conmon[40092]: audit 2024- 2024-02-09T20:34:35.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:35 smithi129 conmon[40092]: 02-09T20:34:35.258111+0000 mgr.smithi005.drqcnv (mgr.14182) 1286 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:35.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:35 smithi005 conmon[35754]: cluster 2024-02-09T20:34:35.193092+0000 mgr.smithi005.drqcnv (mgr.14182) 1285 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:35.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:35 smithi005 conmon[35754]: audit 2024-02-09T20:34:35.258111+0000 mgr.smithi005.drqcnv (mgr.14182) 1286 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:35.867 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:36.869 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:38.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:38 smithi005 conmon[35754]: cluster 2024-02-09T20:34:37.193663+0000 mgr.smithi005.drqcnv (mgr.14182) 1287 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:38.291 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:38 smithi005 conmon[35754]: 2024-02-09T20:34:38.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:38 smithi129 conmon[40092]: cluster 2024-02-09T20:34:37.193663+0000 mgr.smithi005.drqcnv (mgr.14182) 1287 : cluster [DBG] 2024-02-09T20:34:38.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:38 smithi129 conmon[40092]: pgmap v841: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:38.710 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:34:38.711 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:39.300 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:40.301 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:40.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:40 smithi129 conmon[40092]: audit 2024-02-09T20:34:38.700937+0000 mgr.smithi005.drqcnv (mgr.14182) 1288 : audit [DBG] 2024-02-09T20:34:40.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:40 smithi129 conmon[40092]: from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:40.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:40 smithi129 conmon[40092]: cluster 2024-02-09T20:34:39.194389+0000 mgr.smithi005.drqcnv (mgr.14182) 1289 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:40.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:40 smithi005 conmon[35754]: audit 2024-02-09T20:34:38.700937+0000 mgr.smithi005.drqcnv (mgr.14182) 1288 : audit 2024-02-09T20:34:40.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:40 smithi005 conmon[35754]: [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:40.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:40 smithi005 conmon[35754]: cluster 2024-02-09T20:34:39.194389+0000 mgr.smithi005.drqcnv (mgr.14182) 1289 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:42.156 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:34:42.156 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:29.912971Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:29.913730Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:29.913181Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:29.913271Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:29.913351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:29.913427Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:42.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:42 smithi129 conmon[40092]: cluster 2024-02-09T20:34:41.195331+0000 mgr.smithi005.drqcnv (mgr.14182) 1290 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:42.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:42 smithi005 conmon[35754]: cluster 2024-02-09T20:34:41.195331+0000 mgr.smithi005.drqcnv 2024-02-09T20:34:42.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:42 smithi005 conmon[35754]: (mgr.14182) 1290 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:34:42.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:43.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:43 smithi129 conmon[40092]: audit 2024-02-09T20:34:42.150137+0000 mgr.smithi005.drqcnv (mgr.14182) 1291 : 2024-02-09T20:34:43.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:43 smithi129 conmon[40092]: audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:43.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:43 smithi129 conmon[40092]: audit 2024-02-09T20:34:43.177248+0000 mon.smithi005 (mon.0) 746 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:34:43.652 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:43 smithi005 conmon[35754]: audit 2024-02-09T20:34:42.150137+0000 mgr.smithi005.drqcnv (mgr.14182) 1291 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:43.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:43 smithi005 conmon[35754]: audit 2024-02-09T20:34:43.177248+0000 mon.smithi005 (mon. 2024-02-09T20:34:43.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:43 smithi005 conmon[35754]: 0) 746 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-09T20:34:43.794 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:44.532 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:44 smithi005 conmon[35754]: cluster 2024-02-09T20:34:43.195884+0000 mgr.smithi005.drqcnv (mgr.14182) 1292 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:44.533 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:44 smithi005 conmon[35754]: audit 2024-02-09T20:34:43.444964+0000 mon.smithi005 (mon.0) 747 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:34:44.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:44 smithi129 conmon[40092]: cluster 2024-02-09T20:34:43.195884+0000 mgr.smithi005.drqcnv (mgr.14182) 1292 : cluster [DBG] 2024-02-09T20:34:44.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:44 smithi129 conmon[40092]: pgmap v844: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:44.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:44 smithi129 conmon[40092]: audit 2024-02-09T20:34:43.444964+0000 mon.smithi005 (mon.0) 747 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:34:46.096 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:46 smithi005 conmon[35754]: audit 2024-02-09T20:34:45.091231+0000 mon.smithi005 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:34:46.096 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:46 smithi005 conmon[35754]: cluster 2024-02-09T20:34:45.196563+0000 mgr.smithi005.drqcnv (mgr.14182) 1293 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:46.270 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:34:46.270 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:28:35.512887Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:28:35.512973Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:28:35.513052Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:28:35.513575Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:28:35.512788Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:28:35.512602Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:28:35.513650Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:28:35.513130Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:28:35.513278Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:28:35.513204Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:46.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:46 smithi129 conmon[40092]: audit 2024-02-09T20:34:45.091231+0000 mon.smithi005 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:34:46.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:46 smithi129 conmon[40092]: cluster 2024-02-09T20:34:46.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:46 smithi129 conmon[40092]: 2024-02-09T20:34:45.196563+0000 mgr.smithi005.drqcnv (mgr.14182) 1293 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:47.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:48.002 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:48.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:48 smithi005 conmon[35754]: audit 2024-02-09T20:34:46.264057+0000 mgr.smithi005.drqcnv 2024-02-09T20:34:48.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:48 smithi005 conmon[35754]: (mgr.14182) 1294 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:48.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:48 smithi005 conmon[35754]: cluster 2024-02-09T20:34:47.197397+0000 mgr.smithi005.drqcnv (mgr.14182) 1295 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:48.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:48 smithi005 conmon[35754]: audit 2024-02-09T20:34:48.109337+0000 mon.smithi005 (mon.0) 749 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:34:48.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:48 smithi129 conmon[40092]: audit 2024-02-09T20:34:46.264057+0000 mgr.smithi005.drqcnv (mgr.14182) 1294 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:48.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:48 smithi129 conmon[40092]: cluster 2024 2024-02-09T20:34:48.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:48 smithi129 conmon[40092]: -02-09T20:34:47.197397+0000 mgr.smithi005.drqcnv (mgr.14182) 1295 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:34:48.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:48 smithi129 conmon[40092]: audit 2024-02-09T20:34:48.109337+0000 mon.smithi005 (mon.0) 749 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:34:49.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:49 smithi129 conmon[40092]: audit 2024-02-09T20:34:48.529901+0000 mon.smithi005 (mon.0) 750 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:34:49.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:49 smithi129 conmon[40092]: audit 2024-02-09T20:34 2024-02-09T20:34:49.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:49 smithi129 conmon[40092]: :48.530805+0000 mon.smithi005 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:34:49.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:49 smithi129 conmon[40092]: audit 2024-02-09T20:34:48.535628+0000 mon.smithi005 (mon.0) 752 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:34:49.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:49 smithi129 conmon[40092]: audit 2024-02-09T20:34:48.539695 2024-02-09T20:34:49.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:49 smithi129 conmon[40092]: +0000 mon.smithi005 (mon.0) 753 : audit [DBG] 2024-02-09T20:34:49.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:49 smithi129 conmon[40092]: from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:34:49.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:49 smithi129 conmon[40092]: audit 2024-02-09 2024-02-09T20:34:49.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:49 smithi129 conmon[40092]: T20:34:48.547355+0000 2024-02-09T20:34:49.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:49 smithi129 conmon[40092]: mon.smithi005 (mon.0) 754 : audit 2024-02-09T20:34:49.559 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:49 smithi129 conmon[40092]: [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:34:49.573 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:49 smithi005 conmon[35754]: audit 2024-02-09T20:34:48.529901+0000 mon.smithi005 (mon.0) 750 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-09T20:34:49.573 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:49 smithi005 conmon[35754]: audit 2024-02-09T20:34:48.530805+0000 mon.smithi005 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-09T20:34:49.573 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:49 smithi005 conmon[35754]: audit 2024-02-09T20:34:48.535628+0000 mon.smithi005 (mon.0) 752 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:34:49.573 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:49 smithi005 conmon[35754]: audit 2024-02-09T20:34:48.539695+0000 mon.smithi005 (mon.0) 753 : audit [DBG] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-09T20:34:49.573 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:49 smithi005 conmon[35754]: audit 2024-02-09T20:34:48.547355+0000 mon.smithi005 (mon.0) 754 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:34:49.968 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:34:49.968 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:34:48.102112Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:34:45.083825Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:34:48.102259Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:34:45.084625Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:34:45.084013Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:34:45.084113Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:34:48.102837Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:34:45.084203Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:34:45.084290Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:34:48.102401Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:50.542 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:50 smithi005 conmon[35754]: cluster 2024-02-09T20:34:48.536152+0000 mgr.smithi005.drqcnv (mgr.14182) 1296 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-09T20:34:50.542 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:50 smithi005 conmon[35754]: cephadm 2024-02-09T20:34:48.549525+0000 mgr.smithi005.drqcnv (mgr.14182) 1297 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi129.oiyrxu on smithi129 2024-02-09T20:34:50.543 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:50 smithi005 conmon[35754]: cluster 2024-02-09T20:34:49.533800+0000 mon.smithi005 (mon.0) 755 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-09T20:34:50.543 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:50 smithi005 conmon[35754]: cluster 2024-02-09T20:34:49.533839+0000 mon.smithi005 (mon.0) 756 : cluster [INF] Cluster is now healthy 2024-02-09T20:34:50.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:50 smithi129 conmon[40092]: cluster 2024-02-09T20:34:48.536152+0000 mgr.smithi005.drqcnv (mgr.14182) 1296 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-09T20:34:50.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:50 smithi129 conmon[40092]: cephadm 2024-02- 2024-02-09T20:34:50.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:50 smithi129 conmon[40092]: 09T20:34:48.549525+0000 mgr.smithi005.drqcnv (mgr.14182) 1297 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi129.oiyrxu on smithi129 2024-02-09T20:34:50.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:50 smithi129 conmon[40092]: cluster 2024-02-09T20:34:49.533800+0000 mon.smithi005 (mon.0) 755 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-09T20:34:50.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:50 smithi129 conmon[40092]: cluster 2024-02-09T20:34:49 2024-02-09T20:34:50.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:50 smithi129 conmon[40092]: .533839+0000 mon.smithi005 (mon.0) 756 : cluster 2024-02-09T20:34:50.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:50 smithi129 conmon[40092]: [INF] Cluster is now healthy 2024-02-09T20:34:50.565 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:51.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:51 smithi129 conmon[40092]: audit 2024-02-09T20:34:49.962712+0000 mgr.smithi005.drqcnv (mgr.14182) 1298 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:51.566 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:51.603 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:51 smithi005 conmon[35754]: audit 2024-02-09T20:34:49.962712+0000 mgr.smithi005.drqcnv (mgr.14182) 1298 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:52.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:52 smithi005 conmon[35754]: cluster 2024-02-09T20:34:50.536823+0000 mgr.smithi005.drqcnv (mgr.14182) 1299 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2024-02-09T20:34:52.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:52 smithi129 conmon[40092]: cluster 2024-02-09T20:34:50.536823+0000 mgr.smithi005.drqcnv (mgr.14182) 1299 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2024-02-09T20:34:53.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:53 smithi005 conmon[35754]: cluster 2024-02-09T20:34:52.537603+0000 mgr.smithi005.drqcnv (mgr 2024-02-09T20:34:53.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:53 smithi005 conmon[35754]: .14182) 1300 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-09T20:34:53.428 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:34:53.428 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:34:48.102112Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:34:45.083825Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:34:48.102259Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:34:45.084625Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:34:45.084013Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:34:45.084113Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:34:48.102837Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:34:45.084203Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:34:45.084290Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:34:48.102401Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:53.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:53 smithi129 conmon[40092]: cluster 2024-02-09T20:34:52.537603+0000 mgr.smithi005.drqcnv (mgr.14182) 1300 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-09T20:34:54.025 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:55.026 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:55.402 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:55 smithi005 conmon[35754]: audit 2024-02-09T20:34:53.422887+0000 mgr.smithi005.drqcnv (mgr.14182) 1301 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:55.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:55 smithi005 conmon[35754]: audit 2024-02-09T20:34:54.234440+0000 mon.smithi005 (mon.0) 757 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:34:55.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:55 smithi129 conmon[40092]: audit 2024-02-09T20:34:53.422887+0000 mgr.smithi005.drqcnv (mgr.14182) 1301 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:55.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:55 smithi129 conmon[40092]: audit 2024-02-09T20:34: 2024-02-09T20:34:55.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:55 smithi129 conmon[40092]: 54.234440+0000 mon.smithi005 (mon.0) 757 : audit [INF] from='mgr.14182 172.21.15.5:0/3413943917' entity='mgr.smithi005.drqcnv' 2024-02-09T20:34:56.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:56 smithi005 conmon[35754]: cluster 2024-02-09T20:34:54.538244+0000 mgr.smithi005.drqcnv (mgr.14182 2024-02-09T20:34:56.506 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:56 smithi005 conmon[35754]: ) 1302 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-09T20:34:56.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:56 smithi129 conmon[40092]: cluster 2024-02-09T20:34:54.538244+0000 mgr.smithi005.drqcnv (mgr.14182) 1302 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-09T20:34:56.877 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:34:56.877 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:34:48.102112Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:34:45.083825Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:34:48.102259Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:34:45.084625Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:34:45.084013Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:34:45.084113Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:34:48.102837Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:34:45.084203Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:34:45.084290Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:34:48.102401Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:34:57.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:34:58.466 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:34:58.502 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:58 smithi005 conmon[35754]: cluster 2024-02-09T20:34:56.538828+0000 mgr.smithi005.drqcnv (mgr.14182) 1303 : cluster 2024-02-09T20:34:58.502 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:58 smithi005 conmon[35754]: [DBG] pgmap v851: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-09T20:34:58.502 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:34:58 smithi005 conmon[35754]: audit 2024-02-09T20:34:56.871090+0000 mgr.smithi005.drqcnv (mgr.14182) 1304 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:34:58.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:58 smithi129 conmon[40092]: cluster 2024-02-09T20:34:56.538828+0000 mgr.smithi005.drqcnv (mgr.14182) 1303 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-09T20:34:58.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:58 smithi129 conmon[40092]: audit 2024-02-09T20:34:56.871090+0000 mgr.smithi005.drqcnv 2024-02-09T20:34:58.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:34:58 smithi129 conmon[40092]: (mgr.14182) 1304 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:00.354 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:35:00.355 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:34:48.102112Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:34:45.083825Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:34:48.102259Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:34:45.084625Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:34:45.084013Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:34:45.084113Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:34:48.102837Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:34:45.084203Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:34:45.084290Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:34:48.102401Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:00.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:00 smithi129 conmon[40092]: cluster 2024-02-09T20:34:58.539250+0000 mgr.smithi005.drqcnv (mgr.14182) 1305 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-09T20:35:00.591 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:00 smithi005 conmon[35754]: cluster 2024-02-09T20:34:58.539250+0000 mgr.smithi005.drqcnv (mgr.14182) 1305 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-09T20:35:00.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:01.974 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:02.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:02 smithi005 conmon[35754]: audit 2024-02-09T20:35:00.348678+0000 mgr.smithi005.drqcnv (mgr.14182) 1306 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:02.403 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:02 smithi005 conmon[35754]: cluster 2024-02-09T20:35:00.540040+0000 mgr.smithi005.drqcnv (mgr.14182) 1307 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:02.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:02 smithi129 conmon[40092]: audit 2024-02-09T20:35:00.348678+0000 mgr.smithi005.drqcnv (mgr.14182) 1306 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:02.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:02 smithi129 conmon[40092]: cluster 2024-02-09T20:35:00.540040+0000 mgr.smithi005.drqcnv (mgr.14182) 1307 2024-02-09T20:35:02.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:02 smithi129 conmon[40092]: : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:03.835 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:35:03.835 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:34:48.102112Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:34:45.083825Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:34:48.102259Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:34:45.084625Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:34:45.084013Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:34:45.084113Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:34:48.102837Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:34:45.084203Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:34:45.084290Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:34:48.102401Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:04.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:04.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:04 smithi129 conmon[40092]: cluster 2024-02-09T20:35:02.540486+0000 mgr.smithi005.drqcnv (mgr.14182) 1308 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:04.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:04 smithi005 conmon[35754]: cluster 2024-02-09T20:35:02.540486+0000 mgr.smithi005.drqcnv (mgr.14182) 1308 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:05.406 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:05.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:05 smithi129 conmon[40092]: audit 2024-02-09T20:35:03.829396+0000 mgr.smithi005.drqcnv (mgr.14182) 1309 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:05.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:05 smithi005 conmon[35754]: audit 2024-02-09T20:35:03.829396+0000 mgr.smithi005.drqcnv (mgr.14182) 1309 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:06.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:06 smithi129 conmon[40092]: cluster 2024-02-09T20:35:04.541102+0000 mgr.smithi005.drqcnv (mgr.14182) 1310 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:06.584 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:06 smithi005 conmon[35754]: cluster 2024-02-09T20:35:04.541102+0000 mgr.smithi005.drqcnv (mgr.14182) 1310 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:07.233 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:35:07.233 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:34:48.102112Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:34:45.083825Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:34:48.102259Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:34:45.084625Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:34:45.084013Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:34:45.084113Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:34:48.102837Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:34:45.084203Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:34:45.084290Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:34:48.102401Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:07.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:07 smithi129 conmon[40092]: cluster 2024-02-09T20:35:06.541793+0000 mgr.smithi005.drqcnv (mgr.14182) 1311 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:07.558 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:07 smithi129 conmon[40092]: audit 2024-02-09T20:35:07.227007+0000 mgr.smithi005.drqcnv (mgr.14182) 1312 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:07.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:07 smithi005 conmon[35754]: cluster 2024-02-09T20:35:06.541793+0000 mgr.smithi005.drqcnv (mgr.14182) 1311 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:07.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:07 smithi005 conmon[35754]: 2024-02-09T20:35:07.653 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:07 smithi005 conmon[35754]: audit 2024-02-09T20:35:07.227007+0000 mgr.smithi005.drqcnv (mgr.14182) 1312 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:07.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:08.797 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:09.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:09 smithi005 conmon[35754]: cluster 2024-02-09T20:35:08.542395+0000 mgr.smithi005.drqcnv (mgr.14182) 1313 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:10.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:09 smithi129 conmon[40092]: cluster 2024-02-09T20:35:08.542395+0000 mgr.smithi005.drqcnv (mgr.14182) 1313 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:10.609 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:35:10.609 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:34:48.102112Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:34:45.083825Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:34:48.102259Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:34:45.084625Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:34:45.084013Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:34:45.084113Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:34:48.102837Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:34:45.084203Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:34:45.084290Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:34:48.102401Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:11.165 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:11.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:11 smithi005 conmon[35754]: cluster 2024-02-09T20:35:10.542946+0000 mgr.smithi005.drqcnv (mgr. 2024-02-09T20:35:11.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:11 smithi005 conmon[35754]: 14182) 1314 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:11.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:11 smithi005 conmon[35754]: audit 2024-02-09T20:35:10.603596+0000 mgr.smithi005.drqcnv (mgr.14182) 1315 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:12.059 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:11 smithi129 conmon[40092]: cluster 2024-02-09T20:35:10.542946+0000 mgr.smithi005.drqcnv (mgr.14182) 1314 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:12.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:11 smithi129 conmon[40092]: audit 2024-02-09T20:35:10.603596+0000 2024-02-09T20:35:12.060 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:11 smithi129 conmon[40092]: mgr.smithi005.drqcnv (mgr.14182) 1315 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:12.166 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:13.620 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:13 smithi005 conmon[35754]: cluster 2024-02-09T20:35:12.543354+0000 mgr.smithi005.drqcnv (mgr.14182) 1316 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:14.036 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:35:14.036 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:34:48.102112Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:34:45.083825Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:34:48.102259Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:34:45.084625Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:34:45.084013Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:34:45.084113Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:34:48.102837Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:34:45.084203Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:34:45.084290Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:34:48.102401Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:14.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:13 smithi129 conmon[40092]: cluster 2024-02-09T20:35:12.543354+0000 mgr.smithi005.drqcnv (mgr.14182) 1316 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:14.630 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:14.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:14 smithi005 conmon[35754]: audit 2024-02-09T20:35:14.030502+0000 mgr.smithi005.drqcnv (mgr.14182) 1317 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:15.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:14 smithi129 conmon[40092]: audit 2024-02-09T20:35:14.030502+0000 mgr.smithi005.drqcnv (mgr.14182) 1317 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:15.632 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:15.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:15 smithi005 conmon[35754]: cluster 2024-02-09T20:35:14.543988+0000 mgr.smithi005.drqcnv ( 2024-02-09T20:35:15.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:15 smithi005 conmon[35754]: mgr.14182) 1318 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:16.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:15 smithi129 conmon[40092]: cluster 2024-02-09T20:35:14.543988+0000 mgr.smithi005.drqcnv (mgr.14182) 1318 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:17.506 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:35:17.507 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:34:48.102112Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:34:45.083825Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:34:48.102259Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:34:45.084625Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:34:45.084013Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:34:45.084113Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:34:48.102837Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:34:45.084203Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:34:45.084290Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:34:48.102401Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:17.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:17 smithi005 conmon[35754]: cluster 2024-02-09T20:35:16.544737+0000 mgr.smithi005.drqcnv (mgr.14182) 1319 : 2024-02-09T20:35:17.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:17 smithi005 conmon[35754]: cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:18.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:17 smithi129 conmon[40092]: cluster 2024-02-09T20:35:16.544737+0000 mgr.smithi005.drqcnv (mgr.14182) 1319 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:18.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:18.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:18 smithi005 conmon[35754]: audit 2024-02-09T20:35:17.500773+0000 mgr.smithi005.drqcnv (mgr.14182) 1320 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:19.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:18 smithi129 conmon[40092]: audit 2024-02-09T20:35:17.500773+0000 mgr.smithi005.drqcnv (mgr.14182) 1320 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:19.089 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:19.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:19 smithi005 conmon[35754]: cluster 2024-02-09T20:35:18.545168+0000 mgr.smithi005.drqcnv (mgr.14182) 2024-02-09T20:35:19.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:19 smithi005 conmon[35754]: 1321 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:20.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:19 smithi129 conmon[40092]: cluster 2024-02-09T20:35:18.545168+0000 mgr.smithi005.drqcnv (mgr.14182) 1321 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:20.945 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:35:20.946 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:34:48.102112Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:34:45.083825Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:34:48.102259Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:34:45.084625Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:34:45.084013Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:34:45.084113Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:34:48.102837Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:34:45.084203Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:34:45.084290Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:34:48.102401Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:21.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:21.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:21 smithi005 conmon[35754]: cluster 2024-02-09T20:35:20.545939+0000 mgr.smithi005.drqcnv (mgr.14182) 1322 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:21.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:21 smithi005 conmon[35754]: audit 2024-02-09T20:35:20.939922+0000 mgr.smithi005.drqcnv (mgr.14182) 1323 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:22.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:21 smithi129 conmon[40092]: cluster 2024-02-09T20:35:20.545939+0000 mgr.smithi005.drqcnv (mgr.14182) 1322 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-09T20:35:22.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:21 smithi129 conmon[40092]: audit 2024-02-09T20:35:20.939922+0000 mgr.smithi005.drqcnv (mgr.14182) 1323 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:22.504 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:23.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:23 smithi005 conmon[35754]: cluster 2024-02-09T20:35:22.546367+0000 mgr.smithi005.drqcnv (mgr.14182) 1324 : 2024-02-09T20:35:23.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:23 smithi005 conmon[35754]: cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:24.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:23 smithi129 conmon[40092]: cluster 2024-02-09T20:35:22.546367+0000 mgr.smithi005.drqcnv (mgr.14182) 1324 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:24.354 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:35:24.355 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:34:48.102112Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:34:45.083825Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:34:48.102259Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:34:45.084625Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:34:45.084013Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:34:45.084113Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:34:48.102837Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:34:45.084203Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:34:45.084290Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:34:48.102401Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:24.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:25.888 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 887d148e-c786-11ee-95b8-87774f69a715 -- ceph orch ls -f json 2024-02-09T20:35:25.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:25 smithi005 conmon[35754]: audit 2024-02-09T20:35:24.349025+0000 mgr.smithi005.drqcnv (mgr.14182) 1325 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:25.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:25 smithi005 conmon[35754]: cluster 2024-02-09T20:35:24.547026+0000 mgr.smithi005.drqcnv (mgr.14182) 1326 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:26.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:25 smithi129 conmon[40092]: audit 2024-02-09T20:35:24.349025+0000 mgr.smithi005.drqcnv (mgr.14182) 1325 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:26.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:25 smithi129 conmon[40092]: cluster 2024-02-09T20:35:24.547026+0000 mgr.smithi005.drqcnv (mgr.14182) 1326 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:27.777 INFO:teuthology.orchestra.run.smithi005.stdout: 2024-02-09T20:35:27.777 INFO:teuthology.orchestra.run.smithi005.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-09T20:06:50.392274Z", "last_refresh": "2024-02-09T20:34:48.102112Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-09T20:06:45.019190Z", "last_refresh": "2024-02-09T20:34:45.083825Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-09T20:06:47.763511Z", "last_refresh": "2024-02-09T20:34:48.102259Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-09T20:27:28.263905Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.vechyi on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:31:09.784188Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi129.hietld on smithi129: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi129-hietld\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi129.hietld\nDeploy daemon haproxy.nfs.foo.smithi129.hietld ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:29:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:29:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:30:29Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi129 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.171018Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi005.ovniao on smithi005: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy-nfs-foo-smithi005-ovniao\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\n/bin/podman: stderr Error: error inspecting object: no such container ceph-887d148e-c786-11ee-95b8-87774f69a715-haproxy.nfs.foo.smithi005.ovniao\nDeploy daemon haproxy.nfs.foo.smithi005.ovniao ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-09T20:31:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:32:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-09T20:33:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi005 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-09T20:33:43.172435Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi129.jnrwsb on smithi129: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-09T20:33:43.173819Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi005.fgmvbx on smithi005: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.5/16"}, "status": {"created": "2024-02-09T20:11:45.734407Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.5/16"}}, {"events": ["2024-02-09T20:11:40.532395Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-09T20:11:40.524240Z", "last_refresh": "2024-02-09T20:34:45.084625Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-09T20:06:43.629124Z", "last_refresh": "2024-02-09T20:34:45.084013Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:14.509160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi005:172.21.15.5=smithi005", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-09T20:08:14.506459Z", "last_refresh": "2024-02-09T20:34:45.084113Z", "running": 2, "size": 2}}, {"events": ["2024-02-09T20:11:45.733248Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-02-09T20:11:45.729857Z", "last_refresh": "2024-02-09T20:34:48.102837Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-09T20:06:49.074777Z", "last_refresh": "2024-02-09T20:34:45.084203Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-09T20:08:37.063584Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-09T20:08:37.059953Z", "last_refresh": "2024-02-09T20:34:45.084290Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-09T20:06:46.344398Z", "last_refresh": "2024-02-09T20:34:48.102401Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-09T20:35:27.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:27 smithi005 conmon[35754]: cluster 2024-02-09T20:35:26. 2024-02-09T20:35:27.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:27 smithi005 conmon[35754]: 547709+0000 mgr.smithi005.drqcnv (mgr.14182) 1327 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:28.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:27 smithi129 conmon[40092]: cluster 2024-02-09T20:35:26.547709+0000 mgr.smithi005.drqcnv (mgr.14182) 1327 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-09T20:35:28.327 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-09T20:35:28.327 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-09T20:35:28.568 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=3a5bd11cca7841889f660e90ef22fd92 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-09T20:35:28.570 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-09T20:35:28.580 INFO:tasks.vip:Removing 10.0.15.5 (and any VIPs) on smithi005.front.sepia.ceph.com iface ens1f0... 2024-02-09T20:35:28.580 DEBUG:teuthology.orchestra.run.smithi005:> sudo ip addr del 10.0.15.5/16 dev ens1f0 2024-02-09T20:35:28.623 DEBUG:teuthology.orchestra.run.smithi005:> sudo ip addr del 10.0.31.5/16 dev ens1f0 2024-02-09T20:35:28.699 INFO:teuthology.orchestra.run.smithi005.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-09T20:35:28.700 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-09T20:35:28.701 INFO:tasks.vip:Removing 10.0.15.129 (and any VIPs) on smithi129.front.sepia.ceph.com iface enp3s0f1... 2024-02-09T20:35:28.701 DEBUG:teuthology.orchestra.run.smithi129:> sudo ip addr del 10.0.15.129/16 dev enp3s0f1 2024-02-09T20:35:28.755 DEBUG:teuthology.orchestra.run.smithi129:> sudo ip addr del 10.0.31.5/16 dev enp3s0f1 2024-02-09T20:35:28.783 INFO:teuthology.orchestra.run.smithi129.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-09T20:35:28.784 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-09T20:35:28.785 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-09T20:35:28.795 INFO:tasks.cephadm:Teardown begin 2024-02-09T20:35:28.795 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-09T20:35:28.830 DEBUG:teuthology.orchestra.run.smithi129:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-09T20:35:28.859 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-09T20:35:28.859 DEBUG:teuthology.orchestra.run.smithi005:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-09T20:35:28.893 DEBUG:teuthology.orchestra.run.smithi129:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-09T20:35:28.902 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:28 smithi005 conmon[35754]: audit 2024-02-09T20:35:27.771287+0000 mgr.smithi005.drqcnv (mgr.14182) 1328 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:28.917 INFO:tasks.cephadm:Stopping all daemons... 2024-02-09T20:35:28.917 INFO:tasks.cephadm.mon.smithi005:Stopping mon.smithi005... 2024-02-09T20:35:28.917 DEBUG:teuthology.orchestra.run.smithi005:> sudo systemctl stop ceph-887d148e-c786-11ee-95b8-87774f69a715@mon.smithi005 2024-02-09T20:35:29.058 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:28 smithi129 conmon[40092]: audit 2024-02-09T20:35:27.771287+0000 mgr.smithi005.drqcnv (mgr.14182) 1328 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-09T20:35:29.255 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:28 smithi005 systemd[1]: Stopping Ceph mon.smithi005 for 887d148e-c786-11ee-95b8-87774f69a715... 2024-02-09T20:35:29.255 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:29 smithi005 bash[239971]: Error: no container with name or ID ceph-887d148e-c786-11ee-95b8-87774f69a715-mon.smithi005 found: no such container 2024-02-09T20:35:29.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:29 smithi005 conmon[35754]: debug 2024-02-09T20:35:29.252+0000 7fae80eb8700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi005 -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 2024-02-09T20:35:29.256 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:29 smithi005 conmon[35754]: debug 2024-02-09T20:35:29.253+0000 7fae80eb8700 -1 mon.smithi005@0(leader) e2 *** Got Signal Terminated *** 2024-02-09T20:35:29.903 INFO:journalctl@ceph.mon.smithi005.smithi005.stdout:Feb 09 20:35:29 smithi005 bash[240087]: f63846ab8615f4d7a59e1da5759c0848972375459d2e5cdf20db73dde44a55c1 2024-02-09T20:35:30.141 DEBUG:teuthology.orchestra.run.smithi005:> sudo pkill -f 'journalctl -f -n 0 -u ceph-887d148e-c786-11ee-95b8-87774f69a715@mon.smithi005.service' 2024-02-09T20:35:30.212 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-09T20:35:30.212 INFO:tasks.cephadm.mon.smithi005:Stopped mon.smithi005 2024-02-09T20:35:30.212 INFO:tasks.cephadm.mon.smithi129:Stopping mon.smithi129... 2024-02-09T20:35:30.212 DEBUG:teuthology.orchestra.run.smithi129:> sudo systemctl stop ceph-887d148e-c786-11ee-95b8-87774f69a715@mon.smithi129 2024-02-09T20:35:30.506 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:30 smithi129 systemd[1]: Stopping Ceph mon.smithi129 for 887d148e-c786-11ee-95b8-87774f69a715... 2024-02-09T20:35:30.506 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:30 smithi129 bash[69528]: Error: no container with name or ID ceph-887d148e-c786-11ee-95b8-87774f69a715-mon.smithi129 found: no such container 2024-02-09T20:35:30.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:30 smithi129 conmon[40092]: debug 2024-02-09T20:35:30.502+0000 7f8bdd694700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi129 -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 2024-02-09T20:35:30.808 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Feb 09 20:35:30 smithi129 conmon[40092]: debug 2024-02-09T20:35:30.502+0000 7f8bdd694700 -1 mon.smithi129@1(peon) e2 *** Got Signal Terminated *** 2024-02-09T20:35:31.434 DEBUG:teuthology.orchestra.run.smithi129:> sudo pkill -f 'journalctl -f -n 0 -u ceph-887d148e-c786-11ee-95b8-87774f69a715@mon.smithi129.service' 2024-02-09T20:35:31.478 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-09T20:35:31.478 INFO:tasks.cephadm.mon.smithi129:Stopped mon.smithi129 2024-02-09T20:35:31.479 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 887d148e-c786-11ee-95b8-87774f69a715 --force --keep-logs 2024-02-09T20:36:22.990 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 887d148e-c786-11ee-95b8-87774f69a715 --force --keep-logs 2024-02-09T20:38:01.097 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-09T20:38:01.152 DEBUG:teuthology.orchestra.run.smithi129:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-09T20:38:01.183 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-09T20:38:01.185 DEBUG:teuthology.misc:Transferring archived files from smithi005:/var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554017/remote/ubuntu@smithi005.front.sepia.ceph.com/crash 2024-02-09T20:38:01.186 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/crash -- . 2024-02-09T20:38:01.230 INFO:teuthology.orchestra.run.smithi005.stderr:tar: /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/crash: Cannot open: No such file or directory 2024-02-09T20:38:01.230 INFO:teuthology.orchestra.run.smithi005.stderr:tar: Error is not recoverable: exiting now 2024-02-09T20:38:01.232 DEBUG:teuthology.misc:Transferring archived files from smithi129:/var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554017/remote/ubuntu@smithi129.front.sepia.ceph.com/crash 2024-02-09T20:38:01.233 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/crash -- . 2024-02-09T20:38:01.272 INFO:teuthology.orchestra.run.smithi129.stderr:tar: /var/lib/ceph/887d148e-c786-11ee-95b8-87774f69a715/crash: Cannot open: No such file or directory 2024-02-09T20:38:01.272 INFO:teuthology.orchestra.run.smithi129.stderr:tar: Error is not recoverable: exiting now 2024-02-09T20:38:01.273 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-09T20:38:01.273 DEBUG:teuthology.orchestra.run.smithi005:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-09T20:38:01.308 INFO:teuthology.orchestra.run.smithi005.stderr:grep: /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph.log: No such file or directory 2024-02-09T20:38:01.309 INFO:tasks.cephadm:Compressing logs... 2024-02-09T20:38:01.309 DEBUG:teuthology.orchestra.run.smithi005:> 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 -- 2024-02-09T20:38:01.352 DEBUG:teuthology.orchestra.run.smithi129:> 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 -- 2024-02-09T20:38:01.379 INFO:teuthology.orchestra.run.smithi129.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose : No such file or directory-- 2024-02-09T20:38:01.379 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/cephadm.log 2024-02-09T20:38:01.380 INFO:teuthology.orchestra.run.smithi129.stderr:gzip -5 --verbose -- /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-mon.smithi129.log 2024-02-09T20:38:01.380 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-mgr.smithi129.zcbvcd.log 2024-02-09T20:38:01.380 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-mon.smithi129.log: gzip -5 --verbose -- /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.2.log 2024-02-09T20:38:01.381 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-mgr.smithi129.zcbvcd.log: gzip -5 --verbose -- /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-09T20:38:01.381 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.0.log 2024-02-09T20:38:01.381 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-volume.log: /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.6.log 2024-02-09T20:38:01.385 INFO:teuthology.orchestra.run.smithi005.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- : No such file or directory/var/log/ceph/cephadm.log 2024-02-09T20:38:01.385 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-09T20:38:01.386 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.5.log 2024-02-09T20:38:01.386 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-mon.smithi005.log 2024-02-09T20:38:01.386 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.7.log 2024-02-09T20:38:01.387 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.6.log: 93.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-09T20:38:01.387 INFO:teuthology.orchestra.run.smithi129.stderr:gzip -5 --verbose -- /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.4.log 2024-02-09T20:38:01.388 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi129.pnsbng.log 2024-02-09T20:38:01.388 INFO:teuthology.orchestra.run.smithi129.stderr: 92.6% -- replaced with /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-09T20:38:01.388 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.5.log: /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-mon.smithi005.log: gzip -5 --verbose -- /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.1.log 2024-02-09T20:38:01.388 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.3.log 2024-02-09T20:38:01.389 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.7.log: /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-09T20:38:01.389 INFO:teuthology.orchestra.run.smithi129.stderr: 93.4% -- replaced with /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-mgr.smithi129.zcbvcd.log.gz 2024-02-09T20:38:01.389 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi129.pnsbng.log: 85.3% -- replaced with /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi129.pnsbng.log.gz 2024-02-09T20:38:01.396 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.3.log: /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-volume.log: 92.6% -- replaced with /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-09T20:38:01.396 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi005.ijnizm.log 2024-02-09T20:38:01.397 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi005.ijnizm.log: 60.2% -- replaced with /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-mds.foofs.smithi005.ijnizm.log.gz 2024-02-09T20:38:01.397 INFO:teuthology.orchestra.run.smithi005.stderr:gzip -5 --verbose -- /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-mgr.smithi005.drqcnv.log 2024-02-09T20:38:01.418 INFO:teuthology.orchestra.run.smithi005.stderr:/var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-mgr.smithi005.drqcnv.log: 93.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-09T20:38:01.627 INFO:teuthology.orchestra.run.smithi129.stderr: 92.1% -- replaced with /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-mon.smithi129.log.gz 2024-02-09T20:38:01.731 INFO:teuthology.orchestra.run.smithi005.stderr: 89.5% -- replaced with /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-mgr.smithi005.drqcnv.log.gz 2024-02-09T20:38:01.824 INFO:teuthology.orchestra.run.smithi129.stderr: 93.0% -- replaced with /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.4.log.gz 2024-02-09T20:38:01.827 INFO:teuthology.orchestra.run.smithi005.stderr: 92.9% -- replaced with /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.5.log.gz 2024-02-09T20:38:01.895 INFO:teuthology.orchestra.run.smithi005.stderr: 93.1% -- replaced with /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.7.log.gz 2024-02-09T20:38:01.896 INFO:teuthology.orchestra.run.smithi129.stderr: 93.1% -- replaced with /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.2.log.gz 2024-02-09T20:38:01.916 INFO:teuthology.orchestra.run.smithi129.stderr: 93.0% -- replaced with /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.6.log.gz 2024-02-09T20:38:01.959 INFO:teuthology.orchestra.run.smithi005.stderr: 92.9% -- replaced with /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.1.log.gz 2024-02-09T20:38:02.012 INFO:teuthology.orchestra.run.smithi129.stderr: 93.1% -- replaced with /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.0.log.gz 2024-02-09T20:38:02.013 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-02-09T20:38:02.014 INFO:teuthology.orchestra.run.smithi129.stderr:real 0m0.645s 2024-02-09T20:38:02.014 INFO:teuthology.orchestra.run.smithi129.stderr:user 0m2.308s 2024-02-09T20:38:02.014 INFO:teuthology.orchestra.run.smithi129.stderr:sys 0m0.100s 2024-02-09T20:38:02.143 INFO:teuthology.orchestra.run.smithi005.stderr: 93.6% -- replaced with /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-osd.3.log.gz 2024-02-09T20:38:02.319 INFO:teuthology.orchestra.run.smithi005.stderr: 89.8% -- replaced with /var/log/ceph/887d148e-c786-11ee-95b8-87774f69a715/ceph-mon.smithi005.log.gz 2024-02-09T20:38:02.321 INFO:teuthology.orchestra.run.smithi005.stderr: 2024-02-09T20:38:02.321 INFO:teuthology.orchestra.run.smithi005.stderr:real 0m0.950s 2024-02-09T20:38:02.321 INFO:teuthology.orchestra.run.smithi005.stderr:user 0m3.472s 2024-02-09T20:38:02.321 INFO:teuthology.orchestra.run.smithi005.stderr:sys 0m0.135s 2024-02-09T20:38:02.321 INFO:tasks.cephadm:Archiving logs... 2024-02-09T20:38:02.321 DEBUG:teuthology.misc:Transferring archived files from smithi005:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554017/remote/ubuntu@smithi005.front.sepia.ceph.com/log 2024-02-09T20:38:02.322 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-09T20:38:02.842 DEBUG:teuthology.misc:Transferring archived files from smithi129:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554017/remote/ubuntu@smithi129.front.sepia.ceph.com/log 2024-02-09T20:38:02.843 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-09T20:38:03.228 INFO:tasks.cephadm:Removing cluster... 2024-02-09T20:38:03.228 DEBUG:teuthology.orchestra.run.smithi005:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 887d148e-c786-11ee-95b8-87774f69a715 --force 2024-02-09T20:38:03.731 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 887d148e-c786-11ee-95b8-87774f69a715 --force 2024-02-09T20:38:04.182 INFO:tasks.cephadm:Removing cephadm ... 2024-02-09T20:38:04.183 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-09T20:38:04.205 DEBUG:teuthology.orchestra.run.smithi129:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-09T20:38:04.222 INFO:tasks.cephadm:Teardown complete 2024-02-09T20:38:04.223 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-09T20:38:04.234 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi005:/dev/vg_nvme/lv_1... 2024-02-09T20:38:04.234 DEBUG:teuthology.orchestra.run.smithi005:> sudo nvme disconnect -n lv_1 2024-02-09T20:38:04.388 INFO:teuthology.orchestra.run.smithi005.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-09T20:38:04.390 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:38:04.390 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi005:/dev/vg_nvme/lv_2... 2024-02-09T20:38:04.391 DEBUG:teuthology.orchestra.run.smithi005:> sudo nvme disconnect -n lv_2 2024-02-09T20:38:04.525 INFO:teuthology.orchestra.run.smithi005.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-09T20:38:04.526 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:38:04.527 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi005:/dev/vg_nvme/lv_3... 2024-02-09T20:38:04.527 DEBUG:teuthology.orchestra.run.smithi005:> sudo nvme disconnect -n lv_3 2024-02-09T20:38:04.680 INFO:teuthology.orchestra.run.smithi005.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-09T20:38:04.681 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:38:04.682 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi005:/dev/vg_nvme/lv_4... 2024-02-09T20:38:04.682 DEBUG:teuthology.orchestra.run.smithi005:> sudo nvme disconnect -n lv_4 2024-02-09T20:38:04.832 INFO:teuthology.orchestra.run.smithi005.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-09T20:38:04.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:38:04.834 DEBUG:teuthology.orchestra.run.smithi005:> set -ex 2024-02-09T20:38:04.834 DEBUG:teuthology.orchestra.run.smithi005:> sudo dd of=/scratch_devs 2024-02-09T20:38:04.864 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi129:/dev/vg_nvme/lv_1... 2024-02-09T20:38:04.865 DEBUG:teuthology.orchestra.run.smithi129:> sudo nvme disconnect -n lv_1 2024-02-09T20:38:05.010 INFO:teuthology.orchestra.run.smithi129.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-09T20:38:05.013 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:38:05.013 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi129:/dev/vg_nvme/lv_2... 2024-02-09T20:38:05.013 DEBUG:teuthology.orchestra.run.smithi129:> sudo nvme disconnect -n lv_2 2024-02-09T20:38:05.143 INFO:teuthology.orchestra.run.smithi129.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-09T20:38:05.144 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:38:05.145 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi129:/dev/vg_nvme/lv_3... 2024-02-09T20:38:05.145 DEBUG:teuthology.orchestra.run.smithi129:> sudo nvme disconnect -n lv_3 2024-02-09T20:38:05.295 INFO:teuthology.orchestra.run.smithi129.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-09T20:38:05.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:38:05.297 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi129:/dev/vg_nvme/lv_4... 2024-02-09T20:38:05.297 DEBUG:teuthology.orchestra.run.smithi129:> sudo nvme disconnect -n lv_4 2024-02-09T20:38:05.450 INFO:teuthology.orchestra.run.smithi129.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-09T20:38:05.451 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:38:05.452 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-02-09T20:38:05.452 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/scratch_devs 2024-02-09T20:38:05.479 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-09T20:38:05.488 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-09T20:38:05.488 DEBUG:teuthology.orchestra.run.smithi005:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-09T20:38:05.491 DEBUG:teuthology.orchestra.run.smithi129:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-09T20:38:05.507 INFO:teuthology.orchestra.run.smithi005.stderr:bash: ntpq: command not found 2024-02-09T20:38:05.512 INFO:teuthology.orchestra.run.smithi005.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-09T20:38:05.512 INFO:teuthology.orchestra.run.smithi005.stdout:=============================================================================== 2024-02-09T20:38:05.513 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 128 +979us[ +942us] +/- 98ms 2024-02-09T20:38:05.513 INFO:teuthology.orchestra.run.smithi005.stdout:^* hv02.front.sepia.ceph.com 3 6 377 62 -651us[ -678us] +/- 75ms 2024-02-09T20:38:05.513 INFO:teuthology.orchestra.run.smithi005.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 57 -84us[ -84us] +/- 65ms 2024-02-09T20:38:05.513 INFO:teuthology.orchestra.run.smithi005.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:38:05.535 INFO:teuthology.orchestra.run.smithi129.stderr:bash: ntpq: command not found 2024-02-09T20:38:05.539 INFO:teuthology.orchestra.run.smithi129.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-09T20:38:05.539 INFO:teuthology.orchestra.run.smithi129.stdout:=============================================================================== 2024-02-09T20:38:05.539 INFO:teuthology.orchestra.run.smithi129.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 59 +986us[ +961us] +/- 99ms 2024-02-09T20:38:05.540 INFO:teuthology.orchestra.run.smithi129.stdout:^* hv02.front.sepia.ceph.com 3 6 377 56 -657us[ -681us] +/- 75ms 2024-02-09T20:38:05.540 INFO:teuthology.orchestra.run.smithi129.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 58 -54us[ -78us] +/- 65ms 2024-02-09T20:38:05.540 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-09T20:38:05.541 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-09T20:38:05.550 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-09T20:38:05.551 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-09T20:38:05.581 DEBUG:teuthology.orchestra.run.smithi005:> 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 2024-02-09T20:38:05.662 DEBUG:teuthology.orchestra.run.smithi129:> 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 2024-02-09T20:38:05.725 DEBUG:teuthology.orchestra.run.smithi005:> 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 2024-02-09T20:38:05.760 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:38:05.760 DEBUG:teuthology.orchestra.run.smithi129:> 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 2024-02-09T20:38:05.789 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:38:05.790 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-09T20:38:05.799 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-09T20:38:05.822 INFO:teuthology.task.internal:Duration was 2594.147981 seconds 2024-02-09T20:38:05.823 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-09T20:38:05.856 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-09T20:38:05.856 DEBUG:teuthology.orchestra.run.smithi005:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-09T20:38:05.859 DEBUG:teuthology.orchestra.run.smithi129:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-09T20:38:05.907 INFO:teuthology.orchestra.run.smithi129.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-09T20:38:05.911 INFO:teuthology.orchestra.run.smithi005.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-09T20:38:06.169 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-09T20:38:06.169 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi005.front.sepia.ceph.com 2024-02-09T20:38:06.169 DEBUG:teuthology.orchestra.run.smithi005:> 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 2024-02-09T20:38:06.194 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi129.front.sepia.ceph.com 2024-02-09T20:38:06.194 DEBUG:teuthology.orchestra.run.smithi129:> 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 2024-02-09T20:38:06.216 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-09T20:38:06.216 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-09T20:38:06.236 DEBUG:teuthology.orchestra.run.smithi129:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-09T20:38:06.319 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-09T20:38:06.319 DEBUG:teuthology.orchestra.run.smithi005:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-09T20:38:06.321 DEBUG:teuthology.orchestra.run.smithi129:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-09T20:38:06.555 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-09T20:38:06.566 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-09T20:38:06.566 DEBUG:teuthology.orchestra.run.smithi005:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-09T20:38:06.596 DEBUG:teuthology.orchestra.run.smithi129:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-09T20:38:06.624 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-09T20:38:06.634 DEBUG:teuthology.orchestra.run.smithi005:> 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 2024-02-09T20:38:06.639 DEBUG:teuthology.orchestra.run.smithi129:> 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 2024-02-09T20:38:06.666 INFO:teuthology.orchestra.run.smithi005.stdout:kernel.core_pattern = core 2024-02-09T20:38:06.690 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern = core 2024-02-09T20:38:06.719 DEBUG:teuthology.orchestra.run.smithi005:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-09T20:38:06.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:38:06.741 DEBUG:teuthology.orchestra.run.smithi129:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-09T20:38:06.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-09T20:38:06.775 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-09T20:38:06.786 INFO:teuthology.task.internal:Transferring archived files... 2024-02-09T20:38:06.787 DEBUG:teuthology.misc:Transferring archived files from smithi005:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554017/remote/smithi005 2024-02-09T20:38:06.788 DEBUG:teuthology.orchestra.run.smithi005:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-09T20:38:06.840 DEBUG:teuthology.misc:Transferring archived files from smithi129:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554017/remote/smithi129 2024-02-09T20:38:06.841 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-09T20:38:06.880 INFO:teuthology.task.internal:Removing archive directory... 2024-02-09T20:38:06.881 DEBUG:teuthology.orchestra.run.smithi005:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-09T20:38:06.883 DEBUG:teuthology.orchestra.run.smithi129:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-09T20:38:06.931 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-09T20:38:06.943 INFO:teuthology.task.internal:Not uploading archives. 2024-02-09T20:38:06.943 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-09T20:38:06.973 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-09T20:38:06.973 DEBUG:teuthology.orchestra.run.smithi005:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-09T20:38:06.976 DEBUG:teuthology.orchestra.run.smithi129:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-09T20:38:06.992 INFO:teuthology.orchestra.run.smithi129.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 9 20:38 /home/ubuntu/cephtest 2024-02-09T20:38:06.995 INFO:teuthology.orchestra.run.smithi005.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 9 20:38 /home/ubuntu/cephtest 2024-02-09T20:38:06.996 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-09T20:38:07.006 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-09T20:38:07.073 INFO:teuthology.nuke:Checking targets against current locks 2024-02-09T20:38:07.099 DEBUG:teuthology.nuke:shortname: smithi005 2024-02-09T20:38:07.100 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-09T20:38:07.121 DEBUG:teuthology.nuke:shortname: smithi129 2024-02-09T20:38:07.121 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-09T20:38:07.127 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi005.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554017', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-09 19:48:59.382323', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOlLuwt5iiO3FKz1Do4zN13pTWixLl+VRmMKQrFkIv9ixpoGo/Pg/n6dVVgpDSvVwe9idu0Ub/L+U77HaeTGKrA='} 2024-02-09T20:38:07.141 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi129.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_15:12:51-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7554017', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-09 19:48:59.383829', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEKwpll2m3SDv47wIagrQBmoOwJVc12YJOJr2xGaco2H7G3rHaYTTrfotqFJo+Mj6vTe1bVgpE4df33j0kTahKQ='} 2024-02-09T20:38:07.175 INFO:teuthology.orchestra.console.smithi005:Power off 2024-02-09T20:38:07.175 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-09T20:38:07.189 INFO:teuthology.orchestra.console.smithi129:Power off 2024-02-09T20:38:07.189 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-09T20:38:07.198 DEBUG:teuthology.orchestra.console.smithi005:power off output: Chassis Power Control: Down/Off 2024-02-09T20:38:07.198 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-09T20:38:07.210 DEBUG:teuthology.orchestra.console.smithi129:power off output: Chassis Power Control: Down/Off 2024-02-09T20:38:07.211 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-09T20:38:07.222 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2024-02-09T20:38:07.236 DEBUG:teuthology.orchestra.console.smithi129:check power output: Chassis Power is on 2024-02-09T20:38:11.224 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-09T20:38:11.236 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-09T20:38:11.333 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is on 2024-02-09T20:38:11.345 DEBUG:teuthology.orchestra.console.smithi129:check power output: Chassis Power is on 2024-02-09T20:38:15.337 DEBUG:teuthology.orchestra.console.smithi005:pexpect command: ipmitool -H smithi005.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-09T20:38:15.346 DEBUG:teuthology.orchestra.console.smithi129:pexpect command: ipmitool -H smithi129.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-09T20:38:15.448 DEBUG:teuthology.orchestra.console.smithi005:check power output: Chassis Power is off 2024-02-09T20:38:15.455 DEBUG:teuthology.orchestra.console.smithi129:check power output: Chassis Power is off 2024-02-09T20:38:15.549 INFO:teuthology.orchestra.console.smithi005:Power off completed 2024-02-09T20:38:15.556 INFO:teuthology.orchestra.console.smithi129:Power off completed 2024-02-09T20:38:15.660 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 2594.1479811668396 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=3a5bd11cca7841889f660e90ef22fd92 status: fail success: false 2024-02-09T20:38:15.660 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-09T20:38:15.742 INFO:teuthology.run:FAIL